Skip to content

Commit 284d127

Browse files
chore(deps): update all dependencies (patch only) (#32)
| datasource | package | from | to | | ----------- | ----------------------------------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.5 | v4.1.7 | | github-tags | actions/setup-python | v5.1.0 | v5.1.1 | | maven | org.apache.maven.plugins:maven-jar-plugin | 3.4.1 | 3.4.2 |
1 parent 1bda282 commit 284d127

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2222
- name: Set up JDK 11
2323
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2424
with:

.github/workflows/reviewdog.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ jobs:
1313
actionlint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
- uses: reviewdog/action-actionlint@89a03f6ba8c0a9fd238e82c075ffb34b86e40291 # v1.46.0
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
detect-secrets:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
24+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525
- uses: reviewdog/action-detect-secrets@8827bf02944e7d1684d490c2361be0bf6c2d6e7d # v0.21.0
2626
with:
2727
github_token: ${{ secrets.github_token }}
2828

2929
flake8:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
33-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
32+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
3434
with:
3535
python-version: "3.9"
3636
- uses: reviewdog/action-flake8@51c2708ac3e9463b4d27d0ba7d9e3ded608a6ad3 # tag=v3.8.0
@@ -40,23 +40,23 @@ jobs:
4040
markdownlint:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
43+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4444
- uses: reviewdog/action-markdownlint@5bc6ad5ba9e1250878f351bafcc7ac0a11dc050f # v0.18.0
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
4747

4848
shellcheck:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
51+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5252
- uses: reviewdog/action-shellcheck@72365a51bf6476fe952a117c3ff703eb7775e40a # v1.20.0
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
5555

5656
yamllint:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
59+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6060
- uses: reviewdog/action-yamllint@8d79c3d034667db2792e328936811ed44953d691 # v1.14.0
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
4545
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
4646
<maven-install-plugin.version>3.1.2</maven-install-plugin.version>
47-
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
47+
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
4848
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
4949
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
5050
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>

0 commit comments

Comments
 (0)