We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4476658 commit e6be218Copy full SHA for e6be218
.github/workflows/scorecard.yml
@@ -11,13 +11,12 @@ on:
11
branches:
12
- main
13
14
-# Declare default permissions as read only.
15
-permissions: read-all
+permissions: {}
16
17
jobs:
18
analysis:
19
name: Scorecard analysis
20
- uses: nodejs/web-team/.github/workflows/scorecard.yml@64d15ba684371b26784aa58680ea3f31120213ba
+ uses: nodejs/web-team/.github/workflows/scorecard.yml@b62c434f5e530041c288a40280567849449e74be
21
permissions:
22
# Needed to upload the results to code-scanning dashboard.
23
security-events: write
0 commit comments