diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-11-14 15:58:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 15:58:14 +0000 |
| commit | 023838f3c89ba12a36d06004cff33d76dd7d71fa (patch) | |
| tree | 8f28fdccf1990e7900b35c6e67a0422c979a0c48 /.github/workflows/ci-codeql-analysis.yml | |
| parent | 53683809d94cae373882d59e8b6761c517e0af1d (diff) | |
Update CI dependencies
Diffstat (limited to '.github/workflows/ci-codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/ci-codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index 9ff679995..d6983c683 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -27,11 +27,11 @@ jobs: dotnet-version: '8.0.x' - name: Initialize CodeQL - uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1 + uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1 + uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1 + uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 |
