From 9defde4f8a2b636c4ae4a19109bf42bc2059b94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:33:55 +0000 Subject: [PATCH] Bump actions/github-script from 6.4.1 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d7906e4ad0b1822421a7e6a35d5ca353c962f410...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] --- .github/workflows/snapit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index 561bd947..24b10c5b 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -38,7 +38,7 @@ jobs: status: pending - name: Validate pull request - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 id: pr_data env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -99,7 +99,7 @@ jobs: EOF - name: Create and publish snapshot release - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 id: snapshot-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -168,7 +168,7 @@ jobs: reactions: confused - name: Fail workflow if snapshot failed - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 if: ${{ steps.snapshot-release.outputs.succeeded == 'false' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}