build(deps): bump the github-actions-dependencies group across 1 directory with 10 updates #270
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull request - Continuous Integration | ||
| on: | ||
| merge_group: | ||
| pull_request: | ||
| branches: [main] | ||
| permissions: {} | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
Check failure on line 12 in .github/workflows/pull-request-ci.yml
|
||
| jobs: | ||
| ci: | ||
| uses: ./.github/workflows/__shared-ci.yml | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| id-token: write | ||
| issues: write | ||
| pull-requests: write | ||
| security-events: write | ||
| statuses: write | ||
| secrets: inherit | ||