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.
1 parent 6bba6b6 commit af7420dCopy full SHA for af7420d
.github/workflows/codeql-analysis.yml
@@ -46,11 +46,11 @@ jobs:
46
47
steps:
48
- name: Checkout repository
49
- uses: actions/checkout@v4.1.1
+ uses: actions/checkout@v4.2.1
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
54
with:
55
languages: ${{ matrix.language }}
56
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -79,4 +79,4 @@ jobs:
79
./eng/BuildAllProjects.ps1
80
81
- name: Perform CodeQL Analysis
82
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments