Skip to content

Commit afed36e

Browse files
Pin dependencies (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aff3f4c commit afed36e

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment: release
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-java@v5
16+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
1717
with:
1818
java-version: 17
1919
distribution: temurin
@@ -23,11 +23,11 @@ jobs:
2323
TAG=${{ github.event.release.tag_name }}
2424
mvn versions:set -DnewVersion=${TAG#v}
2525
- name: Create Maven settings.xml
26-
uses: s4u/maven-settings-action@v4.0.0
26+
uses: s4u/maven-settings-action@894661b3ddae382f1ae8edbeab60987e08cf0788 # v4.0.0
2727
with:
2828
servers: '[{"id": "central", "username": "${{ secrets.MAVEN_CENTRAL_USERNAME }}", "password": "${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]'
2929
- name: Import GPG key
30-
uses: crazy-max/ghaction-import-gpg@v6
30+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6
3131
with:
3232
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
3333
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

.github/workflows/summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
checks: read
1111
steps:
1212
- name: Wait for all triggered status checks
13-
uses: poseidon/wait-for-status-checks@v0.6.0
13+
uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
ignore_pattern: ^codecov/.+

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
check-spotless:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
17-
- uses: actions/setup-java@v5
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
1818
with:
1919
java-version: 21
2020
distribution: temurin
@@ -24,15 +24,15 @@ jobs:
2424
test-coverage:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v6
28-
- uses: actions/setup-java@v5
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
2929
with:
3030
java-version: 17
3131
distribution: temurin
3232
- name: Build and test with Maven
3333
run: mvn -B verify -P coverage
3434
- name: Upload coverage report to Codecov
35-
uses: codecov/codecov-action@v5
35+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838

@@ -44,8 +44,8 @@ jobs:
4444
java: [17, 21]
4545
spring-boot: [3.0.13, 3.1.12, 3.2.12, 3.3.8, 3.4.3, 3.5.9]
4646
steps:
47-
- uses: actions/checkout@v6
48-
- uses: actions/setup-java@v5
47+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
48+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
4949
with:
5050
java-version: ${{ matrix.java }}
5151
distribution: temurin

0 commit comments

Comments
 (0)