Skip to content

Commit

Permalink
Update github/codeql-action action to v3.23.2 (#120)
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 Jan 26, 2024
1 parent 0344521 commit c7adfbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
sed -i 's|\\\\n|\\n|g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/[email protected].1
uses: github/codeql-action/[email protected].2
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/[email protected].1
uses: github/codeql-action/[email protected].2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: ${{ inputs.dockerfile }}.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sed -i 's|\\\\n|\\n|g' scan-results/trivy-${{ inputs.variant }}-image-scan.sarif
- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/[email protected].1
uses: github/codeql-action/[email protected].2
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/[email protected].1
uses: github/codeql-action/[email protected].2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: trivy-repository-scan.sarif
Expand Down

0 comments on commit c7adfbd

Please sign in to comment.