From 0a82c945f585dd6982548a2449ba298417047929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:48:39 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action), [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) and [adriangl/check-new-commits-action](https://github.com/adriangl/check-new-commits-action). Updates `azure/trusted-signing-action` from 1.2.0 to 2.0.0 - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](https://github.com/azure/trusted-signing-action/compare/v1.2.0...v2.0.0) Updates `peaceiris/actions-gh-pages` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/4f9cc6602d3f66b9c108549d475ec49e8ef4d45e...84c30a85c19949d7eee79c4ff27748b70285e453) Updates `adriangl/check-new-commits-action` from 1 to 2 - [Release notes](https://github.com/adriangl/check-new-commits-action/releases) - [Changelog](https://github.com/adriangl/check-new-commits-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/adriangl/check-new-commits-action/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/trusted-signing-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: adriangl/check-new-commits-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cmake-ctest.yml | 4 ++-- .github/workflows/release-files.yml | 2 +- .github/workflows/tarball.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index 0f08c2e5d..6d1a6e13b 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -149,7 +149,7 @@ jobs: shell: bash - name: Sign files with Trusted Signing - uses: azure/trusted-signing-action@v1.2.0 + uses: azure/trusted-signing-action@v2.0.0 with: azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} azure-client-id: ${{ secrets.AZURE_CLIENT_ID }} @@ -620,7 +620,7 @@ jobs: shell: pwsh - name: Sign files with Trusted Signing (Windows_intel) - uses: azure/trusted-signing-action@v1.2.0 + uses: azure/trusted-signing-action@v2.0.0 with: azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} azure-client-id: ${{ secrets.AZURE_CLIENT_ID }} diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index c760e219b..254350985 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -272,7 +272,7 @@ jobs: ls ${{ runner.workspace }} - name: dev-only-docs - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 45992b3cf..822159003 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -70,7 +70,7 @@ jobs: - name: Check for changed source id: check-new-commits - uses: adriangl/check-new-commits-action@v1 + uses: adriangl/check-new-commits-action@v2 with: seconds: 86400 # One day in seconds branch: '${{ steps.get-branch-name.outputs.branch_ref }}'