Browse Source

Update CodeQL to version 2

This adds support for Kotlin 1.8 used for gradle plugins
pull/345/head
Jannis Weis 2 years ago
parent
commit
b9eed12f1d
No known key found for this signature in database
GPG Key ID: 7C9D8D4B558049AB
  1. 2
      .github/workflows/codeql-analysis.yml

2
.github/workflows/codeql-analysis.yml

@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.

Loading…
Cancel
Save