aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-05-09 01:50:19 +0000
committerGitHub <noreply@github.com>2026-05-09 01:50:19 +0000
commit9fc190a0f51740d4c182b99d2132ce7ba434f763 (patch)
tree0ad2b27ec8b1860ce57c21df2bc1ef2b48ae728c /.github/workflows
parente1f7784531fe8f09cfbd42651a222a73653b3c2f (diff)
downloadportable-9fc190a0f51740d4c182b99d2132ce7ba434f763.tar.gz
portable-9fc190a0f51740d4c182b99d2132ce7ba434f763.tar.bz2
portable-9fc190a0f51740d4c182b99d2132ce7ba434f763.zip
ci: update github/codeql-action action to v4.35.3
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 51270ac..68b45d0 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 42 uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
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"