Skip to content

Commit

Permalink
chore: update build_query in codeql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MR2011 authored Oct 28, 2024
1 parent ed6ae52 commit e1c5cd2
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,7 @@ on:
- cron: '20 08 * * 1'

jobs:
setup:
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]

codeql:
needs: setup
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@main
permissions:
security-events: write
Expand All @@ -40,4 +25,4 @@ jobs:
fail-fast: false
# timeout: 30
autobuild: false
build_query: "make build-binary"
build_query: "go install github.com/vektra/mockery/[email protected] && make build-binary"

0 comments on commit e1c5cd2

Please sign in to comment.