Skip to content

Commit

Permalink
Bump the actions group in /.github/workflows with 2 updates (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
2 parents c690316 + 508c020 commit a7bac43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: Upload Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # 3.27.8
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # 3.28.0
with:
sarif_file: results.sarif

0 comments on commit a7bac43

Please sign in to comment.