Skip to content

Commit db9ea33

Browse files
Update github/codeql-action action to v4.32.5
1 parent c7e6521 commit db9ea33

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
8282
8383
- name: Upload Trivy low severity cases scan results to GitHub Security
84-
uses: github/codeql-action/upload-sarif@v4.32.4
84+
uses: github/codeql-action/upload-sarif@v4.32.5
8585
with:
8686
sarif_file: scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
8787
category: ${{ inputs.variant }}-image-scan-low-cases
@@ -109,7 +109,7 @@ jobs:
109109
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
110110
111111
- name: Upload Trivy scan results to GitHub Security
112-
uses: github/codeql-action/upload-sarif@v4.32.4
112+
uses: github/codeql-action/upload-sarif@v4.32.5
113113
if: always()
114114
with:
115115
# Path to SARIF file relative to the root of the repository

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
output-file: ${{ inputs.dockerfile }}.sarif
2929

3030
- name: Upload Hadolint results of ${{ inputs.dockerfile }}
31-
uses: github/codeql-action/upload-sarif@v4.32.4
31+
uses: github/codeql-action/upload-sarif@v4.32.5
3232
with:
3333
# Path to SARIF file relative to the root of the repository
3434
sarif_file: ${{ inputs.dockerfile }}.sarif

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
6969
7070
- name: Upload Trivy low severity cases scan results to GitHub Security
71-
uses: github/codeql-action/upload-sarif@v4.32.4
71+
uses: github/codeql-action/upload-sarif@v4.32.5
7272
with:
7373
sarif_file: scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
7474
category: ${{ inputs.variant }}-image-scan-low-cases
@@ -96,7 +96,7 @@ jobs:
9696
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
9797
9898
- name: Upload Trivy scan results to GitHub Security
99-
uses: github/codeql-action/upload-sarif@v4.32.4
99+
uses: github/codeql-action/upload-sarif@v4.32.5
100100
if: always()
101101
with:
102102
# Path to SARIF file relative to the root of the repository

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
3535

3636
- name: Upload Trivy scan results to GitHub Security
37-
uses: github/codeql-action/upload-sarif@v4.32.4
37+
uses: github/codeql-action/upload-sarif@v4.32.5
3838
with:
3939
# Path to SARIF file relative to the root of the repository
4040
sarif_file: trivy-repository-scan.sarif

0 commit comments

Comments
 (0)