chore: fix scorecards analysis (#10306)
This commit is contained in:
parent
4d0dbbc517
commit
78a5c0ad5c
2
.github/workflows/scorecards-analysis.yml
vendored
2
.github/workflows/scorecards-analysis.yml
vendored
@ -49,6 +49,6 @@ jobs:
|
|||||||
|
|
||||||
# Upload the results to GitHub’s code scanning dashboard.
|
# Upload the results to GitHub’s code scanning dashboard.
|
||||||
- name: 'Upload to code-scanning'
|
- name: 'Upload to code-scanning'
|
||||||
uses: github/codeql-action/upload-sarif@1245696032ecf7d39f87d54daa406e22ddf769a8 # v2.13.4
|
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
2
.github/workflows/update-browser-pins.yml
vendored
2
.github/workflows/update-browser-pins.yml
vendored
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
name: 'Update the pinned browsers'
|
name: 'Update the pinned browsers'
|
||||||
|
|
||||||
|
permissions: read-all
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run everyday at: https://crontab.guru/#0_6_*_*_*.
|
# Run everyday at: https://crontab.guru/#0_6_*_*_*.
|
||||||
|
Loading…
Reference in New Issue
Block a user