From 0fee348b570e8e193f42eab5175bf64addc76984 Mon Sep 17 00:00:00 2001 From: Paul McCann Date: Thu, 20 Mar 2025 11:36:21 +0000 Subject: [PATCH] Update website.yml Pinning action to a full length commit SHA [see](https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-third-party-actions) --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 384bb21..7232544 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -30,6 +30,6 @@ jobs: cd .. cp -R docs demo/dist - name: Deploy website - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3 with: folder: demo/dist