aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-07-05 20:44:09 +0200
committerTheo Buehler <tb@openbsd.org>2026-07-05 20:44:09 +0200
commit6b74040d32897e59cdf4beeb4f9cd6e054226f53 (patch)
tree30b8d7e3f305a70f238e96aa69a506788aef9d8c
parent8f3621829e709632f41c475d72632d6c60ee1491 (diff)
parent37fbc74d9d959b247457d1ceadfe217b9dc742b2 (diff)
downloadportable-6b74040d32897e59cdf4beeb4f9cd6e054226f53.tar.gz
portable-6b74040d32897e59cdf4beeb4f9cd6e054226f53.tar.bz2
portable-6b74040d32897e59cdf4beeb4f9cd6e054226f53.zip
Land #1313 - update github/codeql-action action to v4.36.3
-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 61baae2..c1ed060 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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 42 uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
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"