Skip to content

Commit f433b82

Browse files
authored
Merge pull request #2572 from kubernetes-sigs/dependabot/github_actions/release-0.11/all-github-actions-4a64306a6a
🌱(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 in the all-github-actions group
2 parents fd174bb + 2187028 commit f433b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: vars
2626
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2727
- name: Set up Go
28-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
28+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
2929
with:
3030
go-version: ${{ steps.vars.outputs.go_version }}
3131
- name: Run verify security target

0 commit comments

Comments
 (0)