diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1557e43..667d41e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Use Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/platformatic-deploy.yml b/.github/workflows/platformatic-deploy.yml index 25d8983..a1cbf04 100644 --- a/.github/workflows/platformatic-deploy.yml +++ b/.github/workflows/platformatic-deploy.yml @@ -16,7 +16,7 @@ jobs: name: main steps: - name: Checkout application project repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: npm install --omit=dev run: npm install --omit=dev - name: Deploy project diff --git a/.github/workflows/platformatic-preview.yml b/.github/workflows/platformatic-preview.yml index 50b857e..695cc01 100644 --- a/.github/workflows/platformatic-preview.yml +++ b/.github/workflows/platformatic-preview.yml @@ -17,7 +17,7 @@ jobs: name: development steps: - name: Checkout application project repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: npm install --omit=dev run: npm install --omit=dev - name: Get PR number