Skip to content

Commit 477b469

Browse files
authored
Merge pull request #198 from smashingtags/dependabot/github_actions/actions-7f32d08cd7
GitHub Actions SHA pin updates — cosign-installer, trivy-action, gitleaks, checkout v6, upload-artifact v7, setup-node v6, etc. All legitimate version bumps with updated SHA pins.
2 parents e942024 + 631fb86 commit 477b469

15 files changed

Lines changed: 48 additions & 48 deletions

.github/workflows/compliance-binder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222

2323
- name: Set up Node
24-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
24+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2525
with:
2626
node-version: '20'
2727

@@ -31,7 +31,7 @@ jobs:
3131
EVIDENCE_HOST: 'ce-demo.homelabarr.com'
3232

3333
- name: Install cosign
34-
uses: sigstore/cosign-installer@f713795cb21599bc4e5c4b58cbad1da852d7eeb9 # v3
34+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
3535

3636
- name: Sign binder zip
3737
run: |
@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
4343
- name: Upload binder artifact
44-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
44+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545
with:
4646
name: compliance-binder-${{ github.sha }}
4747
path: |

.github/workflows/compliance-evidence.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 10
1717
steps:
18-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: Install cosign
20-
uses: sigstore/cosign-installer@f713795cb21599bc4e5c4b58cbad1da852d7eeb9 # v3
20+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
2121
- name: Collect evidence
2222
env:
2323
EVIDENCE_HOST: ce-demo.homelabarr.com
2424
run: |
2525
chmod +x compliance/collect-evidence.sh
2626
bash compliance/collect-evidence.sh
27-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
27+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2828
with:
2929
name: compliance-evidence-${{ github.sha }}
3030
path: compliance/evidence/

.github/workflows/dast-active.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
with:
3434
persist-credentials: false
3535

@@ -50,7 +50,7 @@ jobs:
5050
echo "jwt=$T" >> $GITHUB_OUTPUT
5151
5252
- name: ZAP Full Scan (authenticated)
53-
uses: zaproxy/action-full-scan@d2a07475d467566c9a3e3c700f31f47724aa1060 # v0.10.0
53+
uses: zaproxy/action-full-scan@3c58388149901b9a03b7718852c5ba889646c27c # v0.13.0
5454
with:
5555
target: ${{ env.ZAP_TARGET }}
5656
rules_file_name: '.zap/rules.tsv'
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Upload report
105105
if: always()
106-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
106+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
107107
with:
108108
name: zap-active-${{ github.run_id }}
109109
path: |

.github/workflows/dast-baseline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: ZAP Baseline Scan
26-
uses: zaproxy/action-baseline@0619037bb784a56e2e06b104f0ebe157e076f075 # v0.13.0
26+
uses: zaproxy/action-baseline@de8ad967d3548d44ef623df22cf95c3b0baf8b25 # v0.15.0
2727
with:
2828
target: 'https://ce-demo.homelabarr.com'
2929
rules_file_name: '.zap/rules.tsv'
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload ZAP Report
3636
if: always()
37-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
37+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3838
with:
3939
name: zap-baseline-report
4040
path: |

.github/workflows/dast-trend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
trend:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Generate trend report
1616
env:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21-
- uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4
21+
- uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v4
2222
with:
2323
fail-on-severity: high
2424
deny-licenses: AGPL-3.0-only, AGPL-3.0-or-later, GPL-3.0-only, GPL-3.0-or-later, SSPL-1.0, BUSL-1.1

.github/workflows/dependency-staleness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
staleness:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
16+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1717
with:
1818
script: |
1919
const now = Date.now();

.github/workflows/deploy-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
16+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1717
with:
1818
script: |
1919
const LIVE_URL = 'https://ce-demo.homelabarr.com/';

.github/workflows/docker-build-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
- name: Install cosign
132132
if: github.event_name != 'pull_request'
133-
uses: sigstore/cosign-installer@f713795cb21599bc4e5c4b58cbad1da852d7eeb9 # v3
133+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
134134

135135
- name: Sign frontend image
136136
if: github.event_name != 'pull_request'
@@ -162,7 +162,7 @@ jobs:
162162
163163
- name: Comment on PR if cosign verify failed
164164
if: failure() && github.event_name == 'pull_request'
165-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
165+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
166166
with:
167167
script: |
168168
await github.rest.issues.createComment({
@@ -174,7 +174,7 @@ jobs:
174174
175175
- name: Trivy scan frontend
176176
if: github.event_name != 'pull_request'
177-
uses: aquasecurity/trivy-action@0.28.0
177+
uses: aquasecurity/trivy-action@v0.36.0
178178
continue-on-error: true
179179
with:
180180
image-ref: ghcr.io/${{ env.NAMESPACE }}/${{ env.FRONTEND_IMAGE_NAME }}@${{ steps.build-frontend.outputs.digest }}
@@ -185,7 +185,7 @@ jobs:
185185

186186
- name: Trivy scan backend
187187
if: github.event_name != 'pull_request'
188-
uses: aquasecurity/trivy-action@0.28.0
188+
uses: aquasecurity/trivy-action@v0.36.0
189189
continue-on-error: true
190190
with:
191191
image-ref: ghcr.io/${{ env.NAMESPACE }}/${{ env.BACKEND_IMAGE_NAME }}@${{ steps.build-backend.outputs.digest }}

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424

2525
name: E2E (${{ matrix.target.name }})
2626
steps:
27-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828

29-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
29+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3030
with:
3131
node-version: 24
3232

@@ -42,15 +42,15 @@ jobs:
4242
TEST_BASE_URL: ${{ matrix.target.url }}
4343

4444
- name: Upload test results
45-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
45+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4646
if: ${{ !cancelled() }}
4747
with:
4848
name: playwright-report-${{ matrix.target.name }}
4949
path: playwright-report/
5050
retention-days: 14
5151

5252
- name: Upload screenshots
53-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
53+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5454
if: failure()
5555
with:
5656
name: test-screenshots-${{ matrix.target.name }}

0 commit comments

Comments
 (0)