aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-08-02 14:11:20 +0200
committerTheo Buehler <tb@openbsd.org>2026-08-02 14:11:20 +0200
commit8430c1d169b83d5bfef4651e4bdacc8925dce2d1 (patch)
treebdee8c0473aa9c913d6b8cf2f1fe5bcdc62c6965 /.github/workflows
parent48d62cde5343df31033630af7bee77a892f6d140 (diff)
parent2959e39c51f45afb3ccb9d7a14124e7e6e81ce65 (diff)
downloadportable-8430c1d169b83d5bfef4651e4bdacc8925dce2d1.tar.gz
portable-8430c1d169b83d5bfef4651e4bdacc8925dce2d1.tar.bz2
portable-8430c1d169b83d5bfef4651e4bdacc8925dce2d1.zip
Land #1348 - update github/codeql-action action to v4.37.4
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 ba54f7a..88c6a2d 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 42 uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
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"