diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-05 00:08:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:08:26 +0100 |
| commit | c6bb2a497b851f2de12c1ef4b7174125386801b5 (patch) | |
| tree | f99a144d57993f7c85ae214ea2d97064baed51b8 /.github/workflows/codeql.yml | |
| parent | 724ea832c78909e8948b1f89372a5bcbb4615ffc (diff) | |
chore(deps): update all github actions (major) (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 65748cd..3639c37 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,16 +24,16 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} queries: security-extended - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}" |
