1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-04 15:00:14 +01:00

Update codeql.yml

This commit is contained in:
Anthony Stirling 2023-01-28 11:38:09 +00:00 committed by GitHub
parent 8b007072fe
commit d63d61878d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,12 +31,6 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Use only 'java' to analyze code written in Java, Kotlin or both
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
steps:
- name: Checkout repository
@ -48,11 +42,6 @@ jobs:
java-version: '17'
distribution: 'temurin'
# - name: Gradle Build Action
# uses: gradle/gradle-build-action@v2.3.3
# with:
# gradle-version: 7.6
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with: