File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
13
13
attach-artifact-to-release :
14
- uses : liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.6.9
14
+ uses : liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.7.0
15
15
secrets : inherit
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
nightly-build :
11
- uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.6.9
11
+ uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.0
12
12
with :
13
13
nightly : true
14
14
java : ' [17, 21]'
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
codeql :
15
- uses : liquibase/build-logic/.github/workflows/codeql.yml@v0.6.9
15
+ uses : liquibase/build-logic/.github/workflows/codeql.yml@v0.7.0
16
16
secrets : inherit
17
17
with :
18
18
languages : ' ["java"]'
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ permissions:
12
12
13
13
jobs :
14
14
create-release :
15
- uses : liquibase/build-logic/.github/workflows/create-release.yml@v0.6.9
15
+ uses : liquibase/build-logic/.github/workflows/create-release.yml@v0.7.0
16
16
secrets : inherit
Original file line number Diff line number Diff line change 25
25
26
26
build-test :
27
27
needs : authorize
28
- uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.6.9
28
+ uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.0
29
29
secrets : inherit
30
30
with :
31
31
java : ' [17, 21]'
68
68
69
69
dependabot :
70
70
needs : hibernate-test
71
- uses : liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.6.9
71
+ uses : liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.0
72
72
secrets : inherit
You can’t perform that action at this time.
0 commit comments