Skip to content

Commit 1ec7c1b

Browse files
authored
Merge pull request #3069 from kubernetes-sigs/dependabot/github_actions/all-github-actions-9047d0cc73
🌱 Bump the all-github-actions group across 1 directory with 3 updates
2 parents d19d76c + 189b6d8 commit 1ec7c1b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: vars
2929
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
3030
- name: Set up Go
31-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
31+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2.0
3232
with:
3333
go-version: ${{ steps.vars.outputs.go_version }}
3434
- name: golangci-lint

Diff for: .github/workflows/ossf-scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Upload the results as artifacts.
4545
- name: "Upload artifact"
46-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # tag=v4.4.3
46+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # tag=v4.6.0
4747
with:
4848
name: SARIF file
4949
path: results.sarif

Diff for: .github/workflows/pr-dependabot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: vars
2525
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626
- name: Set up Go
27-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
27+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2.0
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: Update all modules

Diff for: .github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
id: vars
2121
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2222
- name: Set up Go
23-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
23+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2.0
2424
with:
2525
go-version: ${{ steps.vars.outputs.go_version }}
2626
- name: Generate release binaries
2727
run: |
2828
make release
2929
- name: Release
30-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
30+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
3131
with:
3232
draft: false
3333
files: tools/setup-envtest/out/*

0 commit comments

Comments
 (0)