Skip to content

Commit 133685b

Browse files
Update vulnerability_scan self-reference SHA to include pinned actions
The previous SHA pointed to the old v3 commit before actions were pinned, causing the same SHA pinning error for transitive dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 83defcc commit 133685b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/shared-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: ${{ inputs.working_dir }}/target/site/jacoco/*
7373

7474
- name: Vulnerability Scan
75-
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@aa84a60f4774fd78427d3882418dd913588abd8d # v3
75+
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@83defcc6516d8965a7807af3152c0b83f0b755ff # v3
7676
with:
7777
scan_severity: HIGH,CRITICAL
7878
failure_severity: ${{ inputs.vulnerability_severity }}

0 commit comments

Comments
 (0)