Skip to content

Commit

Permalink
Bumped upload-pages-artifact version to v3.0.1 and deploy-pages versi…
Browse files Browse the repository at this point in the history
…on to v4.0.5 to solve safety issue with actions/artifact (GHSA-6q32-hq47-5qq3). Directly committed to 'development' without a PR.
  • Loading branch information
atteggiani committed Sep 4, 2024
1 parent 305f541 commit 4ac5e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_to_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
chmod -c -R +rX ../website
- name: Create artifact for deployment to GitHub Pages
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa #v3.0.1
with:
path: ../website

Expand All @@ -147,7 +147,7 @@ jobs:

steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e #v4.0.5

- name: Output success status
id: success
Expand Down

0 comments on commit 4ac5e9f

Please sign in to comment.