Skip to content

+ 7f503db5e9d4c95c18db1f7757b2493e7a44a15e #589

+ 7f503db5e9d4c95c18db1f7757b2493e7a44a15e

+ 7f503db5e9d4c95c18db1f7757b2493e7a44a15e #589

Workflow file for this run

name: CIFuzz
on: [push, pull_request]
jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'opensips'
dry-run: false
language: c
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'opensips'
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v7
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts
all_done:
needs: Fuzzing
uses: ./.github/workflows/.notify.yml

Check failure on line 29 in .github/workflows/cifuzz.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cifuzz.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cifuzz.yml" -> "./.github/workflows/.notify.yml" (source branch with sha:9ed8eb3298a7a94228becc7ad034c13234bac660) : (Line: 18, Col: 9): Unrecognized named-value: 'secrets'. Located at position 79 within expression: inputs.job_result == 'failure' && github.repository == 'OpenSIPS/opensips' && secrets.SLACK_BOT_TOKEN != ''
with:
job_name: "CIFuzz"
job_result: ${{ needs.Fuzzing.result }}
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
if: ${{ always() && !cancelled() }}