Skip to content

Commit d5cd69e

Browse files
license: remove port from wildcard domain
1 parent 00a62ce commit d5cd69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
allowed-endpoints: >
3737
github.com:443
3838
api.github.com:443
39-
*.actions.githubusercontent.com:443
39+
*.actions.githubusercontent.com
4040
4141
- name: Check out code base
4242
if: github.event_name == 'push'
@@ -69,7 +69,7 @@ jobs:
6969
allowed-endpoints: >
7070
github.com:443
7171
api.github.com:443
72-
*.actions.githubusercontent.com:443
72+
*.actions.githubusercontent.com
7373
7474
- name: Check out code base
7575
if: github.event_name == 'push'

0 commit comments

Comments
 (0)