Skip to content

Commit

Permalink
cleanup codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Oct 24, 2024
1 parent 7924a9f commit 49eb602
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,21 @@ jobs:
fail-fast: false
matrix:
language: [ 'go' ]

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@4759df8df70c5ebe7042c3029bbace20eee13edd # v2.23.1
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name:
- name: Build
run: |
mkdir -p internal/script/resources
touch internal/script/resources/dummy
mkdir -p internal/common/resources
touch internal/common/resources/dummy
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4759df8df70c5ebe7042c3029bbace20eee13edd # v2.23.1
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 49eb602

Please sign in to comment.