Skip to content

Commit

Permalink
Merge pull request #230 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.28.3
  • Loading branch information
ramirezj authored Jan 23, 2025
2 parents 5faaad2 + cbdb523 commit 083184a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ jobs:
TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db"

- name: Report via GitHub CodeQL
uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
with:
sarif_file: ${{ env.trivy_sarif }}
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
retention-days: 5

- name: "Upload to Code-Scanning"
uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
with:
sarif_file: results.sarif

0 comments on commit 083184a

Please sign in to comment.