diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b888cde3..20c865ef 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,7 @@ jobs: run: dotnet restore lfm.sln -m:1 - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: languages: csharp build-mode: manual @@ -72,6 +72,6 @@ jobs: run: dotnet build lfm.sln -c Release --no-restore -p:TreatWarningsAsErrors=true - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: category: /language:csharp