@@ -12,16 +12,16 @@ jobs:
1212 runs-on : ubuntu-latest
1313 timeout-minutes : 30
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
1616
1717 - name : Set up JDK 21
18- uses : actions/setup-java@v5
18+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
1919 with :
2020 java-version : ' 21'
2121 distribution : ' temurin'
2222
2323 - name : Cache local Maven repository
24- uses : actions/cache@v4
24+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2525 with :
2626 path : ~/.m2/repository
2727 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -44,16 +44,16 @@ jobs:
4444 git config --global core.autocrlf false
4545 git config --global core.eol lf
4646
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
4848
4949 - name : Set up JDK 21
50- uses : actions/setup-java@v5
50+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
5151 with :
5252 java-version : ' 21'
5353 distribution : ' temurin'
5454
5555 - name : Cache local Maven repository
56- uses : actions/cache@v4
56+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5757 with :
5858 path : $HOME/.m2/repository
5959 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -71,16 +71,16 @@ jobs:
7171 runs-on : macos-latest
7272 timeout-minutes : 30
7373 steps :
74- - uses : actions/checkout@v5
74+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
7575
7676 - name : Set up JDK 21
77- uses : actions/setup-java@v5
77+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
7878 with :
7979 java-version : ' 21'
8080 distribution : ' temurin'
8181
8282 - name : Cache local Maven repository
83- uses : actions/cache@v4
83+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8484 with :
8585 path : ~/.m2/repository
8686 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments