We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 972da7d + 4e59a81 commit 4a51c94Copy full SHA for 4a51c94
.github/workflows/codeql-analysis.yml
@@ -2,6 +2,8 @@ name: "Code scanning - action"
2
3
on:
4
push:
5
+ branches-ignore:
6
+ - 'dependabot/**'
7
pull_request:
8
schedule:
9
- cron: '0 7 * * 2'
@@ -27,7 +29,7 @@ jobs:
27
29
28
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
32
+ uses: github/codeql-action/init@v3
33
34
- run: sudo apt install libipc-run3-perl libipc-system-simple-perl libfile-slurp-perl libfile-which-perl pandoc
35
- run: |
@@ -37,4 +39,4 @@ jobs:
37
39
make safedist
38
40
41
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
42
+ uses: github/codeql-action/analyze@v3
0 commit comments