aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-07-11 15:01:03 +0000
committerGitHub <noreply@github.com>2026-07-11 15:01:03 +0000
commit667b8861198f7b8d45e92cce0df65fd0e58daa32 (patch)
tree3a51f415290f00b897eabd928f5d1d9a323b1a56 /.github
parent5d8cd43d9b733e5774c2646820632b38dfa0e9f2 (diff)
downloadportable-667b8861198f7b8d45e92cce0df65fd0e58daa32.tar.gz
portable-667b8861198f7b8d45e92cce0df65fd0e58daa32.tar.bz2
portable-667b8861198f7b8d45e92cce0df65fd0e58daa32.zip
ci: update github/codeql-action action to v4.37.0
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 c1ed060..3f9a33c 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@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 42 uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.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"