Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rearm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ 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
run: rearm version

- 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 }}
Expand All @@ -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
Expand All @@ -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 }}
Expand Down
Loading