build(deps): bump actions/github-script from 8 to 9 in the all-actions-dependencies group across 1 directory#15
Open
dependabot[bot] wants to merge 1 commit into
Conversation
2 tasks
bearomorphism
added a commit
to bearomorphism/setup-cz
that referenced
this pull request
May 8, 2026
The test-trigger-other-job job runs `gh workflow run`, which requires
`actions: write` on the GITHUB_TOKEN. The job has been failing on:
- Fork PRs (e.g. contributor PRs from forks): fork-originated PRs
always receive a read-only GITHUB_TOKEN.
- Dependabot PRs (e.g. commitizen-tools#15): even though dependabot creates branches
in the same repo, the dependabot[bot] actor receives a restricted
token by default.
Both produce:
could not create workflow dispatch event: HTTP 403:
Resource not accessible by integration
Skip this job in both cases by gating on `head.repo.full_name` and on
`github.actor`. The job continues to run on PRs from same-repo
branches authored by humans, where the token has the required
permissions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bearomorphism
added a commit
to bearomorphism/setup-cz
that referenced
this pull request
May 9, 2026
The test-trigger-other-job job runs `gh workflow run`, which requires
`actions: write` on the GITHUB_TOKEN. The job has been failing on:
- Fork PRs (e.g. contributor PRs from forks): fork-originated PRs
always receive a read-only GITHUB_TOKEN.
- Dependabot PRs (e.g. commitizen-tools#15): even though dependabot creates branches
in the same repo, the dependabot[bot] actor receives a restricted
token by default.
Both produce:
could not create workflow dispatch event: HTTP 403:
Resource not accessible by integration
Skip this job in both cases by gating on `head.repo.full_name` and on
`github.actor`. The job continues to run on PRs from same-repo
branches authored by humans, where the token has the required
permissions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2 tasks
woile
pushed a commit
that referenced
this pull request
May 11, 2026
The test-trigger-other-job job runs `gh workflow run`, which requires
`actions: write` on the GITHUB_TOKEN. The job has been failing on:
- Fork PRs (e.g. contributor PRs from forks): fork-originated PRs
always receive a read-only GITHUB_TOKEN.
- Dependabot PRs (e.g. #15): even though dependabot creates branches
in the same repo, the dependabot[bot] actor receives a restricted
token by default.
Both produce:
could not create workflow dispatch event: HTTP 403:
Resource not accessible by integration
Skip this job in both cases by gating on `head.repo.full_name` and on
`github.actor`. The job continues to run on PRs from same-repo
branches authored by humans, where the token has the required
permissions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
@dependabot rebase |
Bumps the all-actions-dependencies group with 1 update in the / directory: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
5d06d9b to
81cba7a
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-actions-dependencies group with 1 update in the / directory: actions/github-script.
Updates
actions/github-scriptfrom 8 to 9Release notes
Sourced from actions/github-script's releases.
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunction