From 24ad0279edce1255d1f019706a025681a5697979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:55:25 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4.1.1 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [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/b4ffde65f46336ab88eb53be808477a3936bae11...692973e3d937129bcbf40652eb9f2f61becf3332) --- 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 | 4 ++-- .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, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 40ae5498..43b4e84d 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/issue-greeting.yml b/.github/workflows/issue-greeting.yml index e2ecd6e2..4bbe21b7 100644 --- a/.github/workflows/issue-greeting.yml +++ b/.github/workflows/issue-greeting.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44648adf..aa018dc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 ref: "master" @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: # for changelog fetch-depth: 0 @@ -112,7 +112,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 diff --git a/.github/workflows/router-build.yml b/.github/workflows/router-build.yml index d1264559..55ac7de5 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 @@ -69,7 +69,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Setup ko uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa diff --git a/.github/workflows/router-helm.yml b/.github/workflows/router-helm.yml index f72e0460..abea2437 100644 --- a/.github/workflows/router-helm.yml +++ b/.github/workflows/router-helm.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 @@ -133,7 +133,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 diff --git a/.github/workflows/router-lint.yml b/.github/workflows/router-lint.yml index 05d6e00d..06b427ff 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@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 diff --git a/.github/workflows/router-unit-tests.yml b/.github/workflows/router-unit-tests.yml index b9e803ee..22147072 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 diff --git a/.github/workflows/upload-dev-image.yml b/.github/workflows/upload-dev-image.yml index 93fdffe3..95266706 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@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - 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 3c42e6e7..4c9e2f71 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@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491