diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-07-23 15:32:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 15:32:24 +0000 |
| commit | 0cea853b454b7c9d557f537aad6241527c44819a (patch) | |
| tree | 264e71a0d245ce4ee672de62862e0aec3ce686c5 /.github | |
| parent | 663087b1558624f2a1c6e24fb54b60314af9b9f3 (diff) | |
Update github/codeql-action action to v3.29.4
Diffstat (limited to '.github')
| -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 67bcab742..e39ec9f0e 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -27,11 +27,11 @@ jobs: dotnet-version: '9.0.x' - name: Initialize CodeQL - uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 |
