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 de216fa commit de0fbf0Copy full SHA for de0fbf0
.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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # pin@v2
+ uses: github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # 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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # pin@v2
+ uses: github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # pin@v2
50
51
category: '/language:csharp'
0 commit comments