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

Bump actions/setup-java from 3.10.0 to 3.12.0 #7239

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Java JDK
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
java-version: 11
# Java distribution. See the list of supported distributions in README file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 500
submodules: 'recursive'
- name: Set up JDK
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
Expand All @@ -48,7 +48,7 @@ jobs:
fetch-depth: 500
submodules: 'recursive'
- name: Set up JDK
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvn-dep-tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Java JDK
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
java-version: 11
# Java distribution. See the list of supported distributions in README file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
submodules: 'recursive'
- name: Set up JDK 11
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: '11'
Expand Down
Loading