build(deps): bump actions/github-script from 7.1.0 to 9.0.0#19
build(deps): bump actions/github-script from 7.1.0 to 9.0.0#19dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
This PR cannot be merged in its current state. It attempts to bump the 'actions/github-script' dependency to version 9.0.0, which has not been released; the latest stable major version is v7. Referencing an invalid version in a GitHub Action workflow will cause the 'jira.yml' workflow to fail on execution. Additionally, the required test scenarios to verify compatibility with context object changes are currently missing.
About this PR
- The entire PR is based on an upgrade to 'v9.0.0' of 'actions/github-script', but no such version exists. Please verify the target version. If this was intended to be a different dependency or a different version number, the branch needs to be updated accordingly.
Test suggestions
- Verify the 'Update title of GitHub issue' script correctly interacts with the GitHub API using the v9.0.0 context objects.
- Verify the 'Add comment to GitHub issue' script correctly interacts with the GitHub API using the v9.0.0 context objects.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify the 'Update title of GitHub issue' script correctly interacts with the GitHub API using the v9.0.0 context objects.
2. Verify the 'Add comment to GitHub issue' script correctly interacts with the GitHub API using the v9.0.0 context objects.
🗒️ Improve review quality by adding custom instructions
|
|
||
| - name: Add comment to GitHub issue | ||
| uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 | ||
| uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
There was a problem hiding this comment.
🔴 HIGH RISK
The version v9.0.0 does not exist for the actions/github-script action. The latest stable major version is currently v7. Referencing a non-existent version will cause the workflow to fail. Update the actions/github-script version to the latest stable release (v7) and use the corresponding commit SHA.
|
|
||
| - name: Update title of GitHub issue | ||
| uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 | ||
| uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
There was a problem hiding this comment.
🔴 HIGH RISK
The version v9.0.0 does not exist for the actions/github-script action. The latest stable major version is currently v7. Referencing a non-existent version will cause the workflow to fail. Update the actions/github-script version to the latest stable release (v7) and use the corresponding commit SHA.
Bumps actions/github-script from 7.1.0 to 9.0.0.
Release 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 callAsyncFunctionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)