From 51bd2af860c6a9bd2c3b8be271e7dee72b4fdf2e Mon Sep 17 00:00:00 2001 From: Dejan Pejchev Date: Thu, 13 Jul 2023 15:22:19 +0200 Subject: [PATCH] remove make proto from codeql job --- .github/workflows/codeql.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 32d871c1..ad744b66 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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: