From c6d1c35c18041dd1317987519fe104cc601bbcfb Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Thu, 10 Aug 2023 00:48:58 +0200 Subject: [PATCH 1/2] Fix workflows --- .github/workflows/autolock-conversations.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/php.yml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autolock-conversations.yml b/.github/workflows/autolock-conversations.yml index d48d269..5d66869 100644 --- a/.github/workflows/autolock-conversations.yml +++ b/.github/workflows/autolock-conversations.yml @@ -5,7 +5,7 @@ name: 'Lock Threads' on: # yamllint disable-line rule:truthy schedule: - cron: '0 0 * * *' - workflow_dispatch + workflow_dispatch: permissions: issues: write diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1e84ede..2b81e78 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy branches: [master, simplesamlphp-*] paths: - '**.md' - workflow_dispatch + workflow_dispatch: jobs: quality: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e9f02dc..111b41c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy branches: [master, release-*] paths-ignore: - '**.md' - workflow_dispatch + workflow_dispatch: jobs: linter: @@ -272,6 +272,7 @@ jobs: - name: Codecov uses: codecov/codecov-action@v3 + with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true From f6b83ac8208d7decff381349280e8667a422af2e Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sat, 12 Aug 2023 22:33:11 +0200 Subject: [PATCH 2/2] Fix version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e89d8fc..f3ee421 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "whitehat101/apr1-md5": "~1.0" }, "require-dev": { - "simplesamlphp/simplesamlphp": "dev-master", + "simplesamlphp/simplesamlphp": "^2.1@dev", "simplesamlphp/simplesamlphp-test-framework": "^1.5.1" }, "support": {