We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59003c commit 15fbe59Copy full SHA for 15fbe59
.github/workflows/codeql.yml
@@ -14,9 +14,17 @@ name: "CodeQL"
14
on:
15
push:
16
branches: [ "master" ]
17
+ paths-ignore:
18
+ - '**/*.md'
19
+ - '**/*.yml'
20
+ - '**/*.xml'
21
pull_request:
22
# The branches below must be a subset of the branches above
23
24
25
26
27
28
schedule:
29
- cron: '40 22 * * 2'
30
@@ -51,7 +59,7 @@ jobs:
51
59
52
60
- uses: actions/setup-java@v3
53
61
with:
54
- distribution: 'corretto'
62
+ distribution: 'temurin'
55
63
java-version: 17
56
64
57
65
# Initializes the CodeQL tools for scanning.
0 commit comments