Skip to content

v2 Nightly Tests

v2 Nightly Tests #383

Workflow file for this run

name: v2 Nightly Tests
on:
workflow_dispatch: # manually
schedule:
- cron: "0 0 * * *"
jobs:
appsec-v2:
uses: DataDog/dd-trace-go/.github/workflows/appsec.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
codeql-v2:

Check failure on line 14 in .github/workflows/v2-nightly.yml

View workflow run for this annotation

GitHub Actions / v2 Nightly Tests

Invalid workflow file

The workflow is not valid. .github/workflows/v2-nightly.yml (Line: 14, Col: 3): Error calling workflow 'DataDog/dd-trace-go/.github/workflows/codeql-analysis.yml@v2-dev'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
uses: DataDog/dd-trace-go/.github/workflows/codeql-analysis.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
govulncheck-v2:
uses: DataDog/dd-trace-go/.github/workflows/govulncheck.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
main-branch-tests-v2:
uses: DataDog/dd-trace-go/.github/workflows/main-branch-tests.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
parametric-v2:
uses: DataDog/dd-trace-go/.github/workflows/parametric-tests.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
smoke-v2:
uses: DataDog/dd-trace-go/.github/workflows/smoke-tests.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
system-v2:
uses: DataDog/dd-trace-go/.github/workflows/system-tests.yml@v2-dev
secrets: inherit
with:
branch_ref: refs/heads/v2-dev
test-apps-v2:
uses: DataDog/dd-trace-go/.github/workflows/test-apps.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev