mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
remove code scan
This commit is contained in:
parent
f795013b23
commit
58ea0e5c42
17
.github/workflows/codeql.yml
vendored
17
.github/workflows/codeql.yml
vendored
@ -7,9 +7,8 @@
|
|||||||
# ******** NOTE ********
|
# ******** NOTE ********
|
||||||
# We have attempted to detect the languages in your repository. Please check
|
# We have attempted to detect the languages in your repository. Please check
|
||||||
# the `language` matrix defined below to confirm you have the correct set of
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
# supported CodeQL languages.
|
|
||||||
#
|
name: "Build repo"
|
||||||
name: "CodeQL"
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -42,15 +41,15 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
# - name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
# uses: github/codeql-action/init@v2
|
||||||
with:
|
# with:
|
||||||
languages: java
|
# languages: java
|
||||||
|
|
||||||
- uses: gradle/gradle-build-action@v2.3.3
|
- uses: gradle/gradle-build-action@v2.3.3
|
||||||
with:
|
with:
|
||||||
gradle-version: 7.6
|
gradle-version: 7.6
|
||||||
arguments: assemble --no-build-cache
|
arguments: assemble --no-build-cache
|
||||||
|
|
||||||
- name: Perform CodeQL analysis
|
#- name: Perform CodeQL analysis
|
||||||
uses: github/codeql-action/analyze@v2
|
# uses: github/codeql-action/analyze@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user