-
Notifications
You must be signed in to change notification settings - Fork 2k
Run codeql from referenced workflow #7837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Jakub Jarosz <[email protected]>
The workflow referenced: https://github.com/nginxinc/compliance-rules/blob/main/.github/workflows/codeql.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these steps no longer needed for building the go binary?
- name: Setup Golang Environment
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: go.mod
if: matrix.language == 'go'
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
@pdabelf5 these steps are now a part of the called workflow (PR with the change is open) |
Proposed changes
This PR updates CodeQL workflow. The main workflow is referenced from a different repo.
Checklist
Before creating a PR, run through this checklist and mark each as complete.