File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
39
39
build :
40
40
if : github.actor != 'dependabot[bot]'
41
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/ 10.4.0
41
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4.0
42
42
with :
43
43
java-version : |
44
44
8
48
48
deploy-snapshot :
49
49
needs : build
50
50
if : github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
51
- uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/ 10.4.0
51
+ uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4.0
52
52
# Secrets for deployments
53
53
secrets :
54
54
NEXUS_USER : ${{ secrets.NEXUS_USER }}
61
61
deploy-release :
62
62
needs : build
63
63
if : github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
64
- uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/ 10.4.0
64
+ uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4.0
65
65
# Secrets for deployments
66
66
secrets :
67
67
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions: read-all
30
30
jobs :
31
31
32
32
analyze :
33
- uses : apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/ 10.4.0
33
+ uses : apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4.0
34
34
with :
35
35
java-version : |
36
36
8
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
31
31
build :
32
32
if : github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/ 10.4.0
33
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4.0
34
34
with :
35
35
java-version : |
36
36
8
37
37
17
38
38
39
39
merge-dependabot :
40
40
needs : build
41
- uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/ 10.4.0
41
+ uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4.0
42
42
with :
43
43
java-version : 17
44
44
permissions :
You can’t perform that action at this time.
0 commit comments