Skip to content
Open
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/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.4.0

Check failure on line 12 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 12 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

deploy.yml:12: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: Install
run: |
npm ci
Expand All @@ -19,7 +19,7 @@
npm run build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.7.3

Check failure on line 22 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 22 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

deploy.yml:22: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
branch: gh-pages # The branch the action should deploy to.
folder: out # The folder the action should deploy.
Expand Down
Loading