From 20cc4eee98a2b97e3f5a00eb0383ddcabfeea034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:55:17 -0600 Subject: [PATCH] :seedling: Bump actions/checkout from 3.1.0 to 3.2.0 (#2537) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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/depsreview.yml | 2 +- .github/workflows/docker.yml | 14 ++++----- .github/workflows/goreleaser.yaml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/main.yml | 40 ++++++++++++------------ .github/workflows/publishimage.yml | 2 +- .github/workflows/scorecard-analysis.yml | 2 +- .github/workflows/slsa-goreleaser.yml | 2 +- 9 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 083a4db61ad..19d527323cd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -57,7 +57,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index d7a51e3fb95..1958a9cb13c 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -22,6 +22,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: 'Dependency Review' uses: actions/dependency-review-action@11310527b429536e263dc6cc47873e608189ba21 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 48b314803a7..fa8e187a317 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -68,7 +68,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -113,7 +113,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -158,7 +158,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -203,7 +203,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -248,7 +248,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -293,7 +293,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -338,7 +338,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 25cf6ce6d11..b747818a299 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -36,7 +36,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Set up Go diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index abbcc489728..e3d77983251 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -43,7 +43,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: pull_request actions/checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d8a02fc2d4..62906eb2498 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -99,7 +99,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -147,7 +147,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -182,7 +182,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -230,7 +230,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -278,7 +278,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -326,7 +326,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -374,7 +374,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -422,7 +422,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -470,7 +470,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -518,7 +518,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -566,7 +566,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -614,7 +614,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -662,7 +662,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -710,7 +710,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -745,7 +745,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -782,7 +782,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -829,7 +829,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -864,7 +864,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -893,7 +893,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0 with: go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/publishimage.yml b/.github/workflows/publishimage.yml index fb0d607f10a..8dc2ef13530 100644 --- a/.github/workflows/publishimage.yml +++ b/.github/workflows/publishimage.yml @@ -40,7 +40,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Clone the code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - name: Setup Go diff --git a/.github/workflows/scorecard-analysis.yml b/.github/workflows/scorecard-analysis.yml index 514f2614246..2d64e8b35f0 100644 --- a/.github/workflows/scorecard-analysis.yml +++ b/.github/workflows/scorecard-analysis.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: "Run analysis" uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6 diff --git a/.github/workflows/slsa-goreleaser.yml b/.github/workflows/slsa-goreleaser.yml index 7d975dcb087..86cd6c0c5f6 100644 --- a/.github/workflows/slsa-goreleaser.yml +++ b/.github/workflows/slsa-goreleaser.yml @@ -15,7 +15,7 @@ jobs: ldflags: ${{ steps.ldflags.outputs.value }} steps: - id: checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4 with: fetch-depth: 0 - id: ldflags