Skip to content

correct codeql action #2

correct codeql action

correct codeql action #2

Workflow file for this run

# This CI/CD workflow will test, build a container and deploy the app to Heroku.
name: "CI/CD Workflow"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
codeql:

Check failure on line 12 in .github/workflows/main-workflow.yml

View workflow run for this annotation

GitHub Actions / CI/CD Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/main-workflow.yml (Line: 12, Col: 3): Error calling workflow 'danieltsoukup/noise-dashboard/.github/workflows/codeql.yml@d133a64a471e941ee745158d008ef05a0e54eb34'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
name: codeql
uses: ./.github/workflows/codeql.yml
tests:
name: tests
uses: ./.github/workflows/test.yml
deploy:
name: build and deploy
needs: [ tests, codeql ]
uses: ./.github/workflows/build-deploy.yml