Browse Source

Bump actions/github-script from 5 to 7 (#5985)

Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v5...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '7'
  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>
tags/20250428
dependabot[bot] GitHub 1 year ago
parent
commit
a2dfa6a246
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/code-format-msg.yml

+ 2
- 2
.github/workflows/code-format-msg.yml View File

@@ -47,7 +47,7 @@ jobs:
PR_NUMBER: ${{ needs.pr-context.outputs.PR_NUMBER }}
steps:
- name: Remove existing "format check failed" comment
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const owner = context.repo.owner;
@@ -82,7 +82,7 @@ jobs:
PR_NUMBER: ${{ needs.pr-context.outputs.PR_NUMBER }}
steps:
- name: Post comment on failed code-format if not existing
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const owner = context.repo.owner;


Loading…
Cancel
Save