diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-05-11 23:55:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 23:55:01 +0300 |
| commit | 4150d8cd3bc750a452e2c5901f8d21ebc9f955a9 (patch) | |
| tree | 45cba1c73e0a18256d69f5d7e52bda40a6465c77 | |
| parent | b03a21a63e3bd001f52c527e5a57feddb53a690b (diff) | |
| download | edk2-dependabot/github_actions/actions/github-script-9.tar.xz | |
GitHub Action: Bump actions/github-script from 7 to 9dependabot/github_actions/actions/github-script-9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v9)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/pull-request-formatting-validator.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-formatting-validator.yml b/.github/workflows/pull-request-formatting-validator.yml index bd79075684..52b76a5142 100644 --- a/.github/workflows/pull-request-formatting-validator.yml +++ b/.github/workflows/pull-request-formatting-validator.yml @@ -71,7 +71,7 @@ jobs: - name: Check for Validation Errors
if: steps.validate.outputs.validation_error == 'true'
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
with:
script: |
core.setFailed('PR Formatting Validation Check Failed!')
|
