Skip to content

Commit 309e7b5

Browse files
authored
.sync/codeql-platform.yml: Use GitHub TF-Hafnium mirrors (#542)
Replaces nested submodule URLs with GitHub mirrors to avoid issues with git.trustedfirmware.org being down. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 39073be commit 309e7b5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.sync/workflows/leaf/codeql-platform.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,14 @@ jobs:
319319
run: |
320320
subst Z: ${{ github.workspace }}
321321
322+
- name: Redirect Submodule URLs
323+
shell: pwsh
324+
run: |
325+
git config --global url."https://github.com/TF-Hafnium/hafnium-prebuilts".insteadOf "https://git.trustedfirmware.org/hafnium/prebuilts"
326+
git config --global url."https://github.com/TF-Hafnium/hafnium-project-reference".insteadOf "https://git.trustedfirmware.org/hafnium/project/reference"
327+
git config --global url."https://github.com/TF-Hafnium/hafnium-third_party-dtc".insteadOf "https://git.trustedfirmware.org/hafnium/third_party/dtc"
328+
git config --global url."https://github.com/TF-Hafnium/hafnium-third_party-googletest".insteadOf "https://git.trustedfirmware.org/hafnium/third_party/googletest"
329+
322330
- name: Setup
323331
if: steps.get_platform_info.outputs.setup_supported == 'true'
324332
shell: pwsh

0 commit comments

Comments
 (0)