diff --git a/.github/workflows/tests-rust.yml b/.github/workflows/tests-rust.yml index ef7dc0fb5f..367d4574e5 100644 --- a/.github/workflows/tests-rust.yml +++ b/.github/workflows/tests-rust.yml @@ -25,11 +25,11 @@ jobs: group: ${{ github.ref == 'refs/heads/main' && format('unit-tests-main-rust-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('unit-tests-develop-rust-{0}', github.sha) || format('unit-tests-rust-{0}', github.ref) }} cancel-in-progress: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: '11' @@ -78,7 +78,7 @@ jobs: ### # ./gradlew generateCoverageReport $CI_GRADLE_ARG_PROPERTIES - name: Upload Rust Integration Test Report Log - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: integration-test-rust-error-results diff --git a/build.gradle b/build.gradle index 6f6635d303..0d5e1493a2 100644 --- a/build.gradle +++ b/build.gradle @@ -29,9 +29,9 @@ buildscript { classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.0.0.2929' classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6' classpath "com.likethesalad.android:stem-plugin:2.9.0" - classpath 'org.owasp:dependency-check-gradle:11.1.0' + classpath 'org.owasp:dependency-check-gradle:12.1.0' classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.10" - classpath "org.jetbrains.kotlinx:kotlinx-knit:0.4.0" + classpath "org.jetbrains.kotlinx:kotlinx-knit:0.5.0" classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3' classpath libs.squareup.paparazziPlugin // NOTE: Do not place your application dependencies here; they belong diff --git a/docs/identity_server.md b/docs/identity_server.md index a1ee86cb19..eb833d9472 100644 --- a/docs/identity_server.md +++ b/docs/identity_server.md @@ -10,7 +10,7 @@ * [Settings](#settings) * [Discovery screen](#discovery-screen) * [Set identity server screen](#set-identity-server-screen) -* [Ref:](#ref:) +* [Ref:](#ref) diff --git a/docs/integration_tests.md b/docs/integration_tests.md index b5a830e7ff..dbd3ce2b68 100644 --- a/docs/integration_tests.md +++ b/docs/integration_tests.md @@ -8,7 +8,7 @@ * [Stop Synapse](#stop-synapse) * [Troubleshoot](#troubleshoot) * [Android Emulator does cannot reach the homeserver](#android-emulator-does-cannot-reach-the-homeserver) - * [Tests partially run but some fail with "Unable to contact localhost:8080"](#tests-partially-run-but-some-fail-with-"unable-to-contact-localhost:8080") + * [Tests partially run but some fail with "Unable to contact localhost:8080"](#tests-partially-run-but-some-fail-with-"unable-to-contact-localhost8080") * [virtualenv command fails](#virtualenv-command-fails) diff --git a/docs/signin.md b/docs/signin.md index 65e305389f..901e32becc 100644 --- a/docs/signin.md +++ b/docs/signin.md @@ -8,7 +8,7 @@ This document describes the flow of signin to a homeserver, and also the flow wh * [Get the flow](#get-the-flow) * [Login with username](#login-with-username) * [Incorrect password](#incorrect-password) - * [Correct password:](#correct-password:) + * [Correct password](#correct-password) * [Login with email](#login-with-email) * [Unknown email](#unknown-email) * [Known email, wrong password](#known-email-wrong-password) @@ -76,7 +76,7 @@ curl -X POST --data $'{"identifier":{"type":"m.id.user","user":"alice"},"passwor } ``` -#### Correct password: +#### Correct password We get credential (200) diff --git a/docs/signup.md b/docs/signup.md index 0b01338965..1fae477523 100644 --- a/docs/signup.md +++ b/docs/signup.md @@ -8,13 +8,13 @@ This document describes the flow of registration to a homeserver. Examples come * [Sign up flows](#sign-up-flows) * [First step](#first-step) - * [Step 1: entering user name and password](#step-1:-entering-user-name-and-password) + * [Step 1: entering user name and password](#step-1-entering-user-name-and-password) * [If username already exists](#if-username-already-exists) - * [Step 2: entering email](#step-2:-entering-email) - * [Step 2 bis: user enters an email](#step-2-bis:-user-enters-an-email) - * [Step 3: Accepting T&C](#step-3:-accepting-t&c) - * [Step 4: Captcha](#step-4:-captcha) - * [Step 5: MSISDN](#step-5:-msisdn) + * [Step 2: entering email](#step-2-entering-email) + * [Step 2 bis: user enters an email](#step-2-bis-user-enters-an-email) + * [Step 3: Accepting T&C](#step-3-accepting-t&c) + * [Step 4: Captcha](#step-4-captcha) + * [Step 5: MSISDN](#step-5-msisdn) diff --git a/docs/ui-tests.md b/docs/ui-tests.md index f0bcf68ecf..bf5b1a37e2 100644 --- a/docs/ui-tests.md +++ b/docs/ui-tests.md @@ -12,7 +12,7 @@ Currently the test are covering a small set of application flows: -* [Prerequisites:](#prerequisites:) +* [Prerequisites:](#prerequisites) * [Run the tests](#run-the-tests) * [From the source code](#from-the-source-code) * [From command line](#from-command-line)