Skip to content

Commit ad22c8c

Browse files
authored
Merge branch 'eclipse-platform:master' into master
2 parents de7dc49 + 9743f2b commit ad22c8c

15 files changed

Lines changed: 30 additions & 30 deletions

.github/workflows/checkDependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
outputs:
4141
bundles: ${{ steps.list-bundles.outputs.bundles }}
4242
steps:
43-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4444
with:
4545
fetch-depth: 0
4646
ref: master
@@ -73,7 +73,7 @@ jobs:
7373
max-parallel: 1
7474
fail-fast: false
7575
steps:
76-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7777
with:
7878
fetch-depth: 0
7979
ref: master

.github/workflows/checkVersions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141

42-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4343
with:
4444
fetch-depth: 0 # required for jgit timestamp provider to work
4545

@@ -51,7 +51,7 @@ jobs:
5151

5252
# Use a dedicated cache to prevent conflicts with the verification build cache
5353
- name: Cache local Maven repository
54-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
54+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
5555
with:
5656
path: ~/.m2/repository
5757
key: version-check-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/cleanCode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
outputs:
6868
bundles: ${{ steps.list-bundles.outputs.bundles }}
6969
steps:
70-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7171
with:
7272
fetch-depth: 0
7373
ref: ${{ inputs.branch }}
@@ -109,11 +109,11 @@ jobs:
109109
GH_TOKEN: ${{ secrets.token }}
110110
OWNER: ${{ github.repository_owner }}
111111
REPO: ${{ github.event.repository.name }}
112-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
113113
if: ${{ fromJson(steps.list-prs.outputs.prs)[9] == null }}
114114
with:
115115
fetch-depth: 0
116-
ref: master
116+
ref: ${{ inputs.branch }}
117117
- name: Set up Maven
118118
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
119119
if: ${{ fromJson(steps.list-prs.outputs.prs)[9] == null }}

.github/workflows/codeQLworkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5555
with:
5656
fetch-depth: 0 # required for jgit timestamp provider to work
5757
submodules: ${{ inputs.submodules }}

.github/workflows/mavenBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: Verify ${{ matrix.config.name }}
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5757
with:
5858
fetch-depth: 0 # required for jgit timestamp provider to work
5959
submodules: ${{ inputs.submodules }}

.github/workflows/publishVersionCheckResults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
let artifact = allArtifacts.data.artifacts.find(artifact => artifact.name == 'versions-git-patch')
3737
return artifact?.id
3838
39-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4040
if: steps.search-patch.outputs.result
4141
with:
4242
ref: '${{ github.event.workflow_run.head_sha }}'

.github/workflows/updateTarget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
update:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929
with:
3030
fetch-depth: 0
3131
ref: ${{ inputs.branch }}

0 commit comments

Comments
 (0)