We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e785913 commit 3f2f7beCopy full SHA for 3f2f7be
.github/workflows/build.yaml
@@ -4,7 +4,6 @@ on: [push]
4
5
permissions:
6
contents: write # This is required for actions/checkout@v1
7
- security-events: write # To upload sarif files
8
9
jobs:
10
build:
.github/workflows/codeql.yaml
@@ -6,6 +6,11 @@ on:
schedule:
- cron: '20 14 * * 1'
+permissions:
+ actions: read
11
+ contents: read
12
+ security-events: write # To upload sarif files
13
+
14
15
analyze:
16
name: Analyze
0 commit comments