Skip to content

Commit

Permalink
remove make proto from codeql job
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Jul 13, 2023
1 parent d7216fd commit 51bd2af
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,9 @@ jobs:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

steps:
- name: Checkout repository
- name: Checkout
uses: actions/checkout@v3

# The ArmadaProject.Io.Client needs the generated proto files
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.17.3'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
with:
Expand Down

0 comments on commit 51bd2af

Please sign in to comment.