diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3fd086..b095c21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -114,7 +114,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Set up Java environment for the next steps - name: Setup Java @@ -168,7 +168,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: # to check out the actual pull request commit, not the merge commit ref: ${{ github.event.pull_request.head.sha }} @@ -205,7 +205,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Set up Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index de215c9..fb7ed35 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Fetch Sources - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 3a92c2d..176ff08 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -45,7 +45,7 @@ jobs: # Check out the selected branch - name: Fetch Sources - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Set up Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4588ca..53cf160 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: # fetch-depth: 0 is required so the post-release version-bump step can # walk tag history (counting nightlies between releases). - name: Fetch Sources - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ github.event.release.tag_name }} fetch-depth: 0