From 6c59dc665a85b6f238a10f91ad16c69540814774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 05:39:54 +0000 Subject: [PATCH 1/3] Bump cpp-linter/cpp-linter-action from 2.15.0 to 2.16.0 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index caa5f7f..07181eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -118,7 +118,7 @@ jobs: - name: Lint if: ${{ matrix.os == 'ubuntu-latest'}} - uses: cpp-linter/cpp-linter-action@v2.15.0 + uses: cpp-linter/cpp-linter-action@v2.16.0 id: linter with: style: 'file' From 2e4400e33a8098810b07ff8b17cd47dc52e89969 Mon Sep 17 00:00:00 2001 From: iakov Date: Mon, 25 Aug 2025 16:34:39 +0300 Subject: [PATCH 2/3] CI: Use default aqtinstall --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07181eb..5b90683 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - aqtversion: '==3.3.*' +# aqtversion: '==3.3.*' version: ${{ matrix.qt-version }} host: ${{ matrix.os-name }} modules: ${{ startsWith(matrix.qt-version, '6') && 'qt5compat qtmultimedia qtimageformats' || '' }} @@ -71,7 +71,7 @@ jobs: uname -a qmake --version make --version - g++ --version + g++ --version - name: Check translations run: | @@ -118,7 +118,7 @@ jobs: - name: Lint if: ${{ matrix.os == 'ubuntu-latest'}} - uses: cpp-linter/cpp-linter-action@v2.16.0 + uses: cpp-linter/cpp-linter-action@v2.15.1 id: linter with: style: 'file' From 1f51be9661c819b0f58a2d6ae4fe9e0c81b56ebd Mon Sep 17 00:00:00 2001 From: iakov Date: Tue, 2 Sep 2025 13:51:30 +0300 Subject: [PATCH 3/3] Remove trailing whitespace --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b90683..7953d3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: uname -a qmake --version make --version - g++ --version + g++ --version - name: Check translations run: |