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 41c9e03 commit f78a449Copy full SHA for f78a449
.github/workflows/codeql-analysis.yml
@@ -1,26 +1,26 @@
1
name: CodeQL
2
3
on:
4
- push:
+ pull_request:
5
branches:
6
- main
7
- pull_request:
+ push:
8
9
10
schedule:
11
- cron: '31 7 * * 3'
12
13
+permissions:
14
+ actions: read
15
+ checks: write
16
+ contents: read
17
+ security-events: write
18
+
19
jobs:
20
analyze:
21
name: Analyze
22
runs-on: ubuntu-latest
23
- permissions:
- actions: read
- checks: write
- contents: read
- security-events: write
-
24
strategy:
25
fail-fast: false
26
matrix:
0 commit comments