From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:51:02 +0000 (+0000) Subject: Dependabot update X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cbc1ea8d2fc937a0691fd0555bf0e5b736d6bdf;p=thirdparty%2Fopenssl.git Dependabot update CLA: trivial (deps): Bump actions/github-script 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] Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29099) --- diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml index 78587e26a6f..1c38204b1e0 100644 --- a/.github/workflows/fips-checksums.yml +++ b/.github/workflows/fips-checksums.yml @@ -142,7 +142,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply/Remove labels (github-script) - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: PR_NUM: ${{ github.event.number }} FIPS_STATUS: ${{ needs.compute-checksums.outputs.fips_status }}