diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 5f51667..74e5348 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -41,7 +41,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@0c5e6ce59a41299aba2ad91baa0126f1bfde8e5c # v8 + uses: namespacelabs/nscloud-checkout-action@9e72ae580f3c60c57941cf5f813f854db2865202 # v8 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }} @@ -294,7 +294,7 @@ jobs: SLACK_CHANNEL_ID: "" steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@0c5e6ce59a41299aba2ad91baa0126f1bfde8e5c # v8 + uses: namespacelabs/nscloud-checkout-action@9e72ae580f3c60c57941cf5f813f854db2865202 # v8 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }} @@ -348,7 +348,7 @@ jobs: SLACK_CHANNEL_ID: "" steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@0c5e6ce59a41299aba2ad91baa0126f1bfde8e5c # v8 + uses: namespacelabs/nscloud-checkout-action@9e72ae580f3c60c57941cf5f813f854db2865202 # v8 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}