Skip to content

Commit 247b608

Browse files
committed
updated codeQL
1 parent ed8e54f commit 247b608

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/codeql-analysis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [ main, master ]
66
pull_request:
77
branches: [ main, master ]
8-
schedule:
9-
- cron: '20 7 * * 4'
108

119
jobs:
1210
analyze:
@@ -23,12 +21,12 @@ jobs:
2321
uses: actions/checkout@v2
2422

2523
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@v1
24+
uses: github/codeql-action/init@v2
2725
with:
2826
languages: ${{ matrix.language }}
2927

3028
- name: Autobuild
31-
uses: github/codeql-action/autobuild@v1
29+
uses: github/codeql-action/autobuild@v2
3230

3331
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@v1
32+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)