diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 596865be1..9eac08d36 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,7 +23,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index e7ddd0305..56ec04d18 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version: ${{ matrix.node-version }} - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Package the latest changes to bolt-js @@ -55,7 +55,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Checkout bolt-js - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: path: ./bolt-js persist-credentials: false @@ -63,7 +63,7 @@ jobs: working-directory: ./bolt-js run: npm i && npm pack . && rm -rf node_modules - name: Checkout ${{ matrix.sample }} - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: ${{ matrix.sample }} path: ./sample