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.
2 parents 1486d83 + bc7c19b commit 75db9feCopy full SHA for 75db9fe
3 files changed
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v3.5.2
+ uses: actions/checkout@v3.5.3
29
with:
30
# We must fetch at least the immediate parents so that if this is
31
# a pull request then we can checkout the head.
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
timeout-minutes: 30
14
15
- - uses: actions/checkout@v3.5.2
+ - uses: actions/checkout@v3.5.3
16
- name: Set up JDK 8
17
uses: actions/setup-java@v3
18
.github/workflows/maven.yml
runs-on: ${{ matrix.os }}
- name: Set up JDK ${{ matrix.java-version }}
0 commit comments