diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-07-20 10:40:48 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-07-20 10:40:48 +0200 |
| commit | 05ac57ccfd6a8bba5d3c33387d30fd7bc4d3df81 (patch) | |
| tree | 30602d4384b086c1223b9edd6ab5fa0657aa0557 | |
| parent | d7d0f6c2ecbf8b94f90ea802acbff1fa1af14df6 (diff) | |
| parent | 65859144213c55105d73a2b13246d490b440194e (diff) | |
| download | portable-05ac57ccfd6a8bba5d3c33387d30fd7bc4d3df81.tar.gz portable-05ac57ccfd6a8bba5d3c33387d30fd7bc4d3df81.tar.bz2 portable-05ac57ccfd6a8bba5d3c33387d30fd7bc4d3df81.zip | |
Land #1330 - update github/codeql-action action to v4.37.1
| -rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 3f9a33c..6b70737 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@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 | 42 | uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 |
| 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" |
