From 1965cdb2b8d5bafec37600d776c7039d2a46d9a7 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Wed, 25 Mar 2020 16:28:48 -0300 Subject: [PATCH] Set to use ankitects/setup-protoc@master instead of the original repository with a `repo-token` until know whether it is safe to pass the GitHub token around: https://github.com/actions/virtual-environments/issues 602 --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fb6329601..529cfc4fc 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -58,7 +58,7 @@ jobs: with: python-version: 3.7 - name: Set up protoc - uses: arduino/setup-protoc@v1.1.0 + uses: ankitects/setup-protoc@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Set up node @@ -135,7 +135,7 @@ jobs: with: python-version: 3.7 - name: Set up protoc - uses: arduino/setup-protoc@v1.1.0 + uses: ankitects/setup-protoc@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Set up node @@ -267,7 +267,7 @@ jobs: with: python-version: 3.7 - name: Set up protoc - uses: arduino/setup-protoc@v1.1.0 + uses: ankitects/setup-protoc@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Set up node