aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-05-30 02:18:53 +0000
committerGitHub <noreply@github.com>2026-05-30 02:18:53 +0000
commitfa9dd0230777d1da3aac6ebe55df69b5b8f224aa (patch)
treeb70862a122e43051e112dd4d54e14b00684183fd /.github/workflows
parent3dca795134c8da1a09a9858ce6374876a5e564bc (diff)
downloadportable-fa9dd0230777d1da3aac6ebe55df69b5b8f224aa.tar.gz
portable-fa9dd0230777d1da3aac6ebe55df69b5b8f224aa.tar.bz2
portable-fa9dd0230777d1da3aac6ebe55df69b5b8f224aa.zip
ci: update github/codeql-action action to v4.36.0
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 4dd9edc..ecfb6e2 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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 42 uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
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"