Skip to content

Bump the npm-development group across 1 directory with 5 updates #27

Bump the npm-development group across 1 directory with 5 updates

Bump the npm-development group across 1 directory with 5 updates #27

Workflow file for this run

name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
# allow external contributions to use secrets within trusted code
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
permissions:
# Required to create comments on pull requests.
pull-requests: write
jobs:
flowzone:

Check failure on line 17 in .github/workflows/flowzone.yml

View workflow run for this annotation

GitHub Actions / Flowzone

Invalid workflow file

The workflow is not valid. .github/workflows/flowzone.yml (Line: 17, Col: 3): Error calling workflow 'product-os/flowzone/.github/workflows/flowzone.yml@master'. The nested job 'actionlint' is requesting 'contents: read', but is only allowed 'contents: none'. .github/workflows/flowzone.yml (Line: 17, Col: 3): Error calling workflow 'product-os/flowzone/.github/workflows/flowzone.yml@master'. The nested job 'docker_test' is requesting 'packages: read', but is only allowed 'packages: none'.
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
# prevent duplicate workflows and only allow one `pull_request` or `pull_request_target` for
# internal or external contributions respectively
if: |
(github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') ||
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
secrets: inherit
with:
restrict_custom_actions: false
custom_test_matrix: >
{
"os": [
["ubuntu-latest"],
["macos-latest"],
["windows-latest"]
],
}