Skip to content

Commit 823dbf7

Browse files
Copilotskjnldsv
andauthored
ci: fix invalid SHA pins for docker/metadata-action and docker/setup-buildx-action
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/5932d893-4bf0-4bb9-9e1d-cf69e3a9e2ba Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
1 parent e043df1 commit 823dbf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@b5730e84e09ef46c65d80d5f65f899e59003028b # v3.10.0
28+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
2929

3030
- name: Login to GitHub Container Registry
3131
if: github.event_name != 'pull_request'
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Extract metadata for Docker
3939
id: meta
40-
uses: docker/metadata-action@902fa8ec7d6ecbea8a09e7f1f55b7a7b3b3ea4a8 # v5.7.0
40+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
4141
with:
4242
images: ghcr.io/${{ github.repository }}/sphinx-latex
4343
tags: |

0 commit comments

Comments
 (0)