Skip to content

Commit 406c209

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates (aquasecurity#8962)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: knqyf263 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: knqyf263 <[email protected]>
1 parent 1319d8d commit 406c209

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cache-test-assets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cache: false
9191

9292
- name: Run golangci-lint for caching
93-
uses: golangci/golangci-lint-action@v7.0.0
93+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
9494
with:
9595
version: v2.1
96-
args: --verbose
96+
args: --verbose

.github/workflows/reusable-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: read # Not required for public repositories, but for clarity
2828
steps:
2929
- name: Cosign install
30-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
30+
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159
3131

3232
- name: Set up QEMU
3333
uses: docker/setup-qemu-action@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Lint
4040
id: lint
41-
uses: golangci/golangci-lint-action@v7.0.0
41+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4242
with:
4343
version: v2.1
4444
args: --verbose

0 commit comments

Comments
 (0)