Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/io.github.q3769-semver-ma…
Browse files Browse the repository at this point in the history
…ven-plugin-20240116.0.202408140342
  • Loading branch information
q3769 authored Aug 26, 2024
2 parents c9d2f11 + 2508568 commit eb704ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
name: "CodeQL"

on:
push:
branches: [ "*" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "*" ]
# push:
# branches: [ "*" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "*" ]
schedule:
- cron: '34 6 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -162,7 +162,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit eb704ae

Please sign in to comment.