From 5d5be164aa0bae0e84a47252bf744a1d97b6b027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:19:14 +0000 Subject: [PATCH] build(deps): bump actions/github-script Bumps the github-actions group with 1 update in the / directory: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/harvest-secrets-to-openbao.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/harvest-secrets-to-openbao.yml b/.github/workflows/harvest-secrets-to-openbao.yml index 1d2fffba..c8db4260 100644 --- a/.github/workflows/harvest-secrets-to-openbao.yml +++ b/.github/workflows/harvest-secrets-to-openbao.yml @@ -19,7 +19,7 @@ jobs: OIDC_AUDIENCE: openbao-github-oidc steps: - name: Harvest to OpenBao (OIDC login -> prove isolation -> write) - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: ALL_SECRETS: ${{ toJSON(secrets) }} ALL_VARS: ${{ toJSON(vars) }}