From d3bac16d0e7e7317a243cc7f2cd01fe555858df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 09:59:00 +0800 Subject: [PATCH] build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#908) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [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.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docs.yml | 4 ++-- .github/workflows/e2e-test.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/proto2http.yaml | 2 +- .github/workflows/rebase.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f2c16911de..0e8f927981 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@v3.5.2 + uses: actions/checkout@v3.5.3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3884876256..314e4714e1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: docs-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - name: Run markdown linter uses: nosborn/github-action-markdown-cli@v3.3.0 @@ -27,7 +27,7 @@ jobs: needs: docs-lint steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 # 首先生成拉取node文件 - name: Node install diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index c9669d3de6..9c30ada316 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: docker-compose run: docker-compose -f test/docker-compose.yaml up -d diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 771774a9e1..33e22d6c8e 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: fetch-depth: 0 - name: Set up Go diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2d765132dd..1763039331 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: golangci-lint if: runner.os != 'Windows' diff --git a/.github/workflows/proto2http.yaml b/.github/workflows/proto2http.yaml index dcf401fa92..49a9c03a9c 100644 --- a/.github/workflows/proto2http.yaml +++ b/.github/workflows/proto2http.yaml @@ -17,7 +17,7 @@ jobs: go: ["1.19.x"] steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 640052c5ed..221e66859d 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: fetch-depth: 0 - name: Automatic Rebase diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index ce4fedefb0..fe02bf2e8b 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: docker-compose run: docker-compose -f test/docker-compose.yaml up -d