From a15c6d9190de7facb2b023bd0ccc72728745bd48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 00:38:20 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/issue-greeting.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/router-build.yml | 4 ++-- .github/workflows/router-helm.yml | 2 +- .github/workflows/router-lint.yml | 2 +- .github/workflows/router-unit-tests.yml | 2 +- .github/workflows/upload-dev-image.yml | 2 +- .github/workflows/upload-prerelease-image.yml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 87c0a92a..e9f4c7f0 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/issue-greeting.yml b/.github/workflows/issue-greeting.yml index 7402755f..4efb17cd 100644 --- a/.github/workflows/issue-greeting.yml +++ b/.github/workflows/issue-greeting.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: fetch-depth: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5e95406..c16b0aa3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: fetch-depth: 0 ref: "master" @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: # for changelog fetch-depth: 0 @@ -112,7 +112,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 diff --git a/.github/workflows/router-build.yml b/.github/workflows/router-build.yml index 72cf5f6c..6b794e02 100644 --- a/.github/workflows/router-build.yml +++ b/.github/workflows/router-build.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 @@ -69,7 +69,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Setup ko uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa diff --git a/.github/workflows/router-helm.yml b/.github/workflows/router-helm.yml index 7916d7ea..1d670ecc 100644 --- a/.github/workflows/router-helm.yml +++ b/.github/workflows/router-helm.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Set up Go uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 diff --git a/.github/workflows/router-lint.yml b/.github/workflows/router-lint.yml index 861c79b8..593c58bb 100644 --- a/.github/workflows/router-lint.yml +++ b/.github/workflows/router-lint.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 20 steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 diff --git a/.github/workflows/router-unit-tests.yml b/.github/workflows/router-unit-tests.yml index f883848e..b98ba528 100644 --- a/.github/workflows/router-unit-tests.yml +++ b/.github/workflows/router-unit-tests.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 diff --git a/.github/workflows/upload-dev-image.yml b/.github/workflows/upload-dev-image.yml index f4b69e56..eabd6061 100644 --- a/.github/workflows/upload-dev-image.yml +++ b/.github/workflows/upload-dev-image.yml @@ -33,7 +33,7 @@ jobs: cache-dependency-path: vmware-event-router/go.sum id: go - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Setup ko uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa diff --git a/.github/workflows/upload-prerelease-image.yml b/.github/workflows/upload-prerelease-image.yml index 494c9e30..975ac38e 100644 --- a/.github/workflows/upload-prerelease-image.yml +++ b/.github/workflows/upload-prerelease-image.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.platform }} timeout-minutes: 20 steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7