We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8bdf7 commit ae69f52Copy full SHA for ae69f52
.github/workflows/scorecard.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: 'Checkout code'
28
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
+ uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
29
with:
30
persist-credentials: false
31
@@ -46,6 +46,6 @@ jobs:
46
47
# Upload the results to GitHub's code scanning dashboard.
48
- name: 'Upload to code-scanning'
49
- uses: github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.2.6
+ uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
50
51
sarif_file: results.sarif
0 commit comments