diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-19 15:42:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-19 15:42:07 +0000 |
| commit | 8243a7911514de29a2e28ea05aac40d0ce0f3951 (patch) | |
| tree | 2b34171689404563aa3d46f0cc011a351b898de6 | |
| parent | 5ae164c79a589854a718ee7f916b5502e542914f (diff) | |
chore(deps): update github/codeql-action action to v2.21.0
| -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 e1ee15c74..0e3c14bba 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@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4 + uses: github/codeql-action/init@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2.21.0 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4 + uses: github/codeql-action/autobuild@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2.21.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4 + uses: github/codeql-action/analyze@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2.21.0 |
