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 8b754db commit 5ad93c3Copy full SHA for 5ad93c3
.github/workflows/codeql-analysis.yml
@@ -2,15 +2,24 @@ name: "Code scanning - action"
2
3
on:
4
push:
5
+ branches: [main]
6
pull_request:
7
8
schedule:
9
- cron: '0 1 * * 4'
10
11
+concurrency:
12
+ group: codeql-${{ github.event.pull_request.number || github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
CodeQL-Build:
17
18
runs-on: ubuntu-latest
19
20
+ permissions:
21
+ security-events: write
22
23
steps:
24
- name: Checkout repository
25
uses: actions/checkout@v3
0 commit comments