diff --git a/.github/workflows/maven-central-deploy.yml b/.github/workflows/maven-central-deploy.yml index 7f386df..023dca6 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@73da25169f2ac4d336320399ba58070deebc1208 diff --git a/.github/workflows/maven-site-deploy.yml b/.github/workflows/maven-site-deploy.yml index faf21a7..b0c241a 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@73da25169f2ac4d336320399ba58070deebc1208 # Deployment job deploy: