Skip to content

Commit 36a954d

Browse files
authored
chore: CI Improvements (#93)
2 parents 539357e + 99889e8 commit 36a954d

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
day: "wednesday"
1213
# Allow up to 10 open pull requests for maven dependencies
1314
open-pull-requests-limit: 10

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run:
2424
shell: bash
2525
steps:
26-
- uses: actions/checkout@v4
27-
- uses: actions/setup-java@v4
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
27+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #v4.7.1
2828
with:
2929
distribution: 'temurin'
3030
java-version: '11'
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
./mvnw --show-version --errors --batch-mode \
3535
verify
36-
- uses: actions/upload-artifact@v4
36+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
3737
with:
3838
name: compile-artifact
3939
if-no-files-found: error

.github/workflows/publish-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
outputs:
3131
VERSION: ${{ steps.version.outputs.VERSION }}
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
3434
with:
3535
ref: ${{ github.event.workflow_run.head_branch }}
36-
- uses: actions/setup-java@v4
36+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #v4.7.1
3737
with:
3838
distribution: 'temurin'
3939
java-version: '11'
@@ -84,10 +84,10 @@ jobs:
8484
run:
8585
shell: bash
8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
8888
with:
8989
ref: ${{ github.event.workflow_run.head_branch }}
90-
- uses: actions/setup-java@v4
90+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #v4.7.1
9191
with:
9292
distribution: 'temurin'
9393
java-version: '11'

.github/workflows/publish-snapshot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
outputs:
3131
VERSION: ${{ steps.version.outputs.VERSION }}
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
3434
with:
3535
ref: main
36-
- uses: actions/setup-java@v4
36+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #v4.7.1
3737
with:
3838
distribution: 'temurin'
3939
java-version: '11'
@@ -77,10 +77,10 @@ jobs:
7777
run:
7878
shell: bash
7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
8181
with:
8282
ref: main
83-
- uses: actions/setup-java@v4
83+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #v4.7.1
8484
with:
8585
distribution: 'temurin'
8686
java-version: '11'

0 commit comments

Comments
 (0)