diff --git a/.github/workflows/codeQLworkflow.yml b/.github/workflows/codeQLworkflow.yml index 18347403ce6..e74ed15661e 100644 --- a/.github/workflows/codeQLworkflow.yml +++ b/.github/workflows/codeQLworkflow.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: fetch-depth: 0 # required for jgit timestamp provider to work submodules: ${{ inputs.submodules }} diff --git a/.github/workflows/mavenBuild.yml b/.github/workflows/mavenBuild.yml index 0015a932f85..fb5b80fc3c3 100644 --- a/.github/workflows/mavenBuild.yml +++ b/.github/workflows/mavenBuild.yml @@ -45,7 +45,7 @@ jobs: name: Verify ${{ matrix.config.name }} steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: fetch-depth: 0 # required for jgit timestamp provider to work submodules: ${{ inputs.submodules }} diff --git a/.github/workflows/prepareRelease.yml b/.github/workflows/prepareRelease.yml index b4234d30ebf..123610c822d 100644 --- a/.github/workflows/prepareRelease.yml +++ b/.github/workflows/prepareRelease.yml @@ -22,7 +22,7 @@ jobs: run: | name=$(echo ${{ github.event.milestone.due_on }} | cut -d- -f-2) echo "name=$name" >> $GITHUB_OUTPUT - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: ref: master - name: Set up JDK diff --git a/.github/workflows/updateRelease.yml b/.github/workflows/updateRelease.yml index be1a80f2942..44b060517d2 100644 --- a/.github/workflows/updateRelease.yml +++ b/.github/workflows/updateRelease.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest if: contains(github.event.milestone.description, 'Release') steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: fetch-depth: 0 ref: master