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.
2 parents f1e1ff7 + 2c9672a commit c0a1252Copy full SHA for c0a1252
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
.github/workflows/codeql-analysis.yml
@@ -42,12 +42,12 @@ jobs:
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
46
with:
47
languages: ${{ matrix.language }}
48
49
- name: Autobuild
50
- uses: github/codeql-action/autobuild@v1
+ uses: github/codeql-action/autobuild@v2
51
52
- name: Perform CodeQL Analysis
53
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments