Merge pull request #3248 from projectdiscovery/dependabot/github_actions/dev/golangci/golangci-lint-action-3.4.0

chore(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0
dev
Sandeep Singh 2023-01-30 15:08:02 +05:30 committed by GitHub
commit b799f5134c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Run golangci-lint - name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.3.1 uses: golangci/golangci-lint-action@v3.4.0
with: with:
version: latest version: latest
args: --timeout 5m args: --timeout 5m