Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/docker-famedly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- community-build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "3.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-pr-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fi

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
46 changes: 23 additions & 23 deletions .github/workflows/famedly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
- uses: matrix-org/setup-python-poetry@v2
with:
Expand All @@ -36,7 +36,7 @@ jobs:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v6
# - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
# with:
# python-version: "3.x"
Expand All @@ -46,7 +46,7 @@ jobs:
check-lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "3.13"
Expand All @@ -57,7 +57,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Poetry
uses: matrix-org/setup-python-poetry@v2
Expand All @@ -78,7 +78,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0

Expand Down Expand Up @@ -111,15 +111,15 @@ jobs:
lint-crlf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Check line endings
run: scripts-dev/check_line_terminators.sh

#lint-clippy:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v6

# - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0

Expand All @@ -129,7 +129,7 @@ jobs:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v6

# - name: Install Rust
# uses: dtolnay/rust-toolchain@master
Expand All @@ -146,7 +146,7 @@ jobs:
lint-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "3.13"
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
needs: linting-done
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "3.x"
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
COVERAGE_PROCESS_START: ${{ github.workspace }}/.coveragerc

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: sudo apt-get -qq install xmlsec1
- name: Set up PostgreSQL ${{ matrix.job.postgres-version }}
if: ${{ matrix.job.postgres-version }}
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
job: ${{ fromJson(needs.calculate-test-jobs.outputs.sytest_test_matrix) }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Prepare test blacklist
run: cat sytest-blacklist .ci/worker-blacklist > synapse-blacklist-with-workers

Expand Down Expand Up @@ -328,8 +328,8 @@ jobs:
database: Postgres

steps:
- name: Run actions/checkout@v4 for synapse
uses: actions/checkout@v4
- name: Run actions/checkout@v6 for synapse
uses: actions/checkout@v6
with:
path: synapse

Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
- linting-done

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0

Expand All @@ -392,10 +392,10 @@ jobs:

steps:
- name: Checkout synapse
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Checkout synapse-invite-checker
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: famedly/synapse-invite-checker
path: synapse-invite-checker
Expand Down Expand Up @@ -461,10 +461,10 @@ jobs:

steps:
- name: Checkout synapse
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Checkout synapse-token-authenticator
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: famedly/synapse-token-authenticator
path: synapse-token-authenticator
Expand Down Expand Up @@ -526,10 +526,10 @@ jobs:

steps:
- name: Checkout synapse
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Checkout famedly-control-synapse
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: famedly/famedly-control-synapse
path: famedly-control-synapse
Expand Down Expand Up @@ -592,8 +592,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Run actions/checkout@v4 for synapse
uses: actions/checkout@v4
- name: Run actions/checkout@v6 for synapse
uses: actions/checkout@v6
- run: |
set -e
DOCKER_BUILDKIT=1 docker build -t famedly/synapse -f docker/Dockerfile .
Expand Down
Loading