We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebb275 commit 8751069Copy full SHA for 8751069
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
# run: poetry run pytest dags/e2e_tests
51
- name: Check code formatting
52
run: make check-format
53
- - uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
+ - uses: astral-sh/ruff-action@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0
54
- name: Check for missing migrations
55
run: poetry run python manage.py makemigrations --check --no-input --settings=core.test_settings
56
env:
0 commit comments