Skip to content

Commit 8b320f2

Browse files
Merge pull request #209 from tristanpenman/fix-cifuzz
Run cifuzz on push and pull requests
2 parents bbb687d + cd0e101 commit 8b320f2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/cifuzz.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: CIFuzz
2-
on: [pull_request]
2+
3+
on:
4+
push:
5+
branches: [ "master" ]
6+
pull_request:
7+
branches: [ "master" ]
8+
39
jobs:
410
Fuzzing:
511
runs-on: ubuntu-latest
@@ -27,7 +33,7 @@ jobs:
2733
path: ./out/artifacts
2834
- name: Upload Sarif
2935
if: always() && steps.build.outcome == 'success'
30-
uses: github/codeql-action/upload-sarif@v2
36+
uses: github/codeql-action/upload-sarif@v3
3137
with:
3238
# Path to SARIF file relative to the root of the repository
3339
sarif_file: cifuzz-sarif/results.sarif

0 commit comments

Comments
 (0)