diff --git a/.github/workflows/extension-release.yml b/.github/workflows/extension-release.yml index 9dbe615..1ab1b5c 100644 --- a/.github/workflows/extension-release.yml +++ b/.github/workflows/extension-release.yml @@ -53,7 +53,7 @@ jobs: goprivate: ${{steps.goprivate.outputs.goprivate}} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false - name: Detect go module path @@ -153,7 +153,7 @@ jobs: needs: ["config"] steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false diff --git a/.github/workflows/extension-validate.yml b/.github/workflows/extension-validate.yml index b65621a..c544295 100644 --- a/.github/workflows/extension-validate.yml +++ b/.github/workflows/extension-validate.yml @@ -79,7 +79,7 @@ jobs: api-doc: ${{steps.configure.outputs.api-doc}} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false - name: Configure @@ -161,7 +161,7 @@ jobs: needs: ["config"] steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -183,7 +183,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false @@ -223,7 +223,7 @@ jobs: needs: ["security"] steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -260,7 +260,7 @@ jobs: needs: ["security"] steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -286,7 +286,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -313,7 +313,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false @@ -378,7 +378,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -411,7 +411,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -463,7 +463,7 @@ jobs: GOLANGCI_LINT_VERSION: "" steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d6de1f3..5894783 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ jobs: GORELEASER_VERSION: "2.12.7" steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: submodules: true persist-credentials: false diff --git a/.github/workflows/liveness.yml b/.github/workflows/liveness.yml index 39a9771..029a4c3 100644 --- a/.github/workflows/liveness.yml +++ b/.github/workflows/liveness.yml @@ -115,7 +115,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false submodules: true @@ -193,7 +193,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false submodules: true diff --git a/.github/workflows/tooling-release.yml b/.github/workflows/tooling-release.yml index be3118d..f0bd7ce 100644 --- a/.github/workflows/tooling-release.yml +++ b/.github/workflows/tooling-release.yml @@ -33,7 +33,7 @@ jobs: ghcr-io: ${{steps.configure.outputs.ghcr-io}} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false - name: Configure @@ -83,7 +83,7 @@ jobs: needs: ["config"] steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -109,7 +109,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/tooling-validate.yml b/.github/workflows/tooling-validate.yml index 472a240..ab8a1ac 100644 --- a/.github/workflows/tooling-validate.yml +++ b/.github/workflows/tooling-validate.yml @@ -50,7 +50,7 @@ jobs: codecov: ${{steps.configure.outputs.codecov}} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false - name: Configure @@ -98,7 +98,7 @@ jobs: needs: ["config"] steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -120,7 +120,7 @@ jobs: needs: ["security"] steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -157,7 +157,7 @@ jobs: needs: ["security"] steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -183,7 +183,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -209,7 +209,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false @@ -264,7 +264,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false @@ -298,7 +298,7 @@ jobs: GORELEASER_VERSION: "" steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: persist-credentials: false