diff --git a/.github/workflows/dependabot-auto-merge.yaml b/.github/workflows/dependabot-auto-merge.yaml index 5981ac7..90b534b 100644 --- a/.github/workflows/dependabot-auto-merge.yaml +++ b/.github/workflows/dependabot-auto-merge.yaml @@ -30,7 +30,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1 released on 02-12-2025 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1 released on 02-12-2025 # repo: https://github.com/fastify/github-action-merge-dependabot # releases: https://github.com/fastify/github-action-merge-dependabot/tags diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 993ac57..826bd46 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -71,7 +71,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1 released on 02-12-2025 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1 released on 02-12-2025 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c9fda86..55a0dcf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 0ef6407..9571534 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -72,7 +72,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1 released on 02-12-2025 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1 released on 02-12-2025 with: persist-credentials: false fetch-depth: 0