Skip to content

Commit bb5a8cf

Browse files
chore(deps): bump the github-actions group across 2 directories with 9 updates (aquasecurity#10495)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: knqyf263 <knqyf263@gmail.com>
1 parent a0f71c8 commit bb5a8cf

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
echo "version=$major_minor" >> "$GITHUB_OUTPUT"
2727
2828
- name: Set up Go
29-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
29+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3030
with:
3131
go-version: ${{ steps.go-version.outputs.version }}
3232
cache: false

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
3535
3636
- name: Restore and save test images cache
37-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
37+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3838
with:
3939
path: integration/testdata/fixtures/images
4040
key: cache-test-images-${{ steps.image-digest.outputs.digest }}
@@ -66,7 +66,7 @@ jobs:
6666
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
6767
6868
- name: Restore and save test VM images cache
69-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
69+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7070
with:
7171
path: integration/testdata/fixtures/vm-images
7272
key: cache-test-vm-images-${{ steps.image-digest.outputs.digest }}

.github/workflows/canary.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,35 +34,35 @@ jobs:
3434
actions: write # Required to delete caches
3535
steps:
3636
- name: Restore Trivy binaries from cache
37-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
37+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3838
with:
3939
path: dist/
4040
key: ${{ runner.os }}-bins-${{ github.workflow }}-${{ github.sha }}
4141

4242
# Upload artifacts
4343
- name: Upload artifacts (trivy_Linux-64bit)
44-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
44+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4545
with:
4646
name: trivy_Linux-64bit
4747
path: dist/trivy_*_Linux-64bit.tar.gz
4848
if-no-files-found: error
4949

5050
- name: Upload artifacts (trivy_Linux-ARM64)
51-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
51+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5252
with:
5353
name: trivy_Linux-ARM64
5454
path: dist/trivy_*_Linux-ARM64.tar.gz
5555
if-no-files-found: error
5656

5757
- name: Upload artifacts (trivy_macOS-64bit)
58-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
58+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5959
with:
6060
name: trivy_macOS-64bit
6161
path: dist/trivy_*_macOS-64bit.tar.gz
6262
if-no-files-found: error
6363

6464
- name: Upload artifacts (trivy_macOS-ARM64)
65-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
65+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6666
with:
6767
name: trivy_macOS-ARM64
6868
path: dist/trivy_*_macOS-ARM64.tar.gz

.github/workflows/publish-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
persist-credentials: false
2929
- name: Install Helm
30-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
30+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3131
with:
3232
version: v3.14.4
3333
- name: Set up python

.github/workflows/reusable-release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
attestations: write # For build provenance attestations
4444
steps:
4545
- name: Cosign install
46-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
46+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
4747

4848
- name: Set up QEMU
49-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
49+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
5050

5151
- name: Set up Docker Buildx
5252
id: buildx
53-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
53+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
5454

5555
- name: Show available Docker Buildx platforms
5656
env:
@@ -124,7 +124,7 @@ jobs:
124124
# because GoReleaser Free doesn't support pushing images with the `--snapshot` flag.
125125
- name: Build and push
126126
if: ${{ inputs.goreleaser_config == 'goreleaser-canary.yml' }}
127-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
127+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
128128
with:
129129
platforms: linux/amd64, linux/arm64
130130
file: ./Dockerfile.canary # path to Dockerfile
@@ -146,7 +146,7 @@ jobs:
146146
# by external contributors. The key is scoped to github.sha, making cross-run collisions
147147
# impossible. Cache is written here and read only by the deploy-packages job in release.yaml.
148148
- name: Cache Trivy binaries
149-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 # zizmor: ignore[cache-poisoning]
149+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # zizmor: ignore[cache-poisoning] # v5.0.4
150150
with:
151151
path: dist/
152152
# use 'github.sha' to create a unique cache folder for each run.

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Remove this temporary solution when the issue is resolved.
8383
# https://github.com/actions/runner-images/issues/13474
8484
- name: Set up Docker
85-
uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0
85+
uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0
8686
with:
8787
version: v29.2.1
8888
set-host: true
@@ -102,7 +102,7 @@ jobs:
102102
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
103103
104104
- name: Restore test images from cache
105-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
105+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
106106
with:
107107
path: integration/testdata/fixtures/images
108108
key: cache-test-images-${{ steps.image-digest.outputs.digest }}
@@ -152,7 +152,7 @@ jobs:
152152
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
153153
154154
- name: Restore test images from cache
155-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
155+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
156156
with:
157157
path: integration/testdata/fixtures/images
158158
key: cache-test-images-${{ steps.image-digest.outputs.digest }}
@@ -186,7 +186,7 @@ jobs:
186186
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
187187
188188
- name: Restore test VM images from cache
189-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
189+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
190190
with:
191191
path: integration/testdata/fixtures/vm-images
192192
key: cache-test-vm-images-${{ steps.image-digest.outputs.digest }}

0 commit comments

Comments
 (0)