We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3344be commit 1900195Copy full SHA for 1900195
1 file changed
.github/workflows/codeql.yml
@@ -6,7 +6,12 @@ on:
6
pull_request:
7
branches: [master]
8
schedule:
9
- - cron: '0 17 * * 1,3,5'
+ - cron: '0 3 * * */2'
10
+
11
+permissions:
12
+ security-events: write
13
+ actions: read
14
+ contents: read
15
16
jobs:
17
analyse:
@@ -15,13 +20,10 @@ jobs:
20
21
steps:
22
- name: Checkout repository
18
- uses: actions/checkout@v2
23
+ uses: actions/checkout@v3
19
24
with:
25
fetch-depth: 2
26
- - run: git checkout HEAD^2
- if: ${{ github.event_name == 'pull_request' }}
-
27
- name: Initialize CodeQL
28
uses: github/codeql-action/init@v1
29
0 commit comments