Skip to content

Commit c998bc9

Browse files
Update codeql.yml
Signed-off-by: Androidacy Service Account <opensource@androidacy.com>
1 parent a941880 commit c998bc9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request: # The branches below must be a subset of the branches above
1818
branches: [ "master" ]
1919
schedule:
20-
- cron: '24 17 * * 0'
20+
- cron: '30 0 * * 0'
2121

2222
jobs:
2323
analyze:
@@ -29,7 +29,7 @@ jobs:
2929
security-events: write
3030

3131
strategy:
32-
fail-fast: false
32+
fail-fast: true
3333
matrix:
3434
language: [ 'java' ]
3535
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v2
46+
uses: github/codeql-action/init@v3
4747
with:
4848
languages: ${{ matrix.language }}
4949
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
uses: android-actions/setup-android@v2
6565

6666
- name: Setup Gradle
67-
uses: gradle/gradle-build-action@v2
67+
uses: gradle/gradle-build-action@v3
6868
with:
6969
gradle-home-cache-includes: |
7070
caches
@@ -89,6 +89,6 @@ jobs:
8989
# ./location_of_script_within_repo/buildscript.sh
9090

9191
- name: Perform CodeQL Analysis
92-
uses: github/codeql-action/analyze@v2
92+
uses: github/codeql-action/analyze@v3
9393
with:
9494
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)