From 9638cf555ab4976df4d7fda87a7f54432c4a4014 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Tue, 3 Sep 2024 17:55:36 -0700 Subject: [PATCH] Add version comment to github/codeql-action/analyze (#1811) Signed-off-by: Cary Phillips --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 73d485c11..46bbc052a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,7 +62,7 @@ jobs: # cary: Pin the version to the SHA for 2.18.0, since there appears to # be a problem with 2.18.1 leading to a "No space left on # device" failure - uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 + uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 with: # cary: the "linked" setting is necessary to force the run to pick up # the version specified in the action. @@ -93,6 +93,6 @@ jobs: - name: Perform CodeQL Analysis # Pin the version to the SHA for 2.18.0 - uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 + uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 with: category: "/language:${{matrix.language}}"