File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 java-version : ' 21'
1414 distribution : ' temurin'
1515 - name : Cache Maven packages
16- uses : actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
16+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
1717 with :
1818 path : ~/.m2
1919 key : ${{ runner.os }}-m2-${{ hashFiles(format('{0}/**/pom.xml', inputs.path)) }}
Original file line number Diff line number Diff line change 2727 java-version : ' 21'
2828 distribution : ' temurin'
2929 - name : Cache Maven packages
30- uses : actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
30+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
3131 with :
3232 path : ~/.m2
3333 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
5353 java-version : ${{ matrix.java }}
5454 distribution : ' temurin'
5555 - name : Cache Maven packages
56- uses : actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
56+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
5757 with :
5858 path : ~/.m2
5959 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 java-version : 17
2323 distribution : ' zulu'
2424 - name : Cache SonarQube Cloud packages
25- uses : actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
25+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2626 with :
2727 path : ~/.sonar/cache
2828 key : ${{ runner.os }}-sonar
2929 restore-keys : ${{ runner.os }}-sonar
3030 - name : Cache Maven packages
31- uses : actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
31+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
3232 with :
3333 path : ~/.m2
3434 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments