Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
jobs:
# GitHub workflows
verify-github-workflows:
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@6ff29d6786e912eb3f89292d401be69e7d3b1f3b
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@dbf241b1ce64ae49b3393f9560e9e6a4c524fd1d

# Application
verify-java-project:
uses: harmelodic/workflows/.github/workflows/verify-java-project.yaml@6ff29d6786e912eb3f89292d401be69e7d3b1f3b
uses: harmelodic/workflows/.github/workflows/verify-java-project.yaml@dbf241b1ce64ae49b3393f9560e9e6a4c524fd1d
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
jobs:
# GitHub workflows
verify-github-workflows:
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@6ff29d6786e912eb3f89292d401be69e7d3b1f3b
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@dbf241b1ce64ae49b3393f9560e9e6a4c524fd1d

# Application
verify-java-project:
uses: harmelodic/workflows/.github/workflows/verify-java-project.yaml@6ff29d6786e912eb3f89292d401be69e7d3b1f3b
uses: harmelodic/workflows/.github/workflows/verify-java-project.yaml@dbf241b1ce64ae49b3393f9560e9e6a4c524fd1d
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.28</version>
<version>1.5.29</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down