Skip to content

Commit

Permalink
license: remove port from wildcard domain
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Feb 10, 2024
1 parent 00a62ce commit d5cd69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
allowed-endpoints: >
github.com:443
api.github.com:443
*.actions.githubusercontent.com:443
*.actions.githubusercontent.com
- name: Check out code base
if: github.event_name == 'push'
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
allowed-endpoints: >
github.com:443
api.github.com:443
*.actions.githubusercontent.com:443
*.actions.githubusercontent.com
- name: Check out code base
if: github.event_name == 'push'
Expand Down

0 comments on commit d5cd69e

Please sign in to comment.