Skip to content

Commit d090787

Browse files
authored
Merge pull request #671 from liquibase/dependabot/github_actions/liquibase/build-logic-0.6.7
chore(deps): bump liquibase/build-logic from 0.6.6 to 0.6.7
2 parents dd8ec3c + 5d8d2f1 commit d090787

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/attach-artifact-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ on:
1111
jobs:
1212

1313
attach-artifact-to-release:
14-
uses: liquibase/build-logic/.github/workflows/[email protected].6
14+
uses: liquibase/build-logic/.github/workflows/[email protected].7
1515
secrets: inherit

.github/workflows/build-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
nightly-build:
11-
uses: liquibase/build-logic/.github/workflows/[email protected].6
11+
uses: liquibase/build-logic/.github/workflows/[email protected].7
1212
with:
1313
nightly: true
1414
java: '[17, 21]'

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
codeql:
15-
uses: liquibase/build-logic/.github/workflows/[email protected].6
15+
uses: liquibase/build-logic/.github/workflows/[email protected].7
1616
secrets: inherit
1717
with:
1818
languages: '["java"]'

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ permissions:
1212

1313
jobs:
1414
create-release:
15-
uses: liquibase/build-logic/.github/workflows/[email protected].6
15+
uses: liquibase/build-logic/.github/workflows/[email protected].7
1616
secrets: inherit

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
build-test:
2727
needs: authorize
28-
uses: liquibase/build-logic/.github/workflows/[email protected].6
28+
uses: liquibase/build-logic/.github/workflows/[email protected].7
2929
secrets: inherit
3030
with:
3131
java: '[17, 21]'
@@ -68,5 +68,5 @@ jobs:
6868
6969
dependabot:
7070
needs: hibernate-test
71-
uses: liquibase/build-logic/.github/workflows/[email protected].6
71+
uses: liquibase/build-logic/.github/workflows/[email protected].7
7272
secrets: inherit

0 commit comments

Comments
 (0)