diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ca19229..7ca2233 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -72,6 +72,6 @@ jobs: run: dotnet build Sufficit.Identity.sln --no-restore --configuration Release - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4 with: category: "/language:csharp"