Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 394034a

Browse files
committed
fix: fix package namespace/names
Signed-off-by: Spike Curtis <[email protected]>
1 parent d69b63f commit 394034a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ jobs:
919919
uses: actions/[email protected]
920920
with:
921921
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
922-
allow-dependencies-licenses: "pkg:golang/github.com%2fpelletier%2fgo-toml%2fv2, pkg:golang/github.com%2fcoder%2fwgtunnel"
922+
allow-dependencies-licenses: "pkg:golang/github.com/pelletier%2fgo-toml%2fv2, pkg:golang/github.com/coder%2fwgtunnel"
923923
license-check: true
924924
vulnerability-check: false
925925
- name: "Report"

0 commit comments

Comments
 (0)