diff --git a/.github/workflows/maven-central-deploy.yml b/.github/workflows/maven-central-deploy.yml index 7f386df..8134458 100644 --- a/.github/workflows/maven-central-deploy.yml +++ b/.github/workflows/maven-central-deploy.yml @@ -65,4 +65,4 @@ jobs: # 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@fcd7eab6b6d22946badc98d1e62665cdee93e0ae + uses: advanced-security/maven-dependency-submission-action@5d0f9011b55d6268922128af45275986303459c3 diff --git a/.github/workflows/maven-site-deploy.yml b/.github/workflows/maven-site-deploy.yml index faf21a7..b2d3b6b 100644 --- a/.github/workflows/maven-site-deploy.yml +++ b/.github/workflows/maven-site-deploy.yml @@ -57,7 +57,7 @@ jobs: # 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@fcd7eab6b6d22946badc98d1e62665cdee93e0ae + uses: advanced-security/maven-dependency-submission-action@5d0f9011b55d6268922128af45275986303459c3 # Deployment job deploy: