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 5ece21d commit 143b3eeCopy full SHA for 143b3ee
.github/workflows/codeql-analysis.yml
@@ -39,11 +39,11 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v2
+ uses: actions/checkout@v4.1.1
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
47
with:
48
languages: ${{ matrix.language }}
49
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -60,4 +60,4 @@ jobs:
60
- run: dotnet build src/Simplify.sln -v minimal
61
62
- name: Perform CodeQL Analysis
63
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments