Skip to content

Commit

Permalink
Update codeql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MR2011 authored Oct 23, 2024
1 parent 3977f84 commit 5f91a80
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,29 @@ jobs:
security-events: write
actions: read
contents: read
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@main
with:
runs-on: "['default']"
language: "['go']"
go-check: true
go-version: "['1.22']"
node-check: false
# node-version : "['node']"
fail-fast: false
# timeout: 30
autobuild: false
build_query: "make build-binary"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22

- name: Install mockery
run: go install github.com/vektra/mockery/[email protected]

- name: Run shared CodeQL workflow
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@main
with:
runs-on: "['default']"
language: "['go']"
go-check: true
go-version: "['1.22']"
node-check: false
# node-version : "['node']"
fail-fast: false
# timeout: 30
autobuild: false
build_query: "make build-binary"

0 comments on commit 5f91a80

Please sign in to comment.