Skip to content

Commit 0c2a107

Browse files
Andreas Mandelamandel
authored andcommitted
Update workflow codeql components
1 parent 774df63 commit 0c2a107

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ jobs:
2525
name: Analyze
2626
runs-on: ubuntu-latest
2727
container:
28-
# could use a container with sq tools already installed
2928
image: infinitecoding/platformio-for-ci:latest
3029

3130
strategy:
3231
fail-fast: false
3332
matrix:
34-
language: [ 'cpp' ]
35-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
36-
# Learn more:
33+
language: [ 'cpp', 'actions' ]
3734
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
3835

3936
steps:

0 commit comments

Comments
 (0)