Skip to content

Commit

Permalink
Merge pull request #618 from mivek/dependencies_update
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
mivek authored Dec 22, 2024
2 parents 0dddd86 + c302406 commit 501cc60
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_sonar_verify.yml
Original file line number Diff line number Diff line change
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@v4
- 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@v4
- 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@v4
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
4 changes: 2 additions & 2 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@v4
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
needs: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/@checkout@v4
- uses: actions/checkout@v4

- name: Download artifacts
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 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@v4
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.tag }}

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
needs: manual_deploy
runs-on: ubuntu-latest
steps:
- uses: actions/@checkout@v4
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.tag }}

Expand Down
2 changes: 1 addition & 1 deletion .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@v4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
Expand Down

0 comments on commit 501cc60

Please sign in to comment.