Skip to content

Commit

Permalink
Merge pull request #280 from grendel-consulting/renovate/github-codeq…
Browse files Browse the repository at this point in the history
…l-action-3.x

chore(deps): update github/codeql-action action to v3.26.12
  • Loading branch information
ramirezj authored Oct 8, 2024
2 parents 6c9ab85 + dc6dd3b commit 7fb44af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
retention-days: 5

- name: "Upload to Code-Scanning"
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/speculative-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
output: ${{ env.trivy_sarif }}

- name: Report via GitHub CodeQL
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
with:
sarif_file: ${{ env.trivy_sarif }}

Expand Down

0 comments on commit 7fb44af

Please sign in to comment.