Skip to content

Commit

Permalink
Merge pull request #215 from osgi/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-java-3.11.0

build(deps): Bump actions/setup-java from 3.10.0 to 3.11.0
  • Loading branch information
juergen-albert committed Apr 28, 2023
2 parents afa775b + c4d2bc3 commit 3bc78e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand All @@ -87,7 +87,7 @@ jobs:
./.github/scripts/ci-build.sh ${{ matrix.mavenopts }}
- name: Configure settings.xml for Publish
if: ${{ matrix.canonical }}
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 3bc78e6

Please sign in to comment.