mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-15 00:42:52 +00:00
And more ci hardening (#12843)
* strictly use internal actions * and more pinning
This commit is contained in:
@@ -395,7 +395,7 @@ jobs:
|
||||
update: true
|
||||
static: true
|
||||
- name: Data Export Test
|
||||
uses: ./.github/actions/migration
|
||||
uses: $/.github/actions/migration
|
||||
- name: Test Translations
|
||||
run: invoke dev.translate
|
||||
- name: Check Migration Files
|
||||
@@ -502,7 +502,7 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: invoke dev.test --check --translations
|
||||
- name: Data Export Test
|
||||
uses: ./.github/actions/migration
|
||||
uses: $/.github/actions/migration
|
||||
|
||||
mysql:
|
||||
name: Tests - DB [MySQL]
|
||||
@@ -551,7 +551,7 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: invoke dev.test --check --translations
|
||||
- name: Data Export Test
|
||||
uses: ./.github/actions/migration
|
||||
uses: $/.github/actions/migration
|
||||
|
||||
zizmor:
|
||||
name: Security [Zizmor]
|
||||
|
||||
Reference in New Issue
Block a user