From b9c0f877e3093083ff4d3bc03910bf29c10a3a5b Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Tue, 8 Oct 2024 05:33:20 -0700 Subject: [PATCH] Link to code-ql action docs --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 10a0b3a0..c906b974 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. + # https://github.com/github/codeql-action#supported-versions-of-the-codeql-action - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: