Skip to content

Commit

Permalink
Update github/codeql-action action to v3.24.8 (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent dec5e88 commit 0b35c8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
- name: Upload Trivy low severity cases scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.7
uses: github/codeql-action/upload-sarif@v3.24.8
with:
sarif_file: scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
category: ${{ inputs.variant }}-image-scan-low-cases
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.7
uses: github/codeql-action/upload-sarif@v3.24.8
if: always()
with:
# Path to SARIF file relative to the root of the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
output-file: ${{ inputs.dockerfile }}.sarif

- name: Upload Hadolint results of ${{ inputs.dockerfile }}
uses: github/codeql-action/upload-sarif@v3.24.7
uses: github/codeql-action/upload-sarif@v3.24.8
with:
# Path to SARIF file relative to the root of the repository
sarif_file: ${{ inputs.dockerfile }}.sarif
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
- name: Upload Trivy low severity cases scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.7
uses: github/codeql-action/upload-sarif@v3.24.8
with:
sarif_file: scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
category: ${{ inputs.variant }}-image-scan-low-cases
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
sed -i 's/\\u0026#39;/\x27/g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.7
uses: github/codeql-action/upload-sarif@v3.24.8
if: always()
with:
# Path to SARIF file relative to the root of the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
output: "trivy-repository-scan.sarif"

- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.7
uses: github/codeql-action/upload-sarif@v3.24.8
with:
# Path to SARIF file relative to the root of the repository
sarif_file: trivy-repository-scan.sarif
Expand Down

0 comments on commit 0b35c8e

Please sign in to comment.