Skip to content

Commit 976e4e2

Browse files
committed
Possible fix
1 parent e503d71 commit 976e4e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pr-checks/checks/init-with-registries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
tools: ${{ steps.prepare-test.outputs.tools-url }}
1414
config-file: ./.github/codeql/codeql-config-registries.yml
1515
languages: javascript
16-
registries-auth-tokens: https://ghcr.io/v2=${{ secrets.GITHUB_TOKEN }}
16+
registries-auth-tokens: https://ghcr.io/v2/=${{ secrets.GITHUB_TOKEN }}
1717
env:
1818
TEST_MODE: true
1919
- name: Verify packages installed

tests/multi-language-repo/.github/codeql/codeql-config-registries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ packs:
88

99
registries:
1010
# enforce using the registries block for all packs
11-
- url: https://ghcr.io/v2
11+
- url: https://ghcr.io/v2/
1212
packages: "*"

0 commit comments

Comments
 (0)