diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-15 13:57:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 13:57:37 +0000 |
| commit | e2a4dceb1d3a4801ba5197fc2117a1cbde6d1c55 (patch) | |
| tree | 02fd61f97b760005b540fe439d60d8d85f0e976a /.github/workflows/ci-codeql-analysis.yml | |
| parent | 133b568a35d5ce3c856eae65319796dc3e08361e (diff) | |
chore(deps): update github/codeql-action action to v3.25.0
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 39fe6f1d2..2841ea2df 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@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/autobuild@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0 |
