Skip to content

Commit

Permalink
Add version comment to github/codeql-action/analyze (#1811)
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Sep 4, 2024
1 parent cc8eaea commit 9638cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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}}"

0 comments on commit 9638cf5

Please sign in to comment.