diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-12 08:40:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-12 08:40:36 -0700 |
| commit | 8478a7c9ed014cf89d2e25328e3c8007c0e5dff7 (patch) | |
| tree | 3b958b3439b6633d18b701c9a649e1ee643b0d10 | |
| parent | 3a7a781ed99b278dda931daaddb8a5e947a2ff69 (diff) | |
chore(deps): update github/codeql-action digest to 515828d (#9079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -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 7153d4cf5..238e31f4b 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@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2 + uses: github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750 # v2 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2 + uses: github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750 # v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2 + uses: github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750 # v2 |
