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 54c195b commit 7f7b8d1Copy full SHA for 7f7b8d1
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Checkout repository
45
- uses: actions/checkout@v3.1.0
+ uses: actions/checkout@v3.3.0
46
47
# Initializes the CodeQL tools for scanning.
48
- name: Initialize CodeQL
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
32
33
- - uses: actions/checkout@v3.1.0
+ - uses: actions/checkout@v3.3.0
34
- name: Set up JDK
35
uses: actions/setup-java@v3
36
with:
0 commit comments