From d145b099a5b0d8ed73f2ff1a5de20e1e4b5d3470 Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Mon, 5 Feb 2024 10:47:23 +0100 Subject: [PATCH] chore: use fixed hashes for the requested actions --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 8a69315..4820ff1 100644 --- a/action.yml +++ b/action.yml @@ -122,7 +122,7 @@ runs: - name: Deploy preview directory if: env.action == 'deploy' - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e with: token: ${{ env.token }} repository-name: ${{ env.deployrepo }} @@ -139,7 +139,7 @@ runs: - name: Leave a comment after deployment if: env.action == 'deploy' && env.deployment_status == 'success' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: pr-preview message: "\ @@ -160,7 +160,7 @@ runs: - name: Remove preview directory if: env.action == 'remove' - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e with: token: ${{ env.token }} repository-name: ${{ env.deployrepo }} @@ -172,7 +172,7 @@ runs: - name: Leave a comment after removal if: env.action == 'remove' && env.deployment_status == 'success' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 with: header: pr-preview message: "\