diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-08-16 17:49:36 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-08-16 17:49:36 +0200 |
| commit | 18d6ee9f4eec5a8b5e31eeaa5412d191c1afb742 (patch) | |
| tree | 2bb35f6a31034204ead2bab4613823ddf77e6a63 | |
| parent | f30521f4fd43bcf0a87ead9a6719f3a096f9eb35 (diff) | |
| parent | 54c75b5bf6bc58bd743afa359787a36b3a659fc1 (diff) | |
| download | portable-18d6ee9f4eec5a8b5e31eeaa5412d191c1afb742.tar.gz portable-18d6ee9f4eec5a8b5e31eeaa5412d191c1afb742.tar.bz2 portable-18d6ee9f4eec5a8b5e31eeaa5412d191c1afb742.zip | |
Land #1365 - ci: update github/codeql-action action to v4.37.7
| -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 cfcdfc5..76b434f 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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 | 42 | uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 |
| 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" |
