diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-05-09 04:49:00 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-05-09 04:49:00 +0200 |
| commit | a8d60baebb51ce90a596b57820650f807bea42d0 (patch) | |
| tree | c55d8e137d17052a2a60898de511aadeb9ebcd30 /.github | |
| parent | 1eeef86a28def002253d69d9b8c1be7521170554 (diff) | |
| parent | 9fc190a0f51740d4c182b99d2132ce7ba434f763 (diff) | |
| download | portable-a8d60baebb51ce90a596b57820650f807bea42d0.tar.gz portable-a8d60baebb51ce90a596b57820650f807bea42d0.tar.bz2 portable-a8d60baebb51ce90a596b57820650f807bea42d0.zip | |
Land #1275 - codeql-action v4.35.3
Diffstat (limited to '.github')
| -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 51270ac..68b45d0 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 | 42 | uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.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" |
