From 7c7e3fdb94793759a4af89ed962b1736409ae826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 11:08:43 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.3.0 (#8070) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0.
Release notes

Sourced from actions/checkout's releases.

v3.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.2.0...v3.3.0

v3.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.1.0...v3.2.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3.1.0&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backport.yml | 2 +- .github/workflows/helm-ci.yml | 4 ++-- .github/workflows/issue_commands.yml | 2 +- .github/workflows/metrics-collector.yml | 2 +- .github/workflows/nix-ci.yaml | 2 +- .github/workflows/operator-bundle.yaml | 2 +- .github/workflows/operator-images.yaml | 6 +++--- .github/workflows/operator-scorecard.yaml | 2 +- .github/workflows/operator.yaml | 8 ++++---- .../workflows/publish-technical-documentation-next.yml | 4 ++-- .../workflows/publish-technical-documentation-release.yml | 6 +++--- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 063d80fb49..343ef3c878 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: repository: "grafana/grafana-github-actions" path: ./actions diff --git a/.github/workflows/helm-ci.yml b/.github/workflows/helm-ci.yml index dfa8ca51ba..151ebb3e7f 100644 --- a/.github/workflows/helm-ci.yml +++ b/.github/workflows/helm-ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3.3.0 - name: Check Docs run: | @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 diff --git a/.github/workflows/issue_commands.yml b/.github/workflows/issue_commands.yml index 8b2abf1945..6797e207bf 100644 --- a/.github/workflows/issue_commands.yml +++ b/.github/workflows/issue_commands.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: repository: "grafana/grafana-github-actions" path: ./actions diff --git a/.github/workflows/metrics-collector.yml b/.github/workflows/metrics-collector.yml index 5a1d60664e..b5ea9e1dd6 100644 --- a/.github/workflows/metrics-collector.yml +++ b/.github/workflows/metrics-collector.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: repository: "grafana/grafana-github-actions" path: ./actions diff --git a/.github/workflows/nix-ci.yaml b/.github/workflows/nix-ci.yaml index 916363e07d..38ec33e744 100644 --- a/.github/workflows/nix-ci.yaml +++ b/.github/workflows/nix-ci.yaml @@ -9,7 +9,7 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - uses: cachix/install-nix-action@v18 with: nix_path: nixpkgs=channel:nixos-unstable diff --git a/.github/workflows/operator-bundle.yaml b/.github/workflows/operator-bundle.yaml index 11d2ba6ddd..b7ad1d4f91 100644 --- a/.github/workflows/operator-bundle.yaml +++ b/.github/workflows/operator-bundle.yaml @@ -23,7 +23,7 @@ jobs: with: go-version: ${{ matrix.go }} id: go - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Install make run: sudo apt-get install make - name: make bundle diff --git a/.github/workflows/operator-images.yaml b/.github/workflows/operator-images.yaml index 8dbf1a2a55..07d3a73d01 100644 --- a/.github/workflows/operator-images.yaml +++ b/.github/workflows/operator-images.yaml @@ -18,7 +18,7 @@ jobs: publish-manager: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Set up QEMU uses: docker/setup-qemu-action@v1 @@ -56,7 +56,7 @@ jobs: publish-bundle: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Set up QEMU uses: docker/setup-qemu-action@v1 @@ -95,7 +95,7 @@ jobs: publish-size-calculator: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Set up QEMU uses: docker/setup-qemu-action@v1 diff --git a/.github/workflows/operator-scorecard.yaml b/.github/workflows/operator-scorecard.yaml index cb1a3d4546..eaea1bc508 100644 --- a/.github/workflows/operator-scorecard.yaml +++ b/.github/workflows/operator-scorecard.yaml @@ -26,7 +26,7 @@ jobs: - uses: engineerd/setup-kind@v0.5.0 with: version: "v0.16.0" - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Install make run: sudo apt-get install make - name: Run scorecard diff --git a/.github/workflows/operator.yaml b/.github/workflows/operator.yaml index 3553f64294..602e5d4775 100644 --- a/.github/workflows/operator.yaml +++ b/.github/workflows/operator.yaml @@ -25,7 +25,7 @@ jobs: with: go-version: ${{ matrix.go }} id: go - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Lint uses: golangci/golangci-lint-action@v3.2.0 with: @@ -51,7 +51,7 @@ jobs: with: go-version: ${{ matrix.go }} id: go - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Build Manager working-directory: ./operator run: |- @@ -72,7 +72,7 @@ jobs: with: go-version: ${{ matrix.go }} id: go - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Build Broker working-directory: ./operator run: |- @@ -93,7 +93,7 @@ jobs: with: go-version: ${{ matrix.go }} id: go - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Run tests working-directory: ./operator run: go test -coverprofile=profile.cov ./... diff --git a/.github/workflows/publish-technical-documentation-next.yml b/.github/workflows/publish-technical-documentation-next.yml index b5a1624f3f..f5b0d007b8 100644 --- a/.github/workflows/publish-technical-documentation-next.yml +++ b/.github/workflows/publish-technical-documentation-next.yml @@ -12,7 +12,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out code" - uses: "actions/checkout@v3.1.0" + uses: "actions/checkout@v3.3.0" - name: "Build website" # -e HUGO_REFLINKSERRORLEVEL=ERROR prevents merging broken refs with the downside # that no refs to external content can be used as these refs will not resolve in the @@ -25,7 +25,7 @@ jobs: needs: "test" steps: - name: "Check out code" - uses: "actions/checkout@v3.1.0" + uses: "actions/checkout@v3.3.0" - name: "Clone website-sync Action" # WEBSITE_SYNC_LOKI is a fine-grained GitHub Personal Access Token that expires. diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index f2e3c43a41..e9f5ffaecc 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -14,7 +14,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out code" - uses: "actions/checkout@v3.1.0" + uses: "actions/checkout@v3.3.0" - name: "Build website" # -e HUGO_REFLINKSERRORLEVEL=ERROR prevents merging broken refs with the downside @@ -28,12 +28,12 @@ jobs: needs: "test" steps: - name: "Checkout code and tags" - uses: "actions/checkout@v3.1.0" + uses: "actions/checkout@v3.3.0" with: fetch-depth: 0 - name: "Checkout Actions library" - uses: "actions/checkout@v3.1.0" + uses: "actions/checkout@v3.3.0" with: repository: "grafana/grafana-github-actions" path: "./actions"