Skip to content

Commit

Permalink
ci: authenticate nancy action (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Feb 16, 2023
1 parent 9bc7522 commit 137fe6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 137fe6b

Please sign in to comment.