From 6aef2bd77b7a3d01f85ddab57d6957bda7612cb2 Mon Sep 17 00:00:00 2001 From: Patrik Date: Mon, 13 Feb 2023 16:50:46 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa1de867c..277ffbf00 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,9 @@ jobs: run: make buf-lint - run: go list -json > go.list - name: Run nancy - uses: sonatype-nexus-community/nancy-github-action@v1.0.2 + uses: zepatrik/nancy-github-action@3b0a989791377b50913568102c0ed5539e4eb29c + with: + githubToken: ${{ secrets.GITHUB_TOKEN }} - name: Run golangci-lint uses: golangci/golangci-lint-action@v3 env: