From 505357d8cc9ef409af8df29eb7b8c29c2d1c75d7 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:34:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 --- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/actions/argo-lint/action.yaml b/actions/argo-lint/action.yaml index 3f4930d8f..290f8f051 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 4205a4fd1..a3afccff2 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/dockerhub-login/action.yaml b/actions/dockerhub-login/action.yaml index b7f6d1815..a750e2f87 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 9fa523fa9..291589e34 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 271eef8d0..51e75b612 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 1bde1288a..ad8bc5a27 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 40087fdbe..995fe2dc8 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }}