diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-27 05:54:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-27 05:54:10 -0700 |
| commit | 421b062ca423c292d33490f0286925f2f1a0c033 (patch) | |
| tree | dbb2e0fd25ff2cdc0ee4e9cd0e3755bec8a2c741 | |
| parent | cc3d08759e7daf77a946a827dcc1b0482c647f03 (diff) | |
chore(deps): update github/codeql-action digest to 3ebbd71 (#9185)
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 96131a154..5779ac3cf 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@436dbd9100756e97f42f45da571adeebf8270723 # v2 + uses: github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@436dbd9100756e97f42f45da571adeebf8270723 # v2 + uses: github/codeql-action/autobuild@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@436dbd9100756e97f42f45da571adeebf8270723 # v2 + uses: github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2 |
