From ba6268c6beef0ab5b461f45eef4cfe1b4e6d6013 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:26:24 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 (#313) Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com> --- .github/workflows/build-trigger-argo-workflow.yaml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/lint-pr-title.yml | 2 +- .github/workflows/lint-shared-workflows.yaml | 4 ++-- .github/workflows/publish-techdocs.yaml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/test-find-pr-for-commit.yml | 2 +- .github/workflows/test-get-vault-secrets.yaml | 4 ++-- .github/workflows/test-lint-pr-title.yml | 2 +- .github/workflows/test-login-to-gar.yaml | 2 +- .github/workflows/test-setup-argo.yml | 2 +- .github/workflows/test-techdocs-rewrite-relative-links.yaml | 2 +- actions/argo-lint/action.yaml | 2 +- actions/build-push-to-dockerhub/action.yaml | 2 +- actions/dockerhub-login/action.yaml | 2 +- actions/push-to-gar-docker/action.yaml | 2 +- actions/push-to-gcs/action.yaml | 2 +- actions/techdocs-rewrite-relative-links/action.yaml | 2 +- actions/trigger-argo-workflow/action.yaml | 2 +- 20 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build-trigger-argo-workflow.yaml b/.github/workflows/build-trigger-argo-workflow.yaml index 1db9cda45..a7a880f70 100644 --- a/.github/workflows/build-trigger-argo-workflow.yaml +++ b/.github/workflows/build-trigger-argo-workflow.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index aa2246994..66b66350f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Initialize CodeQL uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index abc5bc83d..dcefc1f8f 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - id: lint-pr-title uses: ./actions/lint-pr-title diff --git a/.github/workflows/lint-shared-workflows.yaml b/.github/workflows/lint-shared-workflows.yaml index 9ae3e48a8..a3fec8446 100644 --- a/.github/workflows/lint-shared-workflows.yaml +++ b/.github/workflows/lint-shared-workflows.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Lint with Prettier uses: creyD/prettier_action@31355f8eef017f8aeba2e0bc09d8502b13dbbad1 # v4.3 @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install dependencies run: | diff --git a/.github/workflows/publish-techdocs.yaml b/.github/workflows/publish-techdocs.yaml index 9903439c1..c0dc87234 100644 --- a/.github/workflows/publish-techdocs.yaml +++ b/.github/workflows/publish-techdocs.yaml @@ -65,11 +65,11 @@ jobs: steps: - id: checkout name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - id: checkout-shared-workflows name: Checkout shared workflows - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: grafana/shared-workflows # TODO: Replace after merge diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41edb0513..30154ef9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: id: release with: release-type: simple - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # this step is needed since we are publishing github actions releases. # when patching a version e.g. v2.0.0 to v2.0.1, # we need to make sure that v2 is updated as well as v2.0 diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 7be4374bf..232cb473a 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: sparse-checkout: .github/renovate-app.json diff --git a/.github/workflows/test-find-pr-for-commit.yml b/.github/workflows/test-find-pr-for-commit.yml index 6b11225ad..bbf18f85c 100644 --- a/.github/workflows/test-find-pr-for-commit.yml +++ b/.github/workflows/test-find-pr-for-commit.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: ${{ matrix.test_name }} id: test-find-pr-for-commit diff --git a/.github/workflows/test-get-vault-secrets.yaml b/.github/workflows/test-get-vault-secrets.yaml index 01447109d..41fcda56e 100644 --- a/.github/workflows/test-get-vault-secrets.yaml +++ b/.github/workflows/test-get-vault-secrets.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Test Vault Action id: test-vault-action @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Setup BATS testing framework uses: mig4/setup-bats@af9a00deb21b5d795cabfeaa8d9060410377686d # v1.2.0 diff --git a/.github/workflows/test-lint-pr-title.yml b/.github/workflows/test-lint-pr-title.yml index 3cf2c1e10..da585d3c3 100644 --- a/.github/workflows/test-lint-pr-title.yml +++ b/.github/workflows/test-lint-pr-title.yml @@ -21,7 +21,7 @@ jobs: working-directory: actions/lint-pr-title steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install bun package manager uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1 diff --git a/.github/workflows/test-login-to-gar.yaml b/.github/workflows/test-login-to-gar.yaml index fba10862c..7ddaf174c 100644 --- a/.github/workflows/test-login-to-gar.yaml +++ b/.github/workflows/test-login-to-gar.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Test Login to GAR Action id: test-login-to-gar diff --git a/.github/workflows/test-setup-argo.yml b/.github/workflows/test-setup-argo.yml index c24809903..70367797f 100644 --- a/.github/workflows/test-setup-argo.yml +++ b/.github/workflows/test-setup-argo.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: sparse-checkout: | actions/setup-argo diff --git a/.github/workflows/test-techdocs-rewrite-relative-links.yaml b/.github/workflows/test-techdocs-rewrite-relative-links.yaml index dc527efeb..43b269979 100644 --- a/.github/workflows/test-techdocs-rewrite-relative-links.yaml +++ b/.github/workflows/test-techdocs-rewrite-relative-links.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Setup go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 diff --git a/actions/argo-lint/action.yaml b/actions/argo-lint/action.yaml index 290f8f051..1f6003f75 100644 --- a/actions/argo-lint/action.yaml +++ b/actions/argo-lint/action.yaml @@ -18,7 +18,7 @@ runs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: "${{ github.action_repository || 'grafana/shared-workflows' }}" action_ref: ${{ github.action_ref }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/build-push-to-dockerhub/action.yaml b/actions/build-push-to-dockerhub/action.yaml index 020f0d546..cf13cc2ab 100644 --- a/actions/build-push-to-dockerhub/action.yaml +++ b/actions/build-push-to-dockerhub/action.yaml @@ -70,7 +70,7 @@ runs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/dockerhub-login/action.yaml b/actions/dockerhub-login/action.yaml index 4adf8f6b0..6f80b3d61 100644 --- a/actions/dockerhub-login/action.yaml +++ b/actions/dockerhub-login/action.yaml @@ -11,7 +11,7 @@ runs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/push-to-gar-docker/action.yaml b/actions/push-to-gar-docker/action.yaml index a11457e2c..d5bfe49f1 100644 --- a/actions/push-to-gar-docker/action.yaml +++ b/actions/push-to-gar-docker/action.yaml @@ -98,7 +98,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/push-to-gcs/action.yaml b/actions/push-to-gcs/action.yaml index cfc056d89..15a106c71 100644 --- a/actions/push-to-gcs/action.yaml +++ b/actions/push-to-gcs/action.yaml @@ -45,7 +45,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/techdocs-rewrite-relative-links/action.yaml b/actions/techdocs-rewrite-relative-links/action.yaml index 6ca44154b..d30bfbcb2 100644 --- a/actions/techdocs-rewrite-relative-links/action.yaml +++ b/actions/techdocs-rewrite-relative-links/action.yaml @@ -70,7 +70,7 @@ runs: # so we need to fall back: action_repo: ${{ github.action_repository || 'grafana/shared-workflows' }} action_ref: ${{ github.action_ref || 'main' }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/trigger-argo-workflow/action.yaml b/actions/trigger-argo-workflow/action.yaml index 7cf9d97d0..ec64a339c 100644 --- a/actions/trigger-argo-workflow/action.yaml +++ b/actions/trigger-argo-workflow/action.yaml @@ -47,7 +47,7 @@ runs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }}