Skip to content

Commit 250454b

Browse files
authored
Merge pull request #2904 from kubernetes-sigs/dependabot/github_actions/all-github-actions-4358c41fb1
🌱 Bump the all-github-actions group with 2 updates
2 parents 3efd16a + 79b4180 commit 250454b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: false
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
3232
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # tag=v6.0.1
33+
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
3434
with:
3535
version: v1.57.2
3636
args: --out-format=colored-line-number

.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@0b2256b8c012f0828dc542b3febcab082c67f72b # tag=v4.3.4
46+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # tag=v4.3.5
4747
with:
4848
name: SARIF file
4949
path: results.sarif

0 commit comments

Comments
 (0)