Skip to content

Commit 39664cb

Browse files
jon8787claude
andcommitted
UID2-6913: Pin third-party GitHub Action refs to commit SHAs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 074e70a commit 39664cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
type=sha,prefix=server_only-,format=short
3434
type=raw,prefix=server_only-,value=latest
3535
- name: Build and push Docker server_only image
36-
uses: docker/build-push-action@v5
36+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
3737
with:
3838
context: publisher/server_only
3939
push: true
@@ -62,7 +62,7 @@ jobs:
6262
type=sha,prefix=standard-,format=short
6363
type=raw,prefix=standard-,value=latest
6464
- name: Build and push Docker standard image
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
6666
with:
6767
context: publisher/standard
6868
push: true
@@ -91,7 +91,7 @@ jobs:
9191
type=sha,prefix=reverse-proxy-,format=short
9292
type=raw,prefix=reverse-proxy-,value=latest
9393
- name: Build and push Docker reverse-proxy image
94-
uses: docker/build-push-action@v5
94+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
9595
with:
9696
context: tools/reverse-proxy
9797
file: Dockerfile

0 commit comments

Comments
 (0)