From 95cc5f1c26a93746b1c339dabbebe8d8a5eb0338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:33:21 +0800 Subject: [PATCH] Chore: (deps): Bump actions/checkout from 3.4.0 to 3.5.2 (#5866) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.2. - [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/24cb9080177205b6e8c946b17badbe402adc938f...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/back-port.yml | 2 +- .github/workflows/chart.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/core-api-test.yml | 2 +- .github/workflows/definition-lint.yml | 2 +- .github/workflows/e2e-multicluster-test.yml | 2 +- .github/workflows/e2e-rollout-test.yml | 2 +- .github/workflows/e2e-test.yml | 2 +- .github/workflows/go.yml | 12 ++++++------ .github/workflows/issue-commands.yml | 4 ++-- .github/workflows/license.yml | 2 +- .github/workflows/registry.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- .github/workflows/scorecards.yml | 2 +- .github/workflows/sdk-test.yml | 2 +- .github/workflows/sync-api.yml | 2 +- .github/workflows/sync-sdk.yaml | 2 +- .github/workflows/trivy-scan.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 19 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/back-port.yml b/.github/workflows/back-port.yml index d963d62c4..f94197d93 100644 --- a/.github/workflows/back-port.yml +++ b/.github/workflows/back-port.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: fetch-depth: 0 diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index 55dd4ec0c..4e3081b4e 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -31,7 +31,7 @@ jobs: VELA_ROLLOUT_HELM_CHART_NAME: vela-rollout runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Get git revision id: vars shell: bash diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 91af7bbb6..4af8b5acd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Initialize CodeQL uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37 diff --git a/.github/workflows/core-api-test.yml b/.github/workflows/core-api-test.yml index 3cdd13b1c..45b3882d7 100644 --- a/.github/workflows/core-api-test.yml +++ b/.github/workflows/core-api-test.yml @@ -25,7 +25,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Get the version id: get_version diff --git a/.github/workflows/definition-lint.yml b/.github/workflows/definition-lint.yml index 5707582d5..75365d7ab 100644 --- a/.github/workflows/definition-lint.yml +++ b/.github/workflows/definition-lint.yml @@ -28,7 +28,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: submodules: true diff --git a/.github/workflows/e2e-multicluster-test.yml b/.github/workflows/e2e-multicluster-test.yml index 15b9b4a2e..de011cfdc 100644 --- a/.github/workflows/e2e-multicluster-test.yml +++ b/.github/workflows/e2e-multicluster-test.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Setup Go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 diff --git a/.github/workflows/e2e-rollout-test.yml b/.github/workflows/e2e-rollout-test.yml index 6ce422d22..810ff47e9 100644 --- a/.github/workflows/e2e-rollout-test.yml +++ b/.github/workflows/e2e-rollout-test.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Setup Go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 9521b5d5e..bf92ad80c 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Setup Go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 04bc0d6f7..5fbc4ef75 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,7 +49,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: submodules: true @@ -74,7 +74,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: submodules: true @@ -94,7 +94,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: submodules: true @@ -143,7 +143,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: submodules: true @@ -174,7 +174,7 @@ jobs: if: needs.detect-noop.outputs.noop != 'true' steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: submodules: true - name: Set up QEMU @@ -194,7 +194,7 @@ jobs: if: needs.detect-noop.outputs.noop != 'true' steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: submodules: true - name: Set up QEMU diff --git a/.github/workflows/issue-commands.yml b/.github/workflows/issue-commands.yml index 853a98ba8..36f4a4d23 100644 --- a/.github/workflows/issue-commands.yml +++ b/.github/workflows/issue-commands.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Actions - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: repository: "oam-dev/kubevela-github-actions" path: ./actions @@ -72,7 +72,7 @@ jobs: }) console.log("Added '" + label + "' label.") - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: fetch-depth: 0 - name: Open Backport PR diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 0097d496d..344742380 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 name: Check for unapproved licenses steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 77f67bac2..af3d48a0c 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -20,7 +20,7 @@ jobs: packages: write runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Get the version id: get_version run: | @@ -100,7 +100,7 @@ jobs: packages: write runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Get the version id: get_version run: | @@ -163,7 +163,7 @@ jobs: CAPABILITY_ENDPOINT: oss-cn-beijing.aliyuncs.com runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Install ossutil run: wget http://gosspublic.alicdn.com/ossutil/1.7.0/ossutil64 && chmod +x ossutil64 && mv ossutil64 ossutil - name: Configure Alibaba Cloud OSSUTIL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c677362f9..098589742 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: name: goreleaser steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: fetch-depth: 0 - run: git fetch --force --tags @@ -83,7 +83,7 @@ jobs: name: upload-sha256sums steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Update kubectl plugin version in krew-index uses: rajatjindal/krew-release-bot@df3eb197549e3568be8b4767eec31c5e8e8e6ad8 # v0.0.46 - name: Update Homebrew formula diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 6d54fdfcb..80ce6ec7c 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false diff --git a/.github/workflows/sdk-test.yml b/.github/workflows/sdk-test.yml index 687ed9fd4..e624d63d6 100644 --- a/.github/workflows/sdk-test.yml +++ b/.github/workflows/sdk-test.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out code into the Go module directory - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Setup Go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 diff --git a/.github/workflows/sync-api.yml b/.github/workflows/sync-api.yml index d0f9a217c..5a9399b3d 100644 --- a/.github/workflows/sync-api.yml +++ b/.github/workflows/sync-api.yml @@ -23,7 +23,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Get the version id: get_version diff --git a/.github/workflows/sync-sdk.yaml b/.github/workflows/sync-sdk.yaml index f2489cb7b..70b693c6d 100644 --- a/.github/workflows/sync-sdk.yaml +++ b/.github/workflows/sync-sdk.yaml @@ -27,7 +27,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Get the version id: get_version diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 733667efe..0b463748f 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Build Vela Core image from Dockerfile run: | diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 653a2c6be..496ddc061 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -48,7 +48,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: submodules: true