From bb9c7f44e73f1f2bb5b6c03e487d9072d89c475a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:00:57 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.3.0 to 3.5.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.1. - [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/v3.3.0...v3.5.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dependabot.yml | 2 +- .github/workflows/md-link-checker.yml | 2 +- .github/workflows/scan.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 670d3142e7..84665cc2f2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,7 +21,7 @@ jobs: language: [ 'go' ] steps: - name: Checkout repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index e5581c49dd..1f07f795b4 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -24,7 +24,7 @@ jobs: go-version: '1.19' id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 - uses: actions/cache@v3 name: Restore go cache with: diff --git a/.github/workflows/md-link-checker.yml b/.github/workflows/md-link-checker.yml index 492f6bca07..5d002e98a4 100644 --- a/.github/workflows/md-link-checker.yml +++ b/.github/workflows/md-link-checker.yml @@ -8,7 +8,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.1 - uses: artyom/mdlinks@v0 with: dir: 'docs/book' diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 1ef6d63a6b..42c477ff8e 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 - name: Setup go uses: actions/setup-go@v3.5.0 with: