chore(deps): bump actions/checkout from 1 to 2.4.0 (#114)

This commit is contained in:
dependabot[bot] 2021-12-12 08:12:29 +02:00 committed by GitHub
parent f3de9c552d
commit e9ef1231f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2.4.0
- name: Lint
uses: golangci/golangci-lint-action@v2

View File

@ -17,7 +17,7 @@ jobs:
go-version: 1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v2.4.0
- name: Set Owner
run: echo "VULNLIST_REPOSITORY_OWNER=$(echo ${GITHUB_REPOSITORY} | awk -F / '{print $1}' | sed -e 's/:refs//')" >> $GITHUB_ENV