File tree Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 2525 MONGO_INITDB_ROOT_PASSWORD : 1q2w3e
2626 steps :
2727 - name : Checkout project
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v4
2929 with :
3030 fetch-depth : 0
3131 - name : Set up Python ${{ matrix.python-version }}
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout project
56- uses : actions/checkout@v2
56+ uses : actions/checkout@v4
5757 with :
5858 fetch-depth : 0
5959 - name : Set up Python 3.10
7171 - name : Fix coverage report for Sonar
7272 run : |
7373 sed -i 's/\/home\/runner\/work\/django-mongoengine-rql\/django-mongoengine-rql\//\/github\/workspace\//g' ./tests/reports/coverage.xml
74- - name : SonarCloud
75- uses : SonarSource/sonarcloud-github -action@master
74+ - name : SonarCloud Scan
75+ uses : SonarSource/sonarqube-scan -action@v6
7676 env :
77- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7877 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7978 - name : Wait sonar to process report
8079 uses : jakejarvis/wait-action@master
Original file line number Diff line number Diff line change 11#
2- # Copyright © 2022 Ingram Micro . All rights reserved .
2+ # Copyright © 2025 CloudBlue . All Rights Reserved .
33#
44
55from dj_rql .constants import FilterTypes
Original file line number Diff line number Diff line change 11#
2- # Copyright © 2023 Ingram Micro . All rights reserved .
2+ # Copyright © 2025 CloudBlue . All Rights Reserved .
33#
44
55from dj_rql .constants import DjangoLookups
Original file line number Diff line number Diff line change 11#
2- # Copyright © 2022 Ingram Micro . All rights reserved .
2+ # Copyright © 2025 CloudBlue . All Rights Reserved .
33#
44
55from mongoengine import Q as ME_Q
Original file line number Diff line number Diff line change 11#
2- # Copyright © 2022 CloudBlue LLC. All rights reserved.
2+ # Copyright © 2025 CloudBlue LLC. All rights reserved.
33#
44
55import pytest
Original file line number Diff line number Diff line change 11#
2- # Copyright © 2022 CloudBlue LLC. All rights reserved.
2+ # Copyright © 2025 CloudBlue LLC. All rights reserved.
33#
44
55from django_mongoengine import Document , EmbeddedDocument , fields
Original file line number Diff line number Diff line change 11#
2- # Copyright © 2023 Ingram Micro . All rights reserved .
2+ # Copyright © 2025 CloudBlue . All Rights Reserved .
33#
44
55from typing import Pattern
You can’t perform that action at this time.
0 commit comments