Adding CodeQL Code Scanning Workflow#71
Merged
klugorosado merged 10 commits intomasterfrom May 16, 2024
Merged
Conversation
…language build mode
Collaborator
|
Will you still be merging this open PR? otherwise might be good to abandon the older one. |
frank-pang-msft
approved these changes
May 16, 2024
dpoole73
approved these changes
May 16, 2024
klugorosado
added a commit
that referenced
this pull request
May 16, 2024
* Adding codeql code scanning to repo * Update .github/workflows/codeql.yml to use only ubuntu-latest for Go language build mode * chore: Update GOPATH on codeql.yml * Attempt to fix GOPATH * debug * debug * chore: Update GO111MODULE * chore: Update GOPATH and repo root path in codeql.yml * revert * adding more codeql queries
klugorosado
added a commit
that referenced
this pull request
May 17, 2024
* Adding codeql code scanning to repo * Update .github/workflows/codeql.yml to use only ubuntu-latest for Go language build mode * chore: Update GOPATH on codeql.yml * Attempt to fix GOPATH * debug * debug * chore: Update GO111MODULE * chore: Update GOPATH and repo root path in codeql.yml * revert * adding more codeql queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new GitHub Actions workflow for performing CodeQL analysis on the codebase. CodeQL is a tool for finding security vulnerabilities across a number of different programming languages.
.github/workflows/codeql.yml: This new file sets up the CodeQL analysis workflow. It's configured to run on pushes and pull requests to themasterandfeature/**branches, as well as on a schedule(daily at 9:00 UTC).