aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-05-23 01:47:18 +0000
committerGitHub <noreply@github.com>2026-05-23 01:47:18 +0000
commit11823973a1e4ee1ba3801fdca727f724218b5606 (patch)
treee0413d0641a417dca4ac2a702f9e66ee03081287 /.github/workflows
parent50d38affab82f1ccd45203e8f129bdf0c99be029 (diff)
downloadportable-11823973a1e4ee1ba3801fdca727f724218b5606.tar.gz
portable-11823973a1e4ee1ba3801fdca727f724218b5606.tar.bz2
portable-11823973a1e4ee1ba3801fdca727f724218b5606.zip
ci: update github/codeql-action action to v4.35.5
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cifuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 1968b1c..4dd9edc 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -39,7 +39,7 @@ jobs:
39 path: "./out/artifacts" 39 path: "./out/artifacts"
40 40
41 - name: "Upload SARIF" 41 - name: "Upload SARIF"
42 uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 42 uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
43 if: always() && steps.build.outcome == 'success' 43 if: always() && steps.build.outcome == 'success'
44 with: 44 with:
45 sarif_file: "cifuzz-sarif/results.sarif" 45 sarif_file: "cifuzz-sarif/results.sarif"