Skip to content

Commit

Permalink
using tags
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Jun 28, 2024
1 parent 3a6c117 commit 2d7954f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
gosec:
name: gosec
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
# It's parent commit is 26e57d6b340778c2983cd61775bc7e8bb41d002a
uses: securego/gosec@26e57d6b340778c2983cd61775bc7e8bb41d002a
with:
args: './...'
args: '-tags -buildvcs=false ./...'

depscheck:
name: depscheck
Expand Down

0 comments on commit 2d7954f

Please sign in to comment.