Skip to content

Commit

Permalink
Bump advanced-security/maven-dependency-submission-action
Browse files Browse the repository at this point in the history
Bumps [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action) from 3.0.3 to 4.0.1.
- [Release notes](https://github.com/advanced-security/maven-dependency-submission-action/releases)
- [Commits](advanced-security/maven-dependency-submission-action@v3.0.3...v4.0.1)

---
updated-dependencies:
- dependency-name: advanced-security/maven-dependency-submission-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 98d43af commit 4fd87d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/architecture-recorder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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.event_name != 'pull_request'
uses: advanced-security/maven-dependency-submission-action@v3.0.3
uses: advanced-security/maven-dependency-submission-action@v4.0.1
with:
directory: './architecture-recorder'
ignore-maven-wrapper: true # if left as the default it will get confused and double-nest and look in farmer/farmer for the wrapper
2 changes: 1 addition & 1 deletion .github/workflows/cold-person.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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.event_name != 'pull_request'
uses: advanced-security/maven-dependency-submission-action@v3.0.3
uses: advanced-security/maven-dependency-submission-action@v4.0.1
with:
directory: './cold-person'
ignore-maven-wrapper: true # if left as the default it will get confused and double-nest and look in farmer/farmer for the wrapper
2 changes: 1 addition & 1 deletion .github/workflows/farmer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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.event_name != 'pull_request'
uses: advanced-security/maven-dependency-submission-action@v3.0.3
uses: advanced-security/maven-dependency-submission-action@v4.0.1
with:
directory: './farmer'
ignore-maven-wrapper: true # if left as the default it will get confused and double-nest and look in farmer/farmer for the wrapper
2 changes: 1 addition & 1 deletion .github/workflows/knitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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.event_name != 'pull_request'
uses: advanced-security/maven-dependency-submission-action@v3.0.3
uses: advanced-security/maven-dependency-submission-action@v4.0.1
with:
directory: './knitter'
ignore-maven-wrapper: true # if left as the default it will get confused and double-nest and look in farmer/farmer for the wrapper

0 comments on commit 4fd87d2

Please sign in to comment.