Skip to content

Commit f25b1b9

Browse files
committed
pinning commandbox and reusable
1 parent a089cc0 commit f25b1b9

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ jobs:
4444
node-version: 12.x
4545

4646
- name: Setup CommandBox
47-
uses: Ortus-Solutions/setup-commandbox@main
47+
uses: Ortus-Solutions/setup-commandbox@v2.0.1
4848
with:
4949
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
50-
version: 5.4.2
5150

5251
- name: Setup Environment Variables For Build Process
5352
id: current_version

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
tests:
15-
uses: coldbox-modules/cbdebugger/.github/workflows/tests.yml@development
15+
uses: ./.github/workflows/tests.yml
1616

1717
# Format PR
1818
format:

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
printf "DB_BUNDLENAME=com.mysql.cj\n" >> .env
5151
5252
- name: Setup CommandBox CLI
53-
uses: Ortus-Solutions/setup-commandbox@main
54-
with:
55-
version: 5.4.2
53+
uses: Ortus-Solutions/[email protected]
5654

5755
- name: Install Dependencies
5856
run: |

0 commit comments

Comments
 (0)