fix: update workflows to replace PROJECT_TOKEN and GITHUB_TOKEN with CPMP_TOKEN

This commit is contained in:
Wikid82
2025-11-22 14:53:25 -05:00
parent 1bb592d7cd
commit a5042cab55
12 changed files with 27 additions and 27 deletions

View File

@@ -18,7 +18,7 @@ jobs:
analyze:
name: CodeQL analysis (${{ matrix.language }})
runs-on: ubuntu-latest
# Skip forked PRs where GITHUB_TOKEN lacks security-events permissions
# Skip forked PRs where CPMP_TOKEN lacks security-events permissions
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
permissions:
contents: read