From adcb922ec209f8b3dd061a0901eeb325fec3edd1 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Thu, 30 Jan 2025 16:50:30 -0800 Subject: [PATCH] Make the example setup more explicit. --- code-scanning/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code-scanning/codeql.yml b/code-scanning/codeql.yml index a0a86f3..eeb0dce 100644 --- a/code-scanning/codeql.yml +++ b/code-scanning/codeql.yml @@ -58,8 +58,8 @@ jobs: # Add any setup steps before running the `github/codeql-action/init` action. # This includes steps like installing compilers or runtimes (`actions/setup-node` # or others). This is typically only required for manual builds. - # - name: Setup runtime - # uses: actions/setup-XXX@vXXX + # - name: Setup runtime (example) + # uses: actions/setup-example@v1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL