Browse Source

chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#5513)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7.0.1...ed597411d8f924073f98dfc5c65a23a2325f34cd)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 5 months ago
parent
commit
9fde0a220d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/lgtm-remove-on-update.yml
  2. 1 1
      .github/workflows/lgtm.yml

+ 1 - 1
.github/workflows/lgtm-remove-on-update.yml

@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Remove LGTM label on PR update
-      uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
+      uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
       with:
         script: |
           const prNumber = context.payload.pull_request.number;

+ 1 - 1
.github/workflows/lgtm.yml

@@ -44,7 +44,7 @@ jobs:
 
     - name: Process LGTM Command
       if: ${{ github.event.comment.body == '/lgtm' }}
-      uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
+      uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
       with:
         github-token: ${{ steps.generate_token.outputs.token }}
         script: |