chore(deps): bump the github-actions-dependencies group across 6 directories with 1 update #897
Workflow file for this run
This file contains 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: Internal - Pull request - Continuous Integration | |
on: | |
merge_group: | |
pull_request: | |
branches: [main] | |
permissions: | |
contents: read | |
issues: read | |
packages: write | |
pull-requests: read | |
statuses: write | |
# FIXME: This is a workaround for having workflow actions. See https://github.com/orgs/community/discussions/38659 | |
id-token: write | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
ci: | |
uses: ./.github/workflows/__shared-ci.yml |