We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d154c67 commit 9c48478Copy full SHA for 9c48478
1 file changed
.github/workflows/scorecard.yml
@@ -6,17 +6,19 @@ on:
6
# To guarantee Maintained check is occasionally updated. See
7
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
8
schedule:
9
- - cron: '16 20 * * 1'
+ - cron: "16 20 * * 1"
10
push:
11
- branches: [ "main" ]
+ branches: ["main"]
12
13
permissions: read-all
14
15
jobs:
16
analysis:
17
name: Scorecard analysis
18
runs-on: ubuntu-latest
19
- if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
+ if:
20
+ github.event.repository.default_branch == github.ref_name || github.event_name ==
21
+ 'pull_request'
22
permissions:
23
security-events: write
24
id-token: write
0 commit comments