Skip to content

Commit 53bdf82

Browse files
nerimartinezakodelia
authored andcommitted
Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files
1 parent 3678ae6 commit 53bdf82

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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 }}
@@ -53,7 +53,7 @@ jobs:
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
@@ -71,10 +71,9 @@ jobs:
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

dj_mongoengine_rql/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 Ingram Micro. All rights reserved.
2+
# Copyright © 2025 CloudBlue. All Rights Reserved.
33
#
44

55
from dj_rql.constants import FilterTypes

dj_mongoengine_rql/filter_cls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2023 Ingram Micro. All rights reserved.
2+
# Copyright © 2025 CloudBlue. All Rights Reserved.
33
#
44

55
from dj_rql.constants import DjangoLookups

dj_mongoengine_rql/q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 Ingram Micro. All rights reserved.
2+
# Copyright © 2025 CloudBlue. All Rights Reserved.
33
#
44

55
from mongoengine import Q as ME_Q

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 CloudBlue LLC. All rights reserved.
2+
# Copyright © 2025 CloudBlue LLC. All rights reserved.
33
#
44

55
import pytest

tests/documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 CloudBlue LLC. All rights reserved.
2+
# Copyright © 2025 CloudBlue LLC. All rights reserved.
33
#
44

55
from django_mongoengine import Document, EmbeddedDocument, fields

tests/test_filter_cls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2023 Ingram Micro. All rights reserved.
2+
# Copyright © 2025 CloudBlue. All Rights Reserved.
33
#
44

55
from typing import Pattern

0 commit comments

Comments
 (0)