Skip to content

Commit

Permalink
Update maven and github action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mivek committed Dec 22, 2024
1 parent 9095f4b commit aa828e9
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_sonar_verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
repository: ${{ github.event.workflow_run.head_repository.full_name }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.event.repository.full_name }}
steps:
- uses: actions/checkout@v3
- uses: actions/@checkout@v4
with:
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ startsWith(github.event.head_commit.message, 'Merge pull request') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/@checkout@v4
with:
token: ${{ secrets.CHECKOUT_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/@checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
#if: ${{ github.event.head_commit.message == 'Automatic bump after merge' && github.event.head_commit.committer.username == 'github-actions[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/@checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -32,7 +32,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Upload jars file
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: jars
path: ./target/**/*.jar
Expand All @@ -42,7 +42,7 @@ jobs:
needs: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/@checkout@v4

- name: Download artifacts
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
manual_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/@checkout@v4
with:
ref: ${{ github.event.inputs.tag }}

Expand All @@ -38,7 +38,7 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Upload jars file
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: jars
path: ./target/**/*.jar
Expand All @@ -48,7 +48,7 @@ jobs:
needs: manual_deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/@checkout@v4
with:
ref: ${{ github.event.inputs.tag }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/@checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
Expand All @@ -29,7 +29,7 @@ jobs:
run: echo ${{ github.event.number }} > PR_NUMBER.txt

- name: Upload the PR number as an artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: PR_NUMBER
path: PR_NUMBER.txt
2 changes: 1 addition & 1 deletion .github/workflows/sonar-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@
<jacoco.coverage.branch.minimum>0.96</jacoco.coverage.branch.minimum>
<jacoco.coverage.complexity.minimum>0.97</jacoco.coverage.complexity.minimum>
<archunit-junit5.version>1.3.0</archunit-junit5.version>
<checkstyle.version>10.20.2</checkstyle.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<hamcrest.version>2.2</hamcrest.version>
<checkstyle.version>10.21.0</checkstyle.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<hamcrest.version>3.0</hamcrest.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<junit.version>5.11.3</junit.version>
<junit.version>5.11.4</junit.version>
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven.gpg.plugin.version>3.2.7</maven.gpg.plugin.version>
<maven.javadoc.plugin.version>3.11.2</maven.javadoc.plugin.version>
<maven-project-info-reports-plugin.version>3.8.0</maven-project-info-reports-plugin.version>
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<commons-csv.version>1.11.0</commons-csv.version>
<commons-csv.version>1.12.0</commons-csv.version>
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
<pitest-maven.version>1.16.1</pitest-maven.version>
<slf4j-nop.version>2.0.13</slf4j-nop.version>
<pitest-maven.version>1.17.3</pitest-maven.version>
<slf4j-nop.version>2.0.16</slf4j-nop.version>
<spotbugs-maven-plugin.version>4.8.6.6</spotbugs-maven-plugin.version>
<sonar.organization>mivek-github</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit aa828e9

Please sign in to comment.