summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-03 16:08:03 +0300
committerGitHub <noreply@github.com>2025-11-03 16:08:03 +0300
commit0e12a12d1d65b215f9abd68bf1f9db3841d4abe6 (patch)
treea6e841bfa52988c9769d3d2d87db621a2b042e1e
parent8058a94f60a129476a7955ee839cec96467b9bef (diff)
downloadedk2-dependabot/github_actions/actions/github-script-8.tar.xz
GitHub Action: Bump actions/github-script from 7 to 8dependabot/github_actions/actions/github-script-8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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.yml2
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..ae6eb39b42 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@v8
with:
script: |
core.setFailed('PR Formatting Validation Check Failed!')