Skip to content

Commit

Permalink
Update github/codeql-action action to v3.24.6 (#145)
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 Feb 29, 2024
1 parent b7b2fe9 commit 518cc6b
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 @@ -72,7 +72,7 @@ jobs:
${{ env.IMAGE_NAME }}:test-${{ inputs.variant }}
- name: Upload Trivy low severity cases scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.5
uses: github/codeql-action/upload-sarif@v3.24.6
with:
sarif_file: scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
category: ${{ inputs.variant }}-image-scan-low-cases
Expand All @@ -93,7 +93,7 @@ jobs:
${{ env.IMAGE_NAME }}:test-${{ inputs.variant }}
- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.5
uses: github/codeql-action/upload-sarif@v3.24.6
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.5
uses: github/codeql-action/upload-sarif@v3.24.6
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 @@ -60,7 +60,7 @@ jobs:
${{ env.IMAGE_NAME }}:test-${{ inputs.variant }}
- name: Upload Trivy low severity cases scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.5
uses: github/codeql-action/upload-sarif@v3.24.6
with:
sarif_file: scan-results/trivy-${{ inputs.variant }}-image-scan-low.sarif
category: ${{ inputs.variant }}-image-scan-low-cases
Expand All @@ -81,7 +81,7 @@ jobs:
${{ env.IMAGE_NAME }}:test-${{ inputs.variant }}
- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.24.5
uses: github/codeql-action/upload-sarif@v3.24.6
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.5
uses: github/codeql-action/upload-sarif@v3.24.6
with:
# Path to SARIF file relative to the root of the repository
sarif_file: trivy-repository-scan.sarif
Expand Down

0 comments on commit 518cc6b

Please sign in to comment.