Skip to content

Commit

Permalink
chore(deps): bump actions/github-script from 6 to 7 (#1552)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent f0fc4be commit 5c7cac1
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Event is dispatch
if: contains(github.event_name, 'workflow_dispatch') &&
github.repository_owner == 'axonweb3' && github.event.inputs.dispatch != 'regression'
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get_sha
with:
github-token: ${{ steps.generate_axon_bot_token.outputs.BOT_TOKEN }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
private_key: ${{ secrets.AXON_BOT_PRIVATE_KEY }}
- if: contains(join(needs.*.result, ';'), 'failure') || contains(join(needs.*.result, ';'), 'cancelled')
run: exit 1
- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: ${{ always() }}
with:
github-token: ${{ steps.generate_axon_bot_token.outputs.BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Event is dispatch
if: contains(github.event_name, 'workflow_dispatch') &&
github.repository_owner == 'axonweb3'
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get_sha
with:
github-token: ${{ steps.generate_axon_bot_token.outputs.BOT_TOKEN }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
private_key: ${{ secrets.AXON_BOT_PRIVATE_KEY }}
- if: contains(join(needs.*.result, ';'), 'failure') || contains(join(needs.*.result, ';'), 'cancelled')
run: exit 1
- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: ${{ always() }}
with:
github-token: ${{ steps.generate_axon_bot_token.outputs.BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/entry_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Dispatch CIs if the user does have correct permission
if: contains('admin write', fromJson(steps.user_permission.outputs.data).permission)
id: dispatch
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const dispatch = {
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Post a coment about component information to PR
if: contains('admin write', fromJson(steps.user_permission.outputs.data).permission)
id: post_workflow_run_comment
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
console.log(`${{ steps.escape_multiple_lines_test_inputs.outputs.result }}`);
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: get assignees
uses: actions/github-script@v6
uses: actions/github-script@v7
id: assignees
with:
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openzeppelin_test_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Get the git ref of Axon
uses: actions/github-script@v6
uses: actions/github-script@v7
id: axon_git_ref
with:
script: |
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
# The `statuses: write` permission is required in this step.
- name: Update the commit Status
if: always() && env.IS_DISPATCH == 'true' && env.IS_REGRESSION == 'false'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.repos.createCommitStatus({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openzeppelin_test_16_19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Get the git ref of Axon
uses: actions/github-script@v6
uses: actions/github-script@v7
id: axon_git_ref
with:
script: |
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
# The `statuses: write` permission is required in this step.
- name: Update the commit Status
if: always() && env.IS_DISPATCH == 'true' && env.IS_REGRESSION == 'false'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.repos.createCommitStatus({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openzeppelin_test_1_5_and_12_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Get the git ref of Axon
uses: actions/github-script@v6
uses: actions/github-script@v7
id: axon_git_ref
with:
script: |
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
# The `statuses: write` permission is required in this step.
- name: Update the commit Status
if: always() && env.IS_DISPATCH == 'true' && env.IS_REGRESSION == 'false'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.repos.createCommitStatus({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openzeppelin_test_6_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Get the git ref of Axon
uses: actions/github-script@v6
uses: actions/github-script@v7
id: axon_git_ref
with:
script: |
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
# The `statuses: write` permission is required in this step.
- name: Update the commit Status
if: always() && env.IS_DISPATCH == 'true' && env.IS_REGRESSION == 'false'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.repos.createCommitStatus({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/v3_core_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Get the git ref of Axon
uses: actions/github-script@v6
uses: actions/github-script@v7
id: axon_git_ref
with:
script: |
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
# The `statuses: write` permission is required in this step.
- name: Update the commit Status
if: always() && env.IS_DISPATCH == 'true' && env.IS_REGRESSION == 'false'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.repos.createCommitStatus({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web3_compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Get the git ref of Axon
uses: actions/github-script@v6
uses: actions/github-script@v7
id: axon_git_ref
with:
script: |
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
# The `statuses: write` permission is required in this step.
- name: Update the commit Status
if: always() && env.IS_DISPATCH == 'true' && env.IS_REGRESSION == 'false'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.repos.createCommitStatus({
Expand Down

0 comments on commit 5c7cac1

Please sign in to comment.