aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-08-29 09:33:52 +0200
committerTheo Buehler <tb@openbsd.org>2026-08-29 09:33:52 +0200
commit529bf42fd69da419fccb0b87e11474d8f9bf9f8a (patch)
treebe7ead9ccee429ab670d8d2af24f9cd674285612 /.github
parent18d6ee9f4eec5a8b5e31eeaa5412d191c1afb742 (diff)
parent5170cfc05dbe61e7e28a30f84cab9c4255ce2771 (diff)
downloadportable-529bf42fd69da419fccb0b87e11474d8f9bf9f8a.tar.gz
portable-529bf42fd69da419fccb0b87e11474d8f9bf9f8a.tar.bz2
portable-529bf42fd69da419fccb0b87e11474d8f9bf9f8a.zip
Land #1372 - codeql-action 4.37.8
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 76b434f..0caaae8 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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 42 uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
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"