diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index ab0c756..9277802 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 563104e..1fdcbfc 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 7da5d0b..a448abd 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/gradle-release.yml b/.github/workflows/gradle-release.yml index e8fb381..4dac563 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/gradle-snapshot.yml b/.github/workflows/gradle-snapshot.yml index 088cd3e..723b36d 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 submodules: true @@ -114,7 +114,7 @@ jobs: contents: write steps: - name: "Checkout repository" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 submodules: true