From 8a4e8c99911f4e80934f7f24fd8ecc7fc4200b5f Mon Sep 17 00:00:00 2001 From: "Jeremy R. Easton-Marks" Date: Thu, 1 Feb 2024 14:23:35 -0600 Subject: [PATCH] Update maven.yml Update build to use modern version of maven-dependency-submission-action --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ff35a579..b5ebc520 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,4 +32,6 @@ jobs: # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 + uses: advanced-security/maven-dependency-submission-action@v4.0.0 + +