aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-08-31 18:03:10 +0200
committerTheo Buehler <tb@openbsd.org>2026-08-31 18:03:10 +0200
commitd63a1f105815c3fe4ffd954443541bff5259cedf (patch)
treee9e4dadc1c1fcf1c2fb0886eba72e7837d338817
parent144f96dc572088ab70a98f9785d87d037cb99422 (diff)
parent5118f30beedff734608035c056e8b9b38ee3d6e7 (diff)
downloadportable-d63a1f105815c3fe4ffd954443541bff5259cedf.tar.gz
portable-d63a1f105815c3fe4ffd954443541bff5259cedf.tar.bz2
portable-d63a1f105815c3fe4ffd954443541bff5259cedf.zip
Land #1376 - codeql-action 4.37.9HEADmaster
-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 0caaae8..56da4ee 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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 42 uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
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"