aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-05-10 20:53:17 +0200
committerTheo Buehler <tb@openbsd.org>2026-05-10 20:53:17 +0200
commit426d9e1997ca7d21cafd74747c1d2a3abd948938 (patch)
treeb1c5b8dc0fdf2ccc14c9533ac4794ed9ee77bc5a
parenta8d60baebb51ce90a596b57820650f807bea42d0 (diff)
parent55da4b8038e43256d7a4321f314d8c5f72a5fe1b (diff)
downloadportable-426d9e1997ca7d21cafd74747c1d2a3abd948938.tar.gz
portable-426d9e1997ca7d21cafd74747c1d2a3abd948938.tar.bz2
portable-426d9e1997ca7d21cafd74747c1d2a3abd948938.zip
Land #1276 - update CodeQL action to v4.35.4
-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 68b45d0..1968b1c 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 42 uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.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"