Skip to content

Commit a146833

Browse files
Fix purl prefix
Apparently it's `githubactions` based on looking at an SBOM from this repo.
1 parent 2ce6622 commit a146833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Review dependencies
2525
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
2626
with:
27-
allow-dependencies-licenses: 'pkg:github-actions/grafana/shared-workflows/actions/get-vault-secrets'
27+
allow-dependencies-licenses: 'pkg:githubactions/grafana/shared-workflows/actions/get-vault-secrets'
2828
allow-licenses: 'Apache-2.0,BSD-3-Clause,MIT'

0 commit comments

Comments
 (0)