diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 73f742ee76..698a790809 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -16,7 +16,7 @@ jobs: # if: github.repository_owner == 'spring-cloud' steps: - name: Checkout - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: docs-build fetch-depth: 1 diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 54c8c147f2..d309ee4f14 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -67,7 +67,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} @@ -166,7 +166,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} @@ -224,7 +224,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} @@ -276,7 +276,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} @@ -298,7 +298,7 @@ jobs: steps: - name: checkout project - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch || github.ref }} diff --git a/.github/workflows/release-train-build.yml b/.github/workflows/release-train-build.yml index e29683fda9..27ff2bf6c5 100644 --- a/.github/workflows/release-train-build.yml +++ b/.github/workflows/release-train-build.yml @@ -42,7 +42,7 @@ jobs: java-version: "17" - name: "Check Out Code" id: "check-out-code" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 - name: "Build Release" id: "build-release" uses: "./.github/actions/release-train-build" diff --git a/.github/workflows/release-train-test.yml b/.github/workflows/release-train-test.yml index 7bf4ce08dd..266902e727 100644 --- a/.github/workflows/release-train-test.yml +++ b/.github/workflows/release-train-test.yml @@ -42,7 +42,7 @@ jobs: java-version: "17" - name: "Check Out Code" id: "check-out-code" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 - name: "Restore Build System Caches" id: "restore-build-system-caches" uses: "actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9" # v6.1.0