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 72d21cf commit 5d00295Copy full SHA for 5d00295
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: ./.github/actions/environment
36
37
- name: Initialize CodeQL
38
- uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # pin@v2
+ uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # pin@v2
39
with:
40
languages: csharp
41
@@ -46,6 +46,6 @@ jobs:
46
run: dotnet build Sentry-CI-CodeQL.slnf --no-restore --nologo
47
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # pin@v2
+ uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # pin@v2
50
51
category: '/language:csharp'
0 commit comments