File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,18 @@ jobs:
10
10
11
11
steps :
12
12
- name : Check out github-actions repo
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
with :
15
15
repository : aerius/github-actions
16
16
path : aerius-github-actions
17
- ref : v1.0.2
17
+ ref : v1.1
18
18
19
- - uses : aerius/github-actions/events/pull_request-event-action@v1.0.2
19
+ - uses : aerius/github-actions/events/pull_request-event-action@v1.1
20
20
with :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
ROOT_POM_DIRECTORY : repo/source
23
- JDK_VERSION : 17
24
23
25
- - uses : aerius/github-actions/extras/docker-build-action@v1.0.2
24
+ - uses : aerius/github-actions/extras/docker-build-action@v1.1
26
25
with :
27
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
27
DOCKER_IMAGE_NAME : ${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- name : Check out github-actions repo
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v4
13
13
with :
14
14
repository : aerius/github-actions
15
15
path : aerius-github-actions
16
- ref : v1.0.2
16
+ ref : v1.1
17
17
18
- - uses : aerius/github-actions/events/push-event-action@v1.0.2
18
+ - uses : aerius/github-actions/events/push-event-action@v1.1
19
19
with :
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
21
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
22
22
NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
23
23
NEXUS_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
24
24
ROOT_POM_DIRECTORY : repo/source
25
- JDK_VERSION : 17
26
25
27
- - uses : aerius/github-actions/extras/docker-build-or-publish-based-on-maven-project-version-action@v1.0.2
26
+ - uses : aerius/github-actions/extras/docker-build-or-publish-based-on-maven-project-version-action@v1.1
28
27
with :
29
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
29
DOCKER_REGISTRY_USERNAME : ${{ secrets.NEXUS_USERNAME }}
31
30
DOCKER_REGISTRY_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
32
31
DOCKER_IMAGE_NAME : ${{ github.event.repository.name }}
33
32
DOCKER_WORK_DIRECTORY : repo/source
34
33
ROOT_POM_DIRECTORY : repo/source
35
- JDK_VERSION : 17
Original file line number Diff line number Diff line change @@ -10,27 +10,25 @@ jobs:
10
10
11
11
steps :
12
12
- name : Check out github-actions repo
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
with :
15
15
repository : aerius/github-actions
16
16
path : aerius-github-actions
17
- ref : v1.0.2
17
+ ref : v1.1
18
18
19
- - uses : aerius/github-actions/events/release-event-action@v1.0.2
19
+ - uses : aerius/github-actions/events/release-event-action@v1.1
20
20
with :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
23
23
NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
24
24
NEXUS_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
25
25
ROOT_POM_DIRECTORY : repo/source
26
- JDK_VERSION : 17
27
26
28
- - uses : aerius/github-actions/extras/docker-publish-action@v1.0.2
27
+ - uses : aerius/github-actions/extras/docker-publish-action@v1.1
29
28
with :
30
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
30
DOCKER_REGISTRY_USERNAME : ${{ secrets.NEXUS_USERNAME }}
32
31
DOCKER_REGISTRY_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
33
32
DOCKER_IMAGE_NAME : ${{ github.event.repository.name }}
34
33
DOCKER_WORK_DIRECTORY : repo/source
35
34
ROOT_POM_DIRECTORY : repo/source
36
- JDK_VERSION : 17
You can’t perform that action at this time.
0 commit comments