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:
@@ -64,9 +64,7 @@ runs:
|
||||
if: ${{ inputs.python == 'true' }}
|
||||
shell: bash
|
||||
run: |
|
||||
python3 -m pip install -U pip
|
||||
pip3 install --only-binary :all: -U invoke wheel
|
||||
pip3 install --only-binary :all: 'uv>=0.9.6'
|
||||
pip3 install --only-binary :all: --require-hashes -U -r contrib/dev_reqs/requirements.txt
|
||||
- name: Allow uv to use the system Python by default
|
||||
run: echo "UV_SYSTEM_PYTHON=1" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
@@ -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