Skip to content

Commit 104f7ec

Browse files
chore(deps): update all digest updates (#727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05a0748 commit 104f7ec

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
merge-multiple: true
135135
- name: Cache Dive
136136
id: cache-dive
137-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
137+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
138138
with:
139139
path: /tmp/dive_${{ env.DIVE_VER }}_linux_amd64.deb
140140
key: ${{ runner.os }}-dive-${{ env.DIVE_VER }}
@@ -175,7 +175,7 @@ jobs:
175175
docker load --input images/${image}
176176
done
177177
- name: Cache Docker images
178-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
178+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
179179
id: docker-images-cache
180180
with:
181181
path: /tmp/docker-images
@@ -239,7 +239,7 @@ jobs:
239239
cluster_name: ${{ env.CLUSTER_NAME }}
240240
- name: Cache Popeye
241241
id: cache-popeye
242-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
242+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
243243
with:
244244
path: /tmp/popeye_linux_amd64.deb
245245
key: ${{ runner.os }}-popeye-${{ env.POPEYE_VER }}
@@ -255,7 +255,7 @@ jobs:
255255
kind get clusters
256256
kubectl config use-context kind-${{ env.CLUSTER_NAME }}
257257
- name: Cache Docker images
258-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
258+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
259259
id: docker-images-cache
260260
with:
261261
path: /tmp/docker-images
@@ -363,7 +363,7 @@ jobs:
363363
severity: "CRITICAL,HIGH"
364364
- name: Upload Trivy scan results to GitHub Security tab
365365
if: always()
366-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
366+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
367367
with:
368368
sarif_file: "trivy-results.sarif"
369369
category: "${{ matrix.image }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- name: Generate changelog and determine version
1919
id: changelog
20-
uses: TriPSs/conventional-changelog-action@84dadaf2c367cb52af02737cd9c7e888807219e7 # v6
20+
uses: TriPSs/conventional-changelog-action@91be4f3188da74fe85de9caffcebc80b26d43b5b # v6
2121
with:
2222
github-token: ${{ secrets.GH_RELEASE_PAT }}
2323
skip-on-empty: true

0 commit comments

Comments
 (0)