We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9963304 commit 78a0d9cCopy full SHA for 78a0d9c
.github/workflows/security.yml
@@ -21,14 +21,14 @@ jobs:
21
with:
22
dotnet-version: 7.0.x
23
- name: Initialize CodeQL
24
- uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
+ uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
25
26
languages: csharp
27
- name: Install dependencies
28
run: dotnet restore
29
- name: Build
30
run: dotnet build --configuration Release --no-restore
31
- name: Perform CodeQL Analysis
32
- uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
+ uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
33
34
category: "/language:csharp"
0 commit comments