Skip to content

Commit

Permalink
Merge pull request #273 from wrslatz/fix-codeql-action-version-comment
Browse files Browse the repository at this point in the history
chore: fix version comment for codeql action
  • Loading branch information
wrslatz authored Nov 24, 2024
2 parents 24b17d5 + 6ccba17 commit d0d8cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.24.9
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
sarif_file: results.sarif

0 comments on commit d0d8cd0

Please sign in to comment.