diff --git a/.github/workflows/architecture-recorder.yml b/.github/workflows/architecture-recorder.yml index 14a4e803..768605ed 100644 --- a/.github/workflows/architecture-recorder.yml +++ b/.github/workflows/architecture-recorder.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/cold-person.yml b/.github/workflows/cold-person.yml index f234b299..5d921b43 100644 --- a/.github/workflows/cold-person.yml +++ b/.github/workflows/cold-person.yml @@ -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 diff --git a/.github/workflows/farmer.yml b/.github/workflows/farmer.yml index 13e758bb..6aa91a9e 100644 --- a/.github/workflows/farmer.yml +++ b/.github/workflows/farmer.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/knitter.yml b/.github/workflows/knitter.yml index c0c0ed83..b8e81c9b 100644 --- a/.github/workflows/knitter.yml +++ b/.github/workflows/knitter.yml @@ -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