diff --git a/.github/workflows/lint-test-release.yml b/.github/workflows/lint-test-release.yml index dd79bb3..1c0ef85 100644 --- a/.github/workflows/lint-test-release.yml +++ b/.github/workflows/lint-test-release.yml @@ -15,13 +15,13 @@ jobs: linttest: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version: "lts/*" - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 + - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 name: Install pnpm with: version: 8 @@ -58,16 +58,16 @@ jobs: app_id: ${{ secrets.FENSAK_CICD_BOT_APP_ID }} private_key: ${{ secrets.FENSAK_CICD_BOT_PRIVATE_KEY }} - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 token: ${{ steps.generate_token.outputs.token }} - - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version: "lts/*" - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 + - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 name: Install pnpm with: version: 8