Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify CI-PR #567

Merged
merged 6 commits into from
Nov 14, 2024
Merged

Conversation

corneil
Copy link
Collaborator

@corneil corneil commented Nov 8, 2024

Removed checks for changed modules and ensure the build scripts works in the absence of credentials.

See #550

@corneil corneil requested a review from onobc November 8, 2024 15:20
@@ -135,9 +66,23 @@ jobs:
- name: 'Built'
shell: bash
run: echo "::info ::Built"
scan:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove this scan from the PR build as we do not accept dep. updates in PRs and Trivy is failing 99% of the time due to its rate limiting.

java-version: '17'
components: 'js'
github-token: ${{ secrets.GITHUB_TOKEN }}
java-version: '17.0.12'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason so specific w/ patch version?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setup-java@v4 requires complete version for some reason it doesn't select latest when you only specify 17

Removed checks for changed modules and ensure the build scripts works in the absence of credentials.

See spring-cloud#550
Removed checks for changed modules and ensure the build scripts works in the absence of credentials.

See spring-cloud#550
Removed checks for changed modules and ensure the build scripts works in the absence of credentials.

See spring-cloud#550
Removed checks for changed modules and ensure the build scripts works in the absence of credentials.

See spring-cloud#550
Removed checks for changed modules and ensure the build scripts works in the absence of credentials.

See spring-cloud#550
This changes the distribution to use liberica since it properly detects the latest patch version of the distribution.
@corneil corneil merged commit 3472b81 into spring-cloud:2022.0.x Nov 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants