From 70b756baaf0949a986a4f6e5c62159654f0353a4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 29 May 2023 12:05:45 +0200 Subject: [PATCH] Fix linter --- .github/workflows/cleanup.yml | 5 +++-- .github/workflows/closed-issues.yml | 7 ++++--- .github/workflows/qodana.yml | 2 +- qodana.yaml | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 52479da45c..5f820b0c40 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -56,11 +56,12 @@ jobs: const workflows = [ 'cleanup.yml', - 'depsreview.yaml', - 'qodana.yml', 'closed-issues.yml', + 'depsreview.yaml', 'laravel.yml', 'lock.yml', + 'qodana.yml', + 'sonarcloud.yml', 'stale.yml' ] diff --git a/.github/workflows/closed-issues.yml b/.github/workflows/closed-issues.yml index 56de291986..b997b2f52d 100644 --- a/.github/workflows/closed-issues.yml +++ b/.github/workflows/closed-issues.yml @@ -13,10 +13,11 @@ jobs: message: | Hi there! This is an automatic reply. `Share and enjoy` - This issue is now closed. Please be aware that closed issues are not actively monitored. If you reply, you may get no response. + This issue is now 🔒 closed. Please be aware that closed issues are **not** watched. If you reply, you may get no response. - If the original bug is not actually fixed, please feel free to open a new issue. Please refer to this issue for clarity. - - Follow-up questions can also be posted in a new [discussion](https://github.com/firefly-iii/firefly-iii/discussions/) + - Follow-up questions must be posted in a new [discussion](https://github.com/firefly-iii/firefly-iii/discussions/) + - Further replies to this issue will get **no response**. - Thank you for your consideration. + Thank you for your contributions. repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index d7f4411566..cb933a2508 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -32,6 +32,6 @@ jobs: php artisan ide-helper:generate; - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.1.0 + uses: JetBrains/qodana-action@main env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} diff --git a/qodana.yaml b/qodana.yaml index e1d293907a..e4b198f5be 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,7 +1,7 @@ profile: name: qodana.recommended version: "1.0" -linter: jetbrains/qodana-php:2022.3-eap +linter: jetbrains/qodana-php:latest exclude: - name: All paths: