From 3893e1915989a70c6dc8c3103804be5ce39b4d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:22:27 +0000 Subject: [PATCH] feat(deps): bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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...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/automake.yml | 2 +- .github/workflows/build-aligner.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automake.yml b/.github/workflows/automake.yml index eedb810..e2e8cd4 100644 --- a/.github/workflows/automake.yml +++ b/.github/workflows/automake.yml @@ -32,7 +32,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 persist-credentials: false # <--- this diff --git a/.github/workflows/build-aligner.yml b/.github/workflows/build-aligner.yml index b8ba8e0..3969d91 100644 --- a/.github/workflows/build-aligner.yml +++ b/.github/workflows/build-aligner.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Get dependencies run: | @@ -62,7 +62,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 persist-credentials: false # <--- this diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ef5345c..a4fad33 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL