fix: update Docker workflows to use specific action versions and improve test command security

This commit is contained in:
2026-05-26 12:12:03 +02:00
parent a61664a46e
commit f0a638be2e
3 changed files with 9 additions and 42 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
env:
DJANGO_SETTINGS_MODULE: proyecto.settings
run: |
uv run python manage.py test
SECRET_KEY=testkeynotuseinproducto uv run python manage.py test
docker:
runs-on: ubuntu-latest