Skip to content

Commit 810b234

Browse files
chore(deps): pin actions/setup-go action to 41dfa10
1 parent 024e125 commit 810b234

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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # 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)