Skip to content

Commit

Permalink
build: update scorecard action dependencies to 7f9dca2 (#45026)
Browse files Browse the repository at this point in the history
PR Close #45026
  • Loading branch information
renovate-bot authored and alxhub committed Feb 9, 2022
1 parent d0b88a6 commit 7af1f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
persist-credentials: false

- name: 'Run analysis'
uses: ossf/scorecard-action@6ef41e44444ebdd34616e8967e50c00bb2112452
uses: ossf/scorecard-action@682b53e351b930f033f957e05c77e0352482d9b9
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -44,6 +44,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@a777a982cb77f2b1e90252565501a6dddc659563
uses: github/codeql-action/upload-sarif@7f9dca29821cf2a54f736a581c164ce60afef936
with:
sarif_file: results.sarif

0 comments on commit 7af1f0a

Please sign in to comment.