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 b07c089 commit 1db4914Copy full SHA for 1db4914
.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@b611370bb5703a7efb587f9d136a52ea24c5c38c # pin@v2
+ uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # 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@b611370bb5703a7efb587f9d136a52ea24c5c38c # pin@v2
+ uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # pin@v2
50
51
category: '/language:csharp'
0 commit comments