Update codeql-analysis.yml

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-10-10 10:16:09 +02:00 committed by GitHub
parent 7fb3328650
commit 77ca43a1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v2
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
@ -63,7 +63,7 @@ jobs:
path: ~/.gradle path: ~/.gradle
key: ${{ runner.os }}-gradle key: ${{ runner.os }}-gradle
- uses: actions/checkout@v1 - uses: actions/checkout@v3
- name: Grant execute permission to gradlew - name: Grant execute permission to gradlew
run: chmod +x gradlew run: chmod +x gradlew
@ -79,4 +79,4 @@ jobs:
path: "**/build/libs" path: "**/build/libs"
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v2