mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-17 20:50:12 +01:00
Update codeql.yml
This commit is contained in:
parent
ce09227951
commit
ec5cca71b9
14
.github/workflows/codeql.yml
vendored
14
.github/workflows/codeql.yml
vendored
@ -42,6 +42,12 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set up JDK 17
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
java-version: '17'
|
||||||
|
distribution: 'adopt'
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v2
|
||||||
@ -57,8 +63,12 @@ jobs:
|
|||||||
|
|
||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
|
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
|
||||||
# If this step fails, then you should remove it and run the build manually (see below)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
- name: Autobuild
|
- name: Gradle Build Action
|
||||||
uses: github/codeql-action/autobuild@v2
|
# You may pin to the exact commit or the version.
|
||||||
|
# uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef
|
||||||
|
uses: gradle/gradle-build-action@v2.3.3
|
||||||
|
with:
|
||||||
|
gradle-version: 7.6
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||||
|
Loading…
Reference in New Issue
Block a user