And more ci hardening (#12843)

* strictly use internal actions

* and more pinning
This commit is contained in:
Matthias Mair
2026-09-13 21:38:32 +10:00
committed by GitHub
parent 13cc62567c
commit 7c246aedb0
4 changed files with 49 additions and 6 deletions
+1 -3
View File
@@ -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
+3 -3
View File
@@ -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]