codeQL fixes

This commit is contained in:
Jonas Pfalzgraf 2022-08-19 01:15:04 +02:00
parent b32594b1d1
commit f754b0a5ed

View file

@ -18,7 +18,7 @@ on:
# The branches below must be a subset of the branches above
branches: ["main"]
schedule:
- cron: '37 13 * * 4'
- cron: "37 13 * * 4"
jobs:
analyze:
@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
language: ["javascript"]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
@ -52,7 +52,6 @@ jobs:
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild