From 1b67642e3a157b22c6ff22a7660728009e4190da Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Sun, 3 Mar 2024 13:43:59 +0000 Subject: [PATCH] Downgrade advanced-security/maven-dependency-submission-action action Due to advanced-security/maven-dependency-submission-action#65. Signed-off-by: Matthias Rampke --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2b70dda4..5367dfdb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,4 +32,4 @@ jobs: # Upload 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@v4.0.1 + uses: advanced-security/maven-dependency-submission-action@v4.0.0 # Downgraded from 4.0.1 due to https://github.com/advanced-security/maven-dependency-submission-action/issues/65