From 61655f07910cdc7b66aad4fb63b9e4d4c511bf2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:52:04 +0000 Subject: [PATCH] chore(ci): bump actions/github-script from 7.0.1 to 8.0.0 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/60a0d83039c74a4aee543508d2ffcb1c3799cdea...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/checks.yaml | 4 ++-- .github/workflows/create-release-branch.yaml | 2 +- .github/workflows/friendly-reminders.yaml | 2 +- .github/workflows/label.yaml | 2 +- .github/workflows/traffic.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index eb2a25b380..8a62bd4578 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -332,7 +332,7 @@ jobs: - name: save benchmark results as a step summary if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs'); @@ -355,7 +355,7 @@ jobs: persist-credentials: false - name: save benchmark results as a comment - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const decisionOutput = process.env.BENCHMARK_MARKDOWN; diff --git a/.github/workflows/create-release-branch.yaml b/.github/workflows/create-release-branch.yaml index 3b96dbdda7..71f2128c67 100644 --- a/.github/workflows/create-release-branch.yaml +++ b/.github/workflows/create-release-branch.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create Backport PR label if it doesn't exist - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/friendly-reminders.yaml b/.github/workflows/friendly-reminders.yaml index 8658db7a52..7d2ed38b0f 100644 --- a/.github/workflows/friendly-reminders.yaml +++ b/.github/workflows/friendly-reminders.yaml @@ -32,7 +32,7 @@ jobs: - name: Post comment if go.mod was changed if: steps.go-mod-tidy.outputs.stdout != '' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | github.issues.createComment({ diff --git a/.github/workflows/label.yaml b/.github/workflows/label.yaml index 875017317d..1765a90ce0 100644 --- a/.github/workflows/label.yaml +++ b/.github/workflows/label.yaml @@ -46,7 +46,7 @@ jobs: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.AUTOMATION_KEY }} - name: Check Author Association and Label PR - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: github-token: ${{ steps.generate-token.outputs.token }} script: | diff --git a/.github/workflows/traffic.yaml b/.github/workflows/traffic.yaml index 175e3ecf20..a0247f763c 100644 --- a/.github/workflows/traffic.yaml +++ b/.github/workflows/traffic.yaml @@ -39,7 +39,7 @@ jobs: run: echo "DATE=$(date +'%Y%m%d')" >>"$GITHUB_OUTPUT" - name: Get Traffic - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 id: get-traffic env: OWNER: opentdf