Skip to content

build(deps-dev): Bump the npm-development-dependencies group with 7 updates #2

build(deps-dev): Bump the npm-development-dependencies group with 7 updates

build(deps-dev): Bump the npm-development-dependencies group with 7 updates #2

Workflow file for this run

name: Pull request - Continuous Integration
on:
merge_group:
pull_request:
branches: [main]
permissions:
contents: read
security-events: write
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
id-token: write

Check failure on line 13 in .github/workflows/pull-request-ci.yml

View workflow run for this annotation

GitHub Actions / Pull request - Continuous Integration

Invalid workflow file

The workflow is not valid. hoverkraft-tech/docusaurus-theme/.github/workflows/__shared-ci.yml@acf89727ec470232d1ff9fc73a75718a639c39dc (Line: 13, Col: 3): Error calling workflow 'hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b4883995e100e291a1fed68678d47a560328ed08'. The workflow is requesting 'statuses: write', but is only allowed 'statuses: none'. hoverkraft-tech/docusaurus-theme/.github/workflows/__shared-ci.yml@acf89727ec470232d1ff9fc73a75718a639c39dc (Line: 13, Col: 3): Error calling workflow 'hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b4883995e100e291a1fed68678d47a560328ed08'. The nested job 'codeql' is requesting 'actions: read', but is only allowed 'actions: none'.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit