Skip to content

Commit 4c6cecc

Browse files
authored
update versions (#407)
1 parent 9d7b36a commit 4c6cecc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ main ]
20-
schedule:
21-
- cron: '16 4 * * 1'
2220

2321
jobs:
2422
analyze:
@@ -38,11 +36,11 @@ jobs:
3836

3937
steps:
4038
- name: Checkout repository
41-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4240

4341
# Initializes the CodeQL tools for scanning.
4442
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v1
43+
uses: github/codeql-action/init@v2
4644
with:
4745
languages: ${{ matrix.language }}
4846
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +51,7 @@ jobs:
5351
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5452
# If this step fails, then you should remove it and run the build manually (see below)
5553
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v1
54+
uses: github/codeql-action/autobuild@v2
5755

5856
# ℹ️ Command-line programs to run using the OS shell.
5957
# 📚 https://git.io/JvXDl
@@ -67,4 +65,4 @@ jobs:
6765
# make release
6866

6967
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v1
68+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)