Skip to content

Commit 60eb3f0

Browse files
chore(deps): bump the github-actions group with 11 updates (#10001)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08a3f92 commit 60eb3f0

16 files changed

+63
-63
lines changed

.github/workflows/apidiff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
# This ensures we compare the actual merge result with the base branch,
5858
# avoiding false positives when PR is not rebased with latest main
5959
- name: Checkout
60-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
60+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6161
with:
6262
ref: refs/pull/${{ github.event.pull_request.number }}/merge
6363

6464
- name: Set up Go
65-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
65+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6666
with:
6767
go-version-file: go.mod
6868
check-latest: true # Ensure we use the latest Go patch version

.github/workflows/auto-update-labels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout main
14-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
17+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1818
with:
1919
go-version-file: go.mod
2020
cache: false

.github/workflows/backport.yaml

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

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4040
with:
4141
fetch-depth: 0
4242

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out code into the Go module directory
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
21+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2222
with:
2323
go-version-file: go.mod
2424
cache: false
@@ -36,7 +36,7 @@ jobs:
3636
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
3737
3838
- name: Restore and save test images cache
39-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4040
with:
4141
path: integration/testdata/fixtures/images
4242
key: cache-test-images-${{ steps.image-digest.outputs.digest }}
@@ -49,10 +49,10 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Check out code into the Go module directory
52-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5353

5454
- name: Set up Go
55-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
55+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5656
with:
5757
go-version-file: go.mod
5858
cache: false
@@ -70,7 +70,7 @@ jobs:
7070
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
7171
7272
- name: Restore and save test VM images cache
73-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
73+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7474
with:
7575
path: integration/testdata/fixtures/vm-images
7676
key: cache-test-vm-images-${{ steps.image-digest.outputs.digest }}
@@ -83,17 +83,17 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Check out code
86-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
86+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8787

8888
- name: Set up Go
89-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
89+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9090
with:
9191
go-version-file: go.mod
9292
cache: false
9393
check-latest: true # Ensure we use the latest Go patch version
9494

9595
- name: Run golangci-lint for caching
96-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
96+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
9797
with:
9898
version: v2.4
9999
args: --verbose

.github/workflows/canary.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,35 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Restore Trivy binaries from cache
28-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
28+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2929
with:
3030
path: dist/
3131
key: ${{ runner.os }}-bins-${{ github.workflow }}-${{ github.sha }}
3232

3333
# Upload artifacts
3434
- name: Upload artifacts (trivy_Linux-64bit)
35-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
35+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3636
with:
3737
name: trivy_Linux-64bit
3838
path: dist/trivy_*_Linux-64bit.tar.gz
3939
if-no-files-found: error
4040

4141
- name: Upload artifacts (trivy_Linux-ARM64)
42-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
42+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4343
with:
4444
name: trivy_Linux-ARM64
4545
path: dist/trivy_*_Linux-ARM64.tar.gz
4646
if-no-files-found: error
4747

4848
- name: Upload artifacts (trivy_macOS-64bit)
49-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
49+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5050
with:
5151
name: trivy_macOS-64bit
5252
path: dist/trivy_*_macOS-64bit.tar.gz
5353
if-no-files-found: error
5454

5555
- name: Upload artifacts (trivy_macOS-ARM64)
56-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
56+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5757
with:
5858
name: trivy_macOS-ARM64
5959
path: dist/trivy_*_macOS-ARM64.tar.gz

.github/workflows/mkdocs-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout main
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: true
19-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
19+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2020
with:
2121
python-version: 3.x
2222
- name: Install dependencies

.github/workflows/mkdocs-latest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout main
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: true
21-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
21+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2222
with:
2323
python-version: 3.x
2424
- name: Install dependencies

.github/workflows/publish-chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ jobs:
2525
runs-on: ubuntu-24.04
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
fetch-depth: 0
3131
- name: Install Helm
3232
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
3333
with:
3434
version: v3.14.4
3535
- name: Set up python
36-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
36+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3737
with:
3838
python-version: '3.x'
3939
check-latest: true
4040
- name: Setup Chart Linting
4141
id: lint
42-
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
42+
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
4343
with:
4444
# v6.0.0 resolved the compatibility issue with Python > 3.13. may be removed after the action itself is updated
4545
yamale_version: "6.0.0"
4646
- name: Setup Kubernetes cluster (KIND)
47-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
47+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
4848
with:
4949
version: ${{ env.KIND_VERSION }}
5050
image: ${{ env.KIND_IMAGE }}
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-24.04
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
67+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6868
with:
6969
fetch-depth: 0
7070
- name: Install chart-releaser

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
with:
2424
fetch-depth: 0
2525

2626
- name: Restore Trivy binaries from cache
27-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
27+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2828
with:
2929
path: dist/
3030
key: ${{ runner.os }}-bins-${{github.workflow}}-${{github.sha}}
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get -y install rpm reprepro createrepo-c distro-info
3636
3737
- name: Checkout trivy-repo
38-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3939
with:
4040
repository: ${{ github.repository_owner }}/trivy-repo
4141
path: trivy-repo
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-22.04
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6565
with:
6666
fetch-depth: 0
6767

@@ -71,7 +71,7 @@ jobs:
7171
git config --global user.name "GitHub Actions"
7272
7373
- name: Set up Go
74-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
74+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
7575
with:
7676
go-version-file: go.mod
7777
check-latest: true # Ensure we use the latest Go patch version

.github/workflows/reusable-release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
3131

3232
- name: Set up QEMU
33-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
33+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
3434

3535
- name: Set up Docker Buildx
3636
id: buildx
37-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
37+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
3838

3939
- name: Show available Docker Buildx platforms
4040
run: echo ${{ steps.buildx.outputs.platforms }}
@@ -60,12 +60,12 @@ jobs:
6060
password: ${{ secrets.ECR_SECRET_ACCESS_KEY }}
6161

6262
- name: Checkout code
63-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
63+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6464
with:
6565
fetch-depth: 0
6666

6767
- name: Setup Go
68-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
68+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6969
with:
7070
go-version-file: go.mod
7171
cache: false # Disable cache to avoid free space issues during `Post Setup Go` step.
@@ -120,7 +120,7 @@ jobs:
120120
public.ecr.aws/aquasecurity/trivy:canary
121121
122122
- name: Cache Trivy binaries
123-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
123+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
124124
with:
125125
path: dist/
126126
# use 'github.sha' to create a unique cache folder for each run.

0 commit comments

Comments
 (0)