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 388fa5a commit bed0f0cCopy full SHA for bed0f0c
.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@23acc5c183826b7a8a97bce3cecc52db901f8251 # pin@v2
+ uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # 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@23acc5c183826b7a8a97bce3cecc52db901f8251 # pin@v2
+ uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # pin@v2
50
51
category: '/language:csharp'
0 commit comments