Skip to content

Commit 7fd7f72

Browse files
committed
Possible fix
1 parent e503d71 commit 7fd7f72

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/__init-with-registries.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ 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
20+
shell: bash
2021
run: |
2122
PRIVATE_PACK="$HOME/.codeql/packages/dsp-testing/private-pack"
2223
CODEQL_PACK1="$HOME/.codeql/packages/dsp-testing/codeql-pack1"

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

Lines changed: 1 addition & 1 deletion
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)