Skip to content

Commit

Permalink
Combined dependency updates (2023-12-03) (#59)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/setup-java from 3 to 4](#56)
- [Bump javiertuya/branch-snapshots-action from 1.2.0 to 1.2.1](#58)
- [Bump javiertuya/sonarqube-action from 1.1.1 to 1.1.2](#57)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.21.1 to 2.22.0](#55)
  • Loading branch information
giis-qabot authored Dec 3, 2023
1 parent f1e5b61 commit 577160b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && (github.event.pull_request.head.repo.fork || startsWith(github.head_ref, 'dependabot/')))
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: javiertuya/[email protected].1
- uses: javiertuya/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand All @@ -73,7 +73,7 @@ jobs:
contents: read
packages: write
steps:
- uses: javiertuya/[email protected].0
- uses: javiertuya/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 577160b

Please sign in to comment.