Skip to content

Commit e833a42

Browse files
chore(deps): pin actions/setup-go action to 3041bf5
1 parent 26fe452 commit e833a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Checkout repository
5555
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5656
- name: Golang setup
57-
uses: actions/setup-go@v5
57+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
5858
with:
5959
go-version: ">=1.22.0"
6060
# install oci-factory via golang and set path in environment

0 commit comments

Comments
 (0)