From 20da533b6beecc2c10609dc7e2e776b2d3d60559 Mon Sep 17 00:00:00 2001 From: Henning F <18215579+CaptainStandby@users.noreply.github.com> Date: Thu, 29 Dec 2022 09:35:59 +0100 Subject: [PATCH] chore: pin nancy (#2977) --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abb897fe24c..02b145986b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,6 +81,8 @@ jobs: - run: go list -json > go.list - name: Run nancy uses: sonatype-nexus-community/nancy-github-action@v1.0.2 + with: + nancyVersion: v1.0.42 - run: npm install name: Install node deps - name: Run golangci-lint