From e9ef1231f9bc6e7c640c5fbc9eb49f4ea1fac1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 08:12:29 +0200 Subject: [PATCH] chore(deps): bump actions/checkout from 1 to 2.4.0 (#114) --- .github/workflows/go.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b5585ef..93990f3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index db18119..4421cbf 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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