Skip to content

Commit

Permalink
pin the github action in .github/workflows/pages.yaml for JamesIves/g…
Browse files Browse the repository at this point in the history
…ithub-pages-deploy-action to a specific commit. This will prevent the author from changing the code we rely on. Not really necessary if you trust this person and their internal security (#234)

Co-authored-by: pputman12 <[email protected]>
  • Loading branch information
pputman-clabs and pputman12 authored Sep 25, 2024
1 parent 1290c4a commit 8881d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
touch tmp/pages/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c
with:
folder: tmp/pages
clean: true

0 comments on commit 8881d63

Please sign in to comment.