Skip to content

Commit

Permalink
Updating security workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
recurly-bearley committed Dec 5, 2023
1 parent 7fd8f76 commit 3c3c4b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ynniss/golang-security-action@master
- uses: ynniss/golang-security-action@master
continue-on-error: true
3 changes: 2 additions & 1 deletion .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
run: go list -json -m all > go.list

- name: Nancy
uses: sonatype-nexus-community/nancy-github-action@main
uses: sonatype-nexus-community/nancy-github-action@main
continue-on-error: true

0 comments on commit 3c3c4b4

Please sign in to comment.