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 bd48a76 commit cafb4d2Copy full SHA for cafb4d2
1 file changed
.github/workflows/scorecards-analysis.yml
@@ -31,9 +31,11 @@ jobs:
31
name: "Scorecards analysis"
32
runs-on: ubuntu-latest
33
permissions:
34
- security-events: write # Needed to upload the results to the code-scanning dashboard.
+ # Needed to upload the results to the code-scanning dashboard.
35
+ security-events: write
36
actions: read
- contents: read
37
+ id-token: write # This is required for requesting the JWT
38
+ contents: read # This is required for actions/checkout
39
40
steps:
41
0 commit comments