From bea42901e33f4006fecedbd0b66c8ad92944c28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 14:29:24 +0000 Subject: [PATCH] ci(deps): bump the github-actions-minor-patch group with 2 updates Bumps the github-actions-minor-patch group with 2 updates: [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) and [relizaio/rearm-actions](https://github.com/relizaio/rearm-actions). 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 `relizaio/rearm-actions` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/relizaio/rearm-actions/releases) - [Commits](https://github.com/relizaio/rearm-actions/compare/3545b39e587d69a2ca339e3c4fee2f0fd67dd18b...46f1e94352761205d85e8a26d32dc0d618687b6d) --- updated-dependencies: - 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-minor-patch - dependency-name: relizaio/rearm-actions dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/rearm.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba50871..df861af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -170,7 +170,7 @@ jobs: - name: Deploy to GitHub Pages if: github.ref == 'refs/heads/main' - 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: ./docs diff --git a/.github/workflows/rearm.yml b/.github/workflows/rearm.yml index 2cf2cfb..5d0743f 100644 --- a/.github/workflows/rearm.yml +++ b/.github/workflows/rearm.yml @@ -63,7 +63,7 @@ jobs: - id: setup-rearm name: setup-rearm - uses: relizaio/rearm-actions/setup-cli@3545b39e587d69a2ca339e3c4fee2f0fd67dd18b # v1.3.1 + uses: relizaio/rearm-actions/setup-cli@46f1e94352761205d85e8a26d32dc0d618687b6d # v1.4.0 - name: Display rearm version shell: bash @@ -71,7 +71,7 @@ jobs: - id: init name: Initialize ReARM Flow - uses: relizaio/rearm-actions/initialize@3545b39e587d69a2ca339e3c4fee2f0fd67dd18b # v1.3.1 + uses: relizaio/rearm-actions/initialize@46f1e94352761205d85e8a26d32dc0d618687b6d # v1.4.0 with: rearm_api_id: ${{ secrets.REARM_COMPONENT_API_ID }} rearm_api_key: ${{ secrets.REARM_COMPONENT_API_KEY }} @@ -82,7 +82,7 @@ jobs: - name: Generate and sign SBOMs id: sbom - uses: relizaio/rearm-actions/sbom-sign-scan@3545b39e587d69a2ca339e3c4fee2f0fd67dd18b # v1.3.1 + uses: relizaio/rearm-actions/sbom-sign-scan@46f1e94352761205d85e8a26d32dc0d618687b6d # v1.4.0 with: enable_sbom: true deliverable_type: FILE @@ -100,7 +100,7 @@ jobs: echo "REARM_BUILD_LIFECYCLE=ASSEMBLED" >> $GITHUB_ENV - name: Submit metadata to ReARM and Finalize - uses: relizaio/rearm-actions/finalize@3545b39e587d69a2ca339e3c4fee2f0fd67dd18b # v1.3.1 + uses: relizaio/rearm-actions/finalize@46f1e94352761205d85e8a26d32dc0d618687b6d # v1.4.0 with: rearm_api_id: ${{ secrets.REARM_COMPONENT_API_ID }} rearm_api_key: ${{ secrets.REARM_COMPONENT_API_KEY }}