diff options
| author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-02 15:30:38 +0200 |
|---|---|---|
| committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-04 16:17:57 +0200 |
| commit | 80e9eed35a537482897555eac641dad12b921064 (patch) | |
| tree | 73bd6488fee6eec1814b92140819fb7827cdc5aa /.github/workflows | |
| parent | 23b3990f99d2614f932f331138afa30a7ad1c413 (diff) | |
| download | PrismLauncher-80e9eed35a537482897555eac641dad12b921064.tar.gz PrismLauncher-80e9eed35a537482897555eac641dad12b921064.tar.bz2 PrismLauncher-80e9eed35a537482897555eac641dad12b921064.zip | |
fix: remove old unused lgtm.yml, exclude cpp/fixme-comment
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f377e58..6a9f393c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,7 @@ jobs: if: runner.os == 'Linux' && matrix.qt_ver == 6 uses: github/codeql-action/init@v2 with: + config-file: ./.github/codeql/codeql-config.yml queries: security-and-quality languages: cpp, java |
