Skip to content

Commit be7888f

Browse files
chore(deps): pin dependencies
1 parent 17cad5a commit be7888f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/pull-request-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/release-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)