From 17006d79489a0376bfe19d715b76a4b501ef176f Mon Sep 17 00:00:00 2001
From: Jonatan Antoni <jonatan.antoni@arm.com>
Date: Tue, 22 Jun 2021 17:11:53 +0200
Subject: [PATCH] GitHub: Fix codeql-analysis.yml

Docker image name to use GitHub Container Repository.
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 9c76fb0ec..0d68470e6 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ jobs:
     name: Analyze
     runs-on: ubuntu-latest
     container: 
-      image: jonatanantoni/cmsis/linux.gnu:latest
+      image: ghcr.io/jonatanantoni/cmsis/linux.gnu:latest
     permissions:
       actions: read
       contents: read
-- 
GitLab