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 5bc5588 commit 393edd8Copy full SHA for 393edd8
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout repository
38
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v2.4.0
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ${{ matrix.os }}
32
33
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.4.0
- uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
0 commit comments