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 ff390d8 commit d231e5aCopy full SHA for d231e5a
2 files changed
.github/workflows/contributors_report.yaml
@@ -30,7 +30,7 @@ jobs:
30
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
31
32
- name: Run contributor action
33
- uses: github/contributors@ed5a1f1c7c0038f4c9ad790685b6b8a549ab3f64
+ uses: github/contributors@9e9ce8e51fe186c4d699ebb3d35c1f1fd755a357
34
env:
35
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
START_DATE: ${{ env.START_DATE }}
.github/workflows/scorecard.yml
@@ -42,6 +42,6 @@ jobs:
42
path: results.sarif
43
retention-days: 5
44
- name: "Upload to code-scanning"
45
- uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
+ uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
46
with:
47
sarif_file: results.sarif
0 commit comments