From cc78c23ad3788b72bc260cfeb9bcbab6384b6051 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:40:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v5.0.1 | v6.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/build-trigger-argo-workflow.yaml | 2 +- .github/workflows/check-catalog-info.yaml | 2 +- .github/workflows/check-drone-signature.yaml | 4 ++-- .github/workflows/check-for-non-releasable-actions.yaml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/docker-build-push-multiarch.yml | 2 +- .github/workflows/lint-pr-title.yml | 2 +- .github/workflows/lint-shared-workflows.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/publish-techdocs.yaml | 4 ++-- .github/workflows/reusable-zizmor.yml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/test-create-github-app-token.yaml | 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-remove-checkout-credentials.yaml | 2 +- .github/workflows/test-setup-argo.yml | 2 +- .github/workflows/test-setup-jrsonnet.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/docker-build-push-image/action.yaml | 2 +- actions/docker-import-digests-push-manifest/action.yaml | 2 +- actions/dockerhub-login/action.yaml | 2 +- actions/lint-pr-title/action.yml | 2 +- actions/push-to-gar-docker/action.yaml | 2 +- actions/push-to-gcs/action.yaml | 2 +- actions/run-capslock/action.yaml | 2 +- actions/send-slack-message/action.yaml | 2 +- actions/techdocs-rewrite-relative-links/action.yaml | 2 +- actions/trigger-argo-workflow/action.yaml | 2 +- 34 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/build-trigger-argo-workflow.yaml b/.github/workflows/build-trigger-argo-workflow.yaml index 5d0d92c51..a6e2a2e82 100644 --- a/.github/workflows/build-trigger-argo-workflow.yaml +++ b/.github/workflows/build-trigger-argo-workflow.yaml @@ -35,7 +35,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/check-catalog-info.yaml b/.github/workflows/check-catalog-info.yaml index ac0263182..4d0ab044c 100644 --- a/.github/workflows/check-catalog-info.yaml +++ b/.github/workflows/check-catalog-info.yaml @@ -15,7 +15,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/check-drone-signature.yaml b/.github/workflows/check-drone-signature.yaml index 04b529905..0e72e109d 100644 --- a/.github/workflows/check-drone-signature.yaml +++ b/.github/workflows/check-drone-signature.yaml @@ -70,7 +70,7 @@ jobs: egress-policy: audit - name: Checkout repo - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false @@ -87,7 +87,7 @@ jobs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/.github/workflows/check-for-non-releasable-actions.yaml b/.github/workflows/check-for-non-releasable-actions.yaml index 8cee4e889..6dab75b5c 100644 --- a/.github/workflows/check-for-non-releasable-actions.yaml +++ b/.github/workflows/check-for-non-releasable-actions.yaml @@ -29,7 +29,7 @@ jobs: egress-policy: audit - name: Checkout Code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false sparse-checkout: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8b382edb0..0b6b20cbc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -52,7 +52,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 3adde1528..51666df56 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -24,7 +24,7 @@ jobs: egress-policy: audit - name: "Checkout Repository" - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false - name: "Dependency Review" diff --git a/.github/workflows/docker-build-push-multiarch.yml b/.github/workflows/docker-build-push-multiarch.yml index 6689d3516..349e2aa07 100644 --- a/.github/workflows/docker-build-push-multiarch.yml +++ b/.github/workflows/docker-build-push-multiarch.yml @@ -329,7 +329,7 @@ jobs: env: ARCH: ${{ matrix.arch }} - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false - name: Build Docker Image diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index a426cb0eb..afcfc09e2 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -28,7 +28,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/lint-shared-workflows.yaml b/.github/workflows/lint-shared-workflows.yaml index 3e11214d7..015b50c9f 100644 --- a/.github/workflows/lint-shared-workflows.yaml +++ b/.github/workflows/lint-shared-workflows.yaml @@ -39,7 +39,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index e2f4a2f9b..f4a8d049b 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -25,7 +25,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/publish-techdocs.yaml b/.github/workflows/publish-techdocs.yaml index 9aa412ad3..91afda28b 100644 --- a/.github/workflows/publish-techdocs.yaml +++ b/.github/workflows/publish-techdocs.yaml @@ -64,13 +64,13 @@ jobs: - id: checkout name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false - id: checkout-shared-workflows name: Checkout shared workflows - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false repository: grafana/shared-workflows diff --git a/.github/workflows/reusable-zizmor.yml b/.github/workflows/reusable-zizmor.yml index 8c6503efe..8980e6444 100644 --- a/.github/workflows/reusable-zizmor.yml +++ b/.github/workflows/reusable-zizmor.yml @@ -255,7 +255,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 515932fa7..0b636ab29 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -42,7 +42,7 @@ jobs: egress-policy: audit - name: "Checkout code" - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/test-create-github-app-token.yaml b/.github/workflows/test-create-github-app-token.yaml index a6192df30..30474693b 100644 --- a/.github/workflows/test-create-github-app-token.yaml +++ b/.github/workflows/test-create-github-app-token.yaml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/test-find-pr-for-commit.yml b/.github/workflows/test-find-pr-for-commit.yml index 2ab844bc1..fc896c617 100644 --- a/.github/workflows/test-find-pr-for-commit.yml +++ b/.github/workflows/test-find-pr-for-commit.yml @@ -55,7 +55,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/test-get-vault-secrets.yaml b/.github/workflows/test-get-vault-secrets.yaml index 7e7b249f7..3c0064764 100644 --- a/.github/workflows/test-get-vault-secrets.yaml +++ b/.github/workflows/test-get-vault-secrets.yaml @@ -51,7 +51,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false @@ -92,7 +92,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/test-lint-pr-title.yml b/.github/workflows/test-lint-pr-title.yml index 905a78875..8ef905270 100644 --- a/.github/workflows/test-lint-pr-title.yml +++ b/.github/workflows/test-lint-pr-title.yml @@ -34,7 +34,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/test-login-to-gar.yaml b/.github/workflows/test-login-to-gar.yaml index f58792b1f..610fbb511 100644 --- a/.github/workflows/test-login-to-gar.yaml +++ b/.github/workflows/test-login-to-gar.yaml @@ -40,7 +40,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/test-remove-checkout-credentials.yaml b/.github/workflows/test-remove-checkout-credentials.yaml index 85885ed03..7a5ca6cc6 100644 --- a/.github/workflows/test-remove-checkout-credentials.yaml +++ b/.github/workflows/test-remove-checkout-credentials.yaml @@ -33,7 +33,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: true diff --git a/.github/workflows/test-setup-argo.yml b/.github/workflows/test-setup-argo.yml index 72867f19f..af68d2d60 100644 --- a/.github/workflows/test-setup-argo.yml +++ b/.github/workflows/test-setup-argo.yml @@ -54,7 +54,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false sparse-checkout: | diff --git a/.github/workflows/test-setup-jrsonnet.yml b/.github/workflows/test-setup-jrsonnet.yml index 652b8393b..1293845e8 100644 --- a/.github/workflows/test-setup-jrsonnet.yml +++ b/.github/workflows/test-setup-jrsonnet.yml @@ -52,7 +52,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false sparse-checkout: | diff --git a/.github/workflows/test-techdocs-rewrite-relative-links.yaml b/.github/workflows/test-techdocs-rewrite-relative-links.yaml index 190dda8f7..e05eebd11 100644 --- a/.github/workflows/test-techdocs-rewrite-relative-links.yaml +++ b/.github/workflows/test-techdocs-rewrite-relative-links.yaml @@ -37,7 +37,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/actions/argo-lint/action.yaml b/actions/argo-lint/action.yaml index 91975f3ba..484375e18 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.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 05232b742..eb9b44c0d 100644 --- a/actions/build-push-to-dockerhub/action.yaml +++ b/actions/build-push-to-dockerhub/action.yaml @@ -87,7 +87,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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/docker-build-push-image/action.yaml b/actions/docker-build-push-image/action.yaml index 94ea4a368..d4cfb3c9b 100644 --- a/actions/docker-build-push-image/action.yaml +++ b/actions/docker-build-push-image/action.yaml @@ -170,7 +170,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/docker-import-digests-push-manifest/action.yaml b/actions/docker-import-digests-push-manifest/action.yaml index 5721de64c..15438b4b9 100644 --- a/actions/docker-import-digests-push-manifest/action.yaml +++ b/actions/docker-import-digests-push-manifest/action.yaml @@ -28,7 +28,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.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 33b871518..9b71b15ca 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/lint-pr-title/action.yml b/actions/lint-pr-title/action.yml index 4f0475d57..a797e9796 100644 --- a/actions/lint-pr-title/action.yml +++ b/actions/lint-pr-title/action.yml @@ -19,7 +19,7 @@ runs: env: action_repo: "${{ github.action_repository || 'grafana/shared-workflows' }}" action_ref: ${{ github.action_ref }} - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.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 baf7efd15..122dadc6e 100644 --- a/actions/push-to-gar-docker/action.yaml +++ b/actions/push-to-gar-docker/action.yaml @@ -125,7 +125,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.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 d6b071c66..6298ad389 100644 --- a/actions/push-to-gcs/action.yaml +++ b/actions/push-to-gcs/action.yaml @@ -63,7 +63,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/run-capslock/action.yaml b/actions/run-capslock/action.yaml index 55b003ffd..9d0289205 100644 --- a/actions/run-capslock/action.yaml +++ b/actions/run-capslock/action.yaml @@ -26,7 +26,7 @@ runs: using: composite steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: true - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 diff --git a/actions/send-slack-message/action.yaml b/actions/send-slack-message/action.yaml index 22b576452..48902d3e4 100644 --- a/actions/send-slack-message/action.yaml +++ b/actions/send-slack-message/action.yaml @@ -32,7 +32,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.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 6c1bc2d3a..677d2d9ca 100644 --- a/actions/techdocs-rewrite-relative-links/action.yaml +++ b/actions/techdocs-rewrite-relative-links/action.yaml @@ -73,7 +73,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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.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 edb6d320c..0bafd8a8f 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }}