You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if: ${{ github.event_name != 'push' || !contains(github.event.head_commit.message, 'noci') }} # if commit message contains "noci", then the job will be skipped
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.24.2'
- name: Setup CodeQL
id: codeqlsetup
uses: github/codeql-action/setup-codeql@v4
- name: Add CodeQL to PATH # see https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path