Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to 407ffaf (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: theriver-bot <98402334+theriver-bot[bot]@users.noreply.github.com>
  • Loading branch information
theriver-bot[bot] authored Nov 23, 2023
1 parent b0497c8 commit 86f31df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
- name: Upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Login to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
- name: Upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 86f31df

Please sign in to comment.