diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 8eccc48..27f5125 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -23,7 +23,7 @@ jobs: contents: read steps: - name: Setup repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Setup Deno @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: Report health score diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 6382421..374cd72 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Actions checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f18daa2..3ef0987 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: contents: read id-token: write # The OIDC ID token is used for authentication with JSR. steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - run: npx jsr publish diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index 58da887..6912846 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -37,12 +37,12 @@ jobs: deno-version: ${{ matrix.deno-version }} - name: Checkout the api - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: ./deno-slack-api persist-credentials: false - name: Checkout the ${{ matrix.sample }} sample - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: ${{ matrix.sample }} path: ./sample