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 b31e4db commit 6b75631Copy full SHA for 6b75631
.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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # pin@v2
+ uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # pin@v2
39
with:
40
languages: csharp
41
@@ -49,6 +49,6 @@ jobs:
49
run: dotnet build Sentry-CI-CodeQL.slnf --no-restore --nologo
50
51
- name: Perform CodeQL Analysis
52
- uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # pin@v2
+ uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # pin@v2
53
54
category: '/language:csharp'
0 commit comments