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 a54c83c commit 174429fCopy full SHA for 174429f
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [ main ]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
.github/workflows/ossf-scorecard.yml
@@ -8,7 +8,8 @@ on:
- cron: "39 12 * * 2" # once a week
workflow_dispatch:
-permissions: read-all
15
analysis:
.github/workflows/test.yml
test:
timeout-minutes: 60
0 commit comments