Skip to content

Commit b509d55

Browse files
Update actions/cache digest to 6682284
1 parent 1365341 commit b509d55

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/format/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
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)) }}

.github/workflows/javaci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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') }}
@@ -53,7 +53,7 @@ jobs:
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') }}

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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') }}

0 commit comments

Comments
 (0)