Skip to content

Commit

Permalink
Merge remote-tracking branches 'origin/dependabot/maven/maven-plugins…
Browse files Browse the repository at this point in the history
…-6c49c52478', 'origin/dependabot/github_actions/ncipollo/release-action-1.13.0', 'origin/dependabot/github_actions/actions/checkout-4', 'origin/dependabot/github_actions/agenthunt/conventional-commit-checker-action-2.0.0' and 'origin/dependabot/github_actions/advanced-security/maven-dependency-submission-action-3.0.2' into dependabot-2023-09-26
  • Loading branch information
Steve Mason committed Sep 26, 2023
6 parents ac33d3c + 6fcc853 + bda487b + fe65212 + 64b2918 + ebf6d53 commit f110bcd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/conventional-commit-checker-action@v1.0.0
uses: agenthunt/conventional-commit-checker-action@v2.0.0
with:
pr-body-regex: .*
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
if: github.actor != 'dependabot[bot]'
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
uses: advanced-security/maven-dependency-submission-action@c5ad0fd6b977364190852883b46728f25a9617c3
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
writeToFile: false

- name: Create Release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
allowUpdates: true
draft: false
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<configuration>
<skip>${skipDockerBuild}</skip>
<from>
Expand Down

0 comments on commit f110bcd

Please sign in to comment.