Skip to content

Bump github/codeql-action from 4.32.0 to 4.32.2 in the github-owned-a… #25

Bump github/codeql-action from 4.32.0 to 4.32.2 in the github-owned-a…

Bump github/codeql-action from 4.32.0 to 4.32.2 in the github-owned-a… #25

name: Lint Check (pre-commit)
on:
# We have to use pull_request_target here as pull_request does not grant
# enough permission for reviewdog
pull_request_target:
push:
branches:
- main
jobs:
pre-commit:

Check failure on line 12 in .github/workflows/pre-commit-check.yml

View workflow run for this annotation

GitHub Actions / Lint Check (pre-commit)

Invalid workflow file

The workflow is not valid. .github/workflows/pre-commit-check.yml (Line: 12, Col: 3): Error calling workflow 'bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@1.3.0'. The nested job 'pre-commit-pr' is requesting 'checks: write, issues: write, pull-requests: write', but is only allowed 'checks: none, issues: none, pull-requests: none'.
permissions:
contents: read
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@1.3.0