Skip to content

Commit

Permalink
ci: Changing order for CodeQL
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Mar 20, 2024
1 parent 8cea7a8 commit ca02657
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: "^1.22"
cache: true
- name: Setup CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Build
run: make build
- name: CodeQL
Expand Down

0 comments on commit ca02657

Please sign in to comment.