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 1ec068e commit 62f4c6dCopy full SHA for 62f4c6d
1 file changed
.github/workflows/maven.yml
@@ -37,14 +37,14 @@ jobs:
37
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
38
with:
39
persist-credentials: false
40
- - uses: actions/cache@v3.3.1
+ - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
41
42
path: ~/.m2/repository
43
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
44
restore-keys: |
45
${{ runner.os }}-maven-
46
- name: Set up JDK ${{ matrix.java }}
47
- uses: actions/setup-java@v3.11.0
+ uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
48
49
distribution: 'temurin'
50
java-version: ${{ matrix.java }}
0 commit comments