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 }}