We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9bd5a commit fa8fe24Copy full SHA for fa8fe24
.github/workflows/branch-validations.yaml
@@ -17,7 +17,7 @@ env:
17
18
jobs:
19
validate:
20
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up JDK 11
@@ -36,7 +36,7 @@ jobs:
36
run: mvn -s .github/maven_settings.xml validate
37
38
security-checks:
39
40
41
42
.github/workflows/deploy-published-releases.yaml
@@ -9,7 +9,7 @@ on:
9
10
11
deploy:
12
13
14
15
- name: Set up Maven Central Repository
0 commit comments