From 6e7c91694dc6c4d57aa08b57bcf6b3d8fcaec08e Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 14 May 2026 06:33:32 +0000 Subject: [PATCH] build: update actions/dependency-review-action action to v5 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 9cfd8466c..a67283eab 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@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0 + uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0 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' }}