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 5607ced commit 20d7794Copy full SHA for 20d7794
.github/workflows/contributors_report.yaml
@@ -29,7 +29,7 @@ jobs:
29
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
30
31
- name: Run contributor action
32
- uses: github/contributors@ae62be2e3b1a3b2847955ec659d9bb6f88ffe628
+ uses: github/contributors@a274afd4ff1bd4d115a0163207db2603c8733149
33
env:
34
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
+ uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
46
with:
47
sarif_file: results.sarif
0 commit comments