File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1212
1313 - name : Check code style
1414 uses : dbelyaev/action-checkstyle@8e5f0fa3791d3f5cb3d5fcaf2047fe1444d075dd # v1.19.1
2020 fail_level : warning
2121
2222 - name : Setup JDK 21
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
2424 with :
2525 distribution : ' temurin'
2626 java-version : ' 21'
@@ -29,15 +29,15 @@ jobs:
2929 overwrite-settings : false
3030
3131 - name : Cache Maven packages
32- uses : actions/cache@v4
32+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3333 with :
3434 path : ~/.m2/repository
3535 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3636 restore-keys : |
3737 ${{ runner.os }}-maven-
3838
3939 - name : Cache SonarQube packages
40- uses : actions/cache@v4
40+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4141 with :
4242 path : ~/.sonar/cache
4343 key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3434
3535
3636 - name : Check code style
4444
4545 # Required to have Maven settings.xml set up correctly
4646 - name : Setup JDK 21
47- uses : actions/setup-java@v4
47+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
4848 with :
4949 distribution : ' temurin'
5050 java-version : ' 21'
@@ -62,15 +62,15 @@ jobs:
6262 git config user.email github-actions@github.com
6363
6464 - name : Cache Maven packages
65- uses : actions/cache@v4
65+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6666 with :
6767 path : ~/.m2/repository
6868 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
6969 restore-keys : |
7070 ${{ runner.os }}-maven-
7171
7272 - name : Cache SonarQube packages
73- uses : actions/cache@v4
73+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7474 with :
7575 path : ~/.sonar/cache
7676 key : ${{ runner.os }}-sonar
You can’t perform that action at this time.
0 commit comments