We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3171318 commit b9ce46cCopy full SHA for b9ce46c
2 files changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
29
30
- name: Set up Go
31
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
+ uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
32
with:
33
go-version: ${{ steps.go_version.outputs.version }}
34
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments