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 c3a26ce commit 2faaca2Copy full SHA for 2faaca2
.github/workflows/scorecard.yml
@@ -10,14 +10,15 @@ on:
10
push:
11
branches:
12
- main
13
+ - fix/scorecard
14
15
# Declare default permissions as read only.
16
permissions: read-all
17
18
jobs:
19
analysis:
20
name: Scorecard analysis
- uses: nodejs/web-team/.github/workflows/scorecard.yml@9f3c83af227d721768d9dbb63009a47ed4f4282f
21
+ uses: nodejs/web-team/.github/workflows/scorecard.yml@64d15ba684371b26784aa58680ea3f31120213ba
22
permissions:
23
# Needed to upload the results to code-scanning dashboard.
24
security-events: write
0 commit comments