build(deps): bump actions/github-script from 3 to 7 (#26953)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-01 08:09:10 -07:00 committed by GitHub
parent 26e330e119
commit 4c245850c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
- name: Check and notify
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{ github.token }}
script: |

View File

@ -63,7 +63,7 @@ jobs:
- name: Comment (success)
if: steps.describe-services.outputs.active == 'true'
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{github.token}}
script: |

View File

@ -41,7 +41,7 @@ jobs:
echo "Comment on PR #${{ github.event.issue.number }} by ${{ github.event.issue.user.login }}, ${{ github.event.comment.author_association }}"
- name: Eval comment body for /testenv slash command
uses: actions/github-script@v3
uses: actions/github-script@v7
id: eval-body
with:
result-encoding: string
@ -51,7 +51,7 @@ jobs:
return result === null ? 'noop' : result[1]
- name: Eval comment body for feature flags
uses: actions/github-script@v3
uses: actions/github-script@v7
id: eval-feature-flags
with:
script: |
@ -71,7 +71,7 @@ jobs:
steps.eval-body.outputs.result != 'noop' &&
github.event.comment.author_association != 'MEMBER' &&
github.event.comment.author_association != 'OWNER'
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{github.token}}
script: |
@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get Info from comment
uses: actions/github-script@v3
uses: actions/github-script@v7
id: get-pr-info
with:
script: |
@ -189,7 +189,7 @@ jobs:
- name: Fail on missing container image
if: steps.check-image.outcome == 'failure'
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{github.token}}
script: |
@ -262,7 +262,7 @@ jobs:
- name: Comment (success)
if: ${{ success() }}
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{github.token}}
script: |
@ -275,7 +275,7 @@ jobs:
- name: Comment (failure)
if: ${{ failure() }}
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{github.token}}
script: |

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check for 'hold' label
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |