diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-08-02 14:11:20 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-08-02 14:11:20 +0200 |
| commit | 8430c1d169b83d5bfef4651e4bdacc8925dce2d1 (patch) | |
| tree | bdee8c0473aa9c913d6b8cf2f1fe5bcdc62c6965 /.github/workflows | |
| parent | 48d62cde5343df31033630af7bee77a892f6d140 (diff) | |
| parent | 2959e39c51f45afb3ccb9d7a14124e7e6e81ce65 (diff) | |
| download | portable-8430c1d169b83d5bfef4651e4bdacc8925dce2d1.tar.gz portable-8430c1d169b83d5bfef4651e4bdacc8925dce2d1.tar.bz2 portable-8430c1d169b83d5bfef4651e4bdacc8925dce2d1.zip | |
Land #1348 - update github/codeql-action action to v4.37.4
Diffstat (limited to '.github/workflows')
| -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 ba54f7a..88c6a2d 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 | 42 | uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.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" |
