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.
2 parents fd174bb + 2187028 commit f433b82Copy full SHA for f433b82
.github/workflows/security-scan.yaml
@@ -25,7 +25,7 @@ jobs:
25
id: vars
26
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
27
- name: Set up Go
28
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
+ uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
29
with:
30
go-version: ${{ steps.vars.outputs.go_version }}
31
- name: Run verify security target
0 commit comments