diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-14 23:39:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-14 23:39:06 +0200 |
| commit | db4f21200e084ae773f2adf887f5a11b76900b6b (patch) | |
| tree | 8f67445d2812bac69177108ca387d9d0073b7ece | |
| parent | 9551bd1c87c6e2a47d17f4fbfeffdee1c340f6b8 (diff) | |
| download | warden-db4f21200e084ae773f2adf887f5a11b76900b6b.tar.bz2 warden-db4f21200e084ae773f2adf887f5a11b76900b6b.zip | |
chore(deps): update github/codeql-action action to v4 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04a470a..b09911d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: rust-clippy-results.sarif wait-for-processing: true |
