Skip to content

PR

PR #290

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
- 'releases/**'
workflow_call:
workflow_dispatch:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

Check failure on line 14 in .github/workflows/PR.yml

View workflow run for this annotation

GitHub Actions / PR

Invalid workflow file

The workflow is not valid. ni/python-actions/.github/workflows/CI.yml@2bf3b2e4b8e602bead3cefa2236463a3c4703d7e (Line: 14, Col: 3): Error calling workflow 'ni/python-actions/.github/workflows/test_actions.yml@2bf3b2e4b8e602bead3cefa2236463a3c4703d7e'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'. ni/python-actions/.github/workflows/CI.yml@2bf3b2e4b8e602bead3cefa2236463a3c4703d7e (Line: 14, Col: 3): Error calling workflow 'ni/python-actions/.github/workflows/test_actions.yml@2bf3b2e4b8e602bead3cefa2236463a3c4703d7e'. The nested job 'zizmor' is requesting 'security-events: write', but is only allowed 'security-events: none'.
cancel-in-progress: true
jobs:
run_ci:
name: Run CI
uses: ./.github/workflows/CI.yml