From 267f518752b5dd7c178797614cf73cc04045ee08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 12:19:17 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.1 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.1...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gotidy.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/security.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gotidy.yml b/.github/workflows/gotidy.yml index f740a57..06630dc 100644 --- a/.github/workflows/gotidy.yml +++ b/.github/workflows/gotidy.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v3.1.0 - name: Set up Go uses: actions/setup-go@v2 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f9bca03..cb90e3b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Run Golint uses: reviewdog/action-golangci-lint@v1 with: diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2d5ad70..75d85b6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Run Gosec uses: securego/gosec@master with: