Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Update actions/setup-java action to v2.5.0 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 21, 2021
1 parent 8d0fae7 commit ea3902b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
languages: java #go, javascript, csharp, python, cpp, java

- name: Setup Java JDK
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v2.5.0
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '11'
Expand Down

0 comments on commit ea3902b

Please sign in to comment.