Skip to content

chore(deps): pin webproject-xyz/.github action to e5d84c6 #33

chore(deps): pin webproject-xyz/.github action to e5d84c6

chore(deps): pin webproject-xyz/.github action to e5d84c6 #33

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
name: "CI"
permissions:
contents: read
actions: read
security-events: write
jobs:
ci:

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 15, Col: 3): Error calling workflow 'WebProject-xyz/.github/.github/workflows/ci.yml@0197cbc93aac17e66c9ce86fd72e02befef2f607'. The nested job 'release' is requesting 'contents: write, issues: write, pull-requests: write', but is only allowed 'contents: read, issues: none, pull-requests: none'.
uses: "WebProject-xyz/.github/.github/workflows/ci.yml@0197cbc93aac17e66c9ce86fd72e02befef2f607" # main
secrets: inherit
with:
test-matrix: |
[
{"php-version": "8.3", "dependencies": "locked", "with_coverage": true},
{"php-version": "8.4", "dependencies": "highest", "with_coverage": false},
{"php-version": "8.5", "dependencies": "highest", "with_coverage": false}
]