aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-07-05 14:50:20 +0000
committerGitHub <noreply@github.com>2026-07-05 14:50:20 +0000
commit37fbc74d9d959b247457d1ceadfe217b9dc742b2 (patch)
tree30b8d7e3f305a70f238e96aa69a506788aef9d8c /.github
parent8f3621829e709632f41c475d72632d6c60ee1491 (diff)
downloadportable-37fbc74d9d959b247457d1ceadfe217b9dc742b2.tar.gz
portable-37fbc74d9d959b247457d1ceadfe217b9dc742b2.tar.bz2
portable-37fbc74d9d959b247457d1ceadfe217b9dc742b2.zip
ci: update github/codeql-action action to v4.36.3
Diffstat (limited to '.github')
-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 61baae2..c1ed060 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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 42 uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.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"