Skip to content

✨ add support for Mindee Client V2 #78

✨ add support for Mindee Client V2

✨ add support for Mindee Client V2 #78

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
static_analysis:
uses: ./.github/workflows/_static-analysis.yml
build:
uses: ./.github/workflows/_build.yml
needs: static_analysis
secrets: inherit
codeql:

Check failure on line 17 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 17, Col: 3): Error calling workflow 'mindee/mindee-api-java/.github/workflows/_codeql.yml@3d5ae584d6a915fb60efde2d72b7b3c27efbe950'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
uses: ./.github/workflows/_codeql.yml
needs: build
test_integrations:
uses: ./.github/workflows/_test-integrations.yml
needs: build
secrets: inherit
test_code_samples:
uses: ./.github/workflows/_test-code-samples.yml
needs: build
secrets: inherit