From 99b8f52ff62c76f5b7f9d16c8fadd6d966858ba6 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 27 Aug 2025 17:03:51 +0000 Subject: [PATCH] build: update actions/dependency-review-action action to v4.7.3 See associated pull request for more information. --- github-actions/linting/licenses/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/linting/licenses/action.yml b/github-actions/linting/licenses/action.yml index 9c0ffc064..c7e3fe9d5 100644 --- a/github-actions/linting/licenses/action.yml +++ b/github-actions/linting/licenses/action.yml @@ -11,7 +11,7 @@ runs: using: composite steps: - name: Check Package Licenses - uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2 + uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3 env: # The action ref here allows us to import the config file from the same sha we rely on in the downstream usage ACTION_REF: ${{ github.action_ref || 'main' }}