Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Analysis

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-python@v4
with:
python-version: "3.9"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
php -S localhost:8080 &

- name: Checkout NcPyApi
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: nc_py_api

Expand All @@ -118,7 +118,7 @@ jobs:
run: python3 -m pip -v install ".[dev]"

- name: Checkout AppEcosystemV2
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/app_ecosystem_v2
repository: cloud-py-api/app_ecosystem_v2
Expand All @@ -138,7 +138,7 @@ jobs:
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null

- name: Checkout Talk
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/spreed
repository: nextcloud/spreed
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
php -S localhost:8080 &

- name: Checkout NcPyApi
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: nc_py_api

Expand All @@ -273,7 +273,7 @@ jobs:
run: python3 -m pip -v install ".[dev]"

- name: Checkout AppEcosystemV2
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
if: ${{ !startsWith(matrix.nextcloud, '26.') }}
with:
path: apps/app_ecosystem_v2
Expand All @@ -295,7 +295,7 @@ jobs:
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null

- name: Checkout Talk
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/spreed
repository: nextcloud/spreed
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
php -S localhost:8080 &

- name: Checkout NcPyApi
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: nc_py_api

Expand All @@ -417,7 +417,7 @@ jobs:
run: python3 -m pip -v install ".[dev]"

- name: Checkout AppEcosystemV2
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/app_ecosystem_v2
repository: cloud-py-api/app_ecosystem_v2
Expand Down Expand Up @@ -501,14 +501,14 @@ jobs:
python-version: 3.11

- name: Checkout server
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
submodules: true
repository: nextcloud/server
ref: "master"

- name: Checkout Notifications
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
repository: nextcloud/notifications
ref: "master"
Expand All @@ -528,7 +528,7 @@ jobs:
php -S localhost:8080 &

- name: Checkout NcPyApi
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: nc_py_api

Expand All @@ -537,7 +537,7 @@ jobs:
run: python3 -m pip -v install ".[dev]"

- name: Checkout AppEcosystemV2
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/app_ecosystem_v2
repository: cloud-py-api/app_ecosystem_v2
Expand All @@ -556,7 +556,7 @@ jobs:
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null

- name: Checkout Talk
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/spreed
repository: nextcloud/spreed
Expand Down Expand Up @@ -640,21 +640,21 @@ jobs:
python-version: '3.12-dev'

- name: Checkout server
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
submodules: true
repository: nextcloud/server
ref: "master"

- name: Checkout Notifications
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
repository: nextcloud/notifications
ref: "master"
path: apps/notifications

- name: Checkout Activity
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
repository: nextcloud/activity
ref: "master"
Expand All @@ -675,7 +675,7 @@ jobs:
php -S localhost:8080 &

- name: Checkout NcPyApi
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: nc_py_api

Expand All @@ -684,7 +684,7 @@ jobs:
run: python3 -m pip -v install . pytest coverage pillow

- name: Checkout Talk
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/spreed
repository: nextcloud/spreed
Expand Down Expand Up @@ -756,21 +756,21 @@ jobs:
python-version: 3.11

- name: Checkout server
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.nextcloud }}

- name: Checkout Notifications
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
repository: nextcloud/notifications
ref: ${{ matrix.nextcloud }}
path: apps/notifications

- name: Checkout Activity
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
repository: nextcloud/activity
ref: ${{ matrix.nextcloud }}
Expand All @@ -791,7 +791,7 @@ jobs:
php -S localhost:8080 &

- name: Checkout NcPyApi
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: nc_py_api

Expand All @@ -800,7 +800,7 @@ jobs:
run: python3 -m pip -v install ".[dev]"

- name: Checkout AppEcosystemV2
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/app_ecosystem_v2
repository: cloud-py-api/app_ecosystem_v2
Expand All @@ -823,7 +823,7 @@ jobs:
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null

- name: Checkout Talk
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
path: apps/spreed
repository: nextcloud/spreed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Get tag
run: |
RELEASE_VERSION=$(sed -n "s/^__version__.*\"\(.*\)\"$/\\1/p" ./nc_py_api/_version.py)
Expand Down