diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-10 20:10:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 20:10:08 +0000 |
| commit | 4323f69cd4176ed59fc3982a3d35b73a2c261d2a (patch) | |
| tree | 7588be1edddfaf0da2cf350171cf6431c1c7240f | |
| parent | 7b1bd9f234b0404007a9331c6a133f8a9a241ae0 (diff) | |
chore(deps): update github/codeql-action digest to 17573ee
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ef9ab45a1..41d59e243 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,11 +27,11 @@ jobs: dotnet-version: '7.0.x' - name: Initialize CodeQL - uses: github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477 # v2 + uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@8775e868027fa230df8586bdf502bbd9b618a477 # v2 + uses: github/codeql-action/autobuild@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477 # v2 + uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2 |
