using newer checkout action

This commit is contained in:
Axel Uhl
2026-08-30 23:49:22 +02:00
parent a8ab29f809
commit 294b7e8f8d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
with:
comment_on_pr: false
- name: Check out the repository to the runner
uses: actions/checkout@v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: '500'
- name: Install JDK 8
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
distribution: temurin
java-version: 21
- name: Check out the repository to the runner
uses: actions/checkout@v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: '500'
- name: Download Eclipse Platform Runtime
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: '500'
- name: Install JDK 8
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
PACKAGE="$OWNER_LOWER/$REPO_LOWER"
echo "PACKAGE=${PACKAGE}" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ github.event_name == 'workflow_dispatch' && github.workflow_dispatch.ref || github.event.workflow_run.head_branch }}
- name: Set up QEMU
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: docker-25
fetch-depth: 0 # fetch the whole thing to make sure the histories merge
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout eclipse-main
uses: actions/checkout@v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: eclipse-main
fetch-depth: 0 # full history so the merge has a real base