diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ffe48a3..513ffe98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: persist-credentials: false # for later steps to use a different authentication - uses: actions/setup-node@v3 @@ -40,7 +40,7 @@ jobs: matrix: node-version: ${{ fromJson(needs.get-supported-node-versions.outputs.versions) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: fetch-depth: 0 # for commit linting - uses: actions/setup-node@v3 @@ -57,7 +57,7 @@ jobs: get-supported-node-versions: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - id: get run: | set -euxo pipefail