Skip to content

Commit e580ad1

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

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id-token: write
4949
attestations: write
5050
steps:
51-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
51+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5252
- name: Set up QEMU
5353
if: ${{ github.event_name != 'pull_request' }}
5454
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
@@ -152,7 +152,7 @@ jobs:
152152
CI: "true"
153153
DIVE_VER: 0.13.1 # renovate: depName=wagoodman/dive
154154
steps:
155-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
155+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
156156
- name: Download Docker image artifacts
157157
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
158158
with:
@@ -180,7 +180,7 @@ jobs:
180180
- default
181181
- relayhost
182182
steps:
183-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
183+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
184184
- name: Download Docker image artifacts
185185
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
186186
with:
@@ -253,7 +253,7 @@ jobs:
253253
- relayhost
254254
- proxy
255255
steps:
256-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
256+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
257257
- name: Setup Kind
258258
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1
259259
with:
@@ -339,7 +339,7 @@ jobs:
339339
- image: mailserver-ssl
340340
- image: mailserver-unbound
341341
steps:
342-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
342+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
343343
- name: Download Docker image artifacts
344344
if: ${{ github.event_name == 'pull_request' }}
345345
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
@@ -372,7 +372,7 @@ jobs:
372372
severity: "CRITICAL,HIGH"
373373
- name: Upload Trivy scan results to GitHub Security tab
374374
if: always()
375-
uses: github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4
375+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
376376
with:
377377
sarif_file: "trivy-results.sarif"
378378
category: "${{ matrix.image }}"

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- jeboehm/mailserver-virus # deprecated
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929
- name: Docker Hub Description
3030
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5
3131
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build_documentation:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626
with:
2727
python-version: "3.14"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
statuses: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
with:
1717
fetch-depth: 0
1818
- name: Prepare environment

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: read
1414
steps:
15-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
with:
1717
fetch-depth: 0
1818
- name: Generate changelog and determine version

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
1515
with:
1616
node-version: 24
17-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
17+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
with:
1919
sparse-checkout: |
2020
renovate.json

.github/workflows/sync-next-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
- name: Sync branch main to next
1818
uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # 1.4.0
1919
with:

.github/workflows/test-yaml-schema.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
test_kustomize_build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515
- name: Run kustomize build
1616
run: |
1717
make .env
1818
kustomize build .
1919
test_yaml_schema:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2424
with:
2525
node-version: 24

0 commit comments

Comments
 (0)