Skip to content

Commit

Permalink
updated codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Oct 28, 2023
1 parent dae60e0 commit 43aa42b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/code-scan-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,22 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4 # https://github.com/marketplace/actions/checkout

# Initializes CodeQL scanning tools
# https://github.com/github/codeql-action
- name: Initialize CodeQL
uses: # https://github.com/github/codeql-action
uses: github/codeql-action/init@v2.22.5 # https://github.com/github/codeql-action

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2.22.5

# Note: If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |

Check warning on line 52 in .github/workflows/code-scan-codeql.yml

View workflow job for this annotation

GitHub Actions / lint / lint

52:8 [comments] missing starting space in comment
# make bootstrap
# make release
- name: Run CodeQL Analysis
uses: github/codeql-action/analyze@v2.22.5

0 comments on commit 43aa42b

Please sign in to comment.