Skip to content

Commit 1bed2fc

Browse files
author
Ergin Akin
committed
fix: pin actions/setup-go to commit SHA to satisfy zizmor policy
1 parent 6cbd6e8 commit 1bed2fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ runs:
8989
# Install task and the golang version that has been defined in the go.mod
9090
# file.
9191
#
92-
- uses: actions/setup-go@v6.5.0
92+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
9393
if: |
9494
inputs.release-dir != '' ||
9595
inputs.task-install == 'yes' ||

0 commit comments

Comments
 (0)