Skip to content

Commit b1508b0

Browse files
Remove Maven setup step from CI workflow
Removed Maven setup step to streamline CI workflow.
1 parent eafa535 commit b1508b0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@ jobs:
137137
distribution: 'temurin'
138138
java-version: ${{ matrix.java }}
139139

140-
# pinning to SHA to mitigate possible supply chain attacks
141-
- name: Set up Maven ${{ matrix.maven }}
142-
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
143-
with:
144-
maven-version: ${{ matrix.maven }}
145-
146140
- name: JavaDoc
147141
if: ${{ matrix.type == 'javadoc' }}
148142
id: javadoc

0 commit comments

Comments
 (0)