Skip to content

Scorecard

Scorecard #137

Workflow file for this run

on:
pull_request:
branches:
- "*"
workflow_dispatch: {}
name: "Pull Request"
permissions:
contents: read
jobs:
test:
name: "Test"
uses: ./.github/workflows/part_test.yml
docs:

Check failure on line 18 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 18, Col: 3): Error calling workflow 'maennchen/ZipStream-PHP/.github/workflows/part_docs.yml@a093866d4d08595fb767dfbef35d24267c476a70'. The nested job 'deploy_pages' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'. .github/workflows/pr.yml (Line: 18, Col: 3): Error calling workflow 'maennchen/ZipStream-PHP/.github/workflows/part_docs.yml@a093866d4d08595fb767dfbef35d24267c476a70'. The nested job 'upload_release' is requesting 'contents: write', but is only allowed 'contents: read'.
name: "Docs"
uses: ./.github/workflows/part_docs.yml
dependabot:
name: "Dependabot"
if: ${{ github.actor == 'dependabot[bot]'}}
uses: ./.github/workflows/part_dependabot.yml