Skip to content

Commit c2878fe

Browse files
authored
1 parent 23750ab commit c2878fe

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/codeql-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ on:
2020
schedule:
2121
- cron: "21 0 * * 2"
2222

23+
permissions: read-all
24+
2325
jobs:
2426
analyze:
2527
name: Analyze

.github/workflows/pre-submit.actions.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
workflow_dispatch:
77

8+
permissions: read-all
9+
810
jobs:
911
checkout:
1012
name: verify no checkout in Actions

.github/workflows/pre-submit.e2e.generic.default.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
workflow_dispatch:
77

8+
permissions: read-all
9+
810
env:
911
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1012

0 commit comments

Comments
 (0)