Skip to content

Commit

Permalink
Update github/codeql-action action to v2.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent c26d3e8 commit 7b01162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
output-file: ${{ matrix.file }}.sarif

- name: Upload Hadolint results of ${{ matrix.file }}
uses: github/codeql-action/[email protected].9
uses: github/codeql-action/[email protected].10
with:
# Path to SARIF file relative to the root of the repository
sarif_file: ${{ matrix.file }}.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
output: "trivy-repository-scan.sarif"

- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/[email protected].9
uses: github/codeql-action/[email protected].10
with:
# Path to SARIF file relative to the root of the repository
sarif_file: trivy-repository-scan.sarif
Expand Down

0 comments on commit 7b01162

Please sign in to comment.