diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 717a6e8..71dfb33 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Use Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/platformatic-deploy.yml b/.github/workflows/platformatic-deploy.yml index 72d0c57..2eb6bec 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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 ae51f44..7e434a8 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: npm install --omit=dev run: npm install --omit=dev - name: Get PR number