diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index b1ace6c..a093f71 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -83,7 +83,7 @@ jobs: if: inputs.vulncheck_enabled steps: - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true @@ -109,7 +109,7 @@ jobs: os: ["ubuntu-latest", "macos-latest", "windows-latest"] steps: - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index fb4de79..0d9b45d 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -60,7 +60,7 @@ jobs: DOCKER_CLI_EXPERIMENTAL: enabled steps: - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 2a28942..5f27032 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -77,7 +77,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/gradle-release.yml b/.github/workflows/gradle-release.yml index 172e142..f0e0d94 100644 --- a/.github/workflows/gradle-release.yml +++ b/.github/workflows/gradle-release.yml @@ -86,7 +86,7 @@ jobs: name: "release" steps: - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/gradle-snapshot.yml b/.github/workflows/gradle-snapshot.yml index c8867c8..633c256 100644 --- a/.github/workflows/gradle-snapshot.yml +++ b/.github/workflows/gradle-snapshot.yml @@ -69,7 +69,7 @@ jobs: name: "snapshot" steps: - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true @@ -114,7 +114,7 @@ jobs: contents: write steps: - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true