From 348d30c19a364c767cfb0bd6e940575472f26f20 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:33:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.3 --- .github/workflows/cd.yml | 8 ++++---- .github/workflows/check-release-channel.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/playwright-docker.yml | 4 ++-- .github/workflows/playwright.yml | 4 ++-- .github/workflows/pr-checks-examples-readmes.yml | 2 +- .github/workflows/pr-checks-lint.yml | 4 ++-- .github/workflows/pr-checks-test-ci.yml | 2 +- .github/workflows/pr-checks-workflow-references.yml | 2 +- .../release-please-pr-update-tagged-references.yml | 4 ++-- .../workflows/release-please-restore-rolling-release.yml | 2 +- actions/plugins/release-please/action.yml | 2 +- actions/plugins/version-bump-changelog/action.yml | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ed3f67aaa..8c22c9148 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -599,7 +599,7 @@ jobs: steps: - name: Checkout specified branch id: checkout-specified-branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref) ref: ${{ !github.event.act && inputs.branch || github.sha }} @@ -922,7 +922,7 @@ jobs: runs-on: ubuntu-arm64-small steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref) ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }} @@ -1306,7 +1306,7 @@ jobs: - /home/runner/work/_actions:/home/runner/work/_actions steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref) ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }} @@ -1352,7 +1352,7 @@ jobs: }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref) ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }} diff --git a/.github/workflows/check-release-channel.yml b/.github/workflows/check-release-channel.yml index 53fbc995f..4c4f55e7a 100644 --- a/.github/workflows/check-release-channel.yml +++ b/.github/workflows/check-release-channel.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-arm64-small steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Check for rolling releases channel run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90e61f48a..4324efab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -399,7 +399,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref) ref: ${{ !github.event.act && inputs.branch || github.sha }} @@ -726,7 +726,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref) ref: ${{ !github.event.act && inputs.branch || github.sha }} diff --git a/.github/workflows/playwright-docker.yml b/.github/workflows/playwright-docker.yml index 61125d385..fa7118289 100644 --- a/.github/workflows/playwright-docker.yml +++ b/.github/workflows/playwright-docker.yml @@ -78,7 +78,7 @@ jobs: matrix: ${{ steps.resolve-versions.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -101,7 +101,7 @@ jobs: name: e2e ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }} runs-on: ubuntu-x64-large steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d4038ed9f..e58f49deb 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -118,7 +118,7 @@ jobs: matrix: ${{ steps.resolve-versions.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -142,7 +142,7 @@ jobs: name: e2e ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }} runs-on: ubuntu-x64-large steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/pr-checks-examples-readmes.yml b/.github/workflows/pr-checks-examples-readmes.yml index 5fc2762aa..8ec88adf8 100644 --- a/.github/workflows/pr-checks-examples-readmes.yml +++ b/.github/workflows/pr-checks-examples-readmes.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/pr-checks-lint.yml b/.github/workflows/pr-checks-lint.yml index 1c6b699a8..98c124ff0 100644 --- a/.github/workflows/pr-checks-lint.yml +++ b/.github/workflows/pr-checks-lint.yml @@ -22,7 +22,7 @@ jobs: actionlint: runs-on: ubuntu-arm64-small steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Enable action lint matcher @@ -50,7 +50,7 @@ jobs: - examples/base steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 diff --git a/.github/workflows/pr-checks-test-ci.yml b/.github/workflows/pr-checks-test-ci.yml index d48a0a299..e0d221f70 100644 --- a/.github/workflows/pr-checks-test-ci.yml +++ b/.github/workflows/pr-checks-test-ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-x64-xlarge-io steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} fetch-depth: 0 diff --git a/.github/workflows/pr-checks-workflow-references.yml b/.github/workflows/pr-checks-workflow-references.yml index 9a6fff8ff..b8c608e2b 100644 --- a/.github/workflows/pr-checks-workflow-references.yml +++ b/.github/workflows/pr-checks-workflow-references.yml @@ -20,7 +20,7 @@ jobs: if: startsWith(github.event.pull_request.head.ref, 'release-please--branches--main--') == false runs-on: ubuntu-arm64-small steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/release-please-pr-update-tagged-references.yml b/.github/workflows/release-please-pr-update-tagged-references.yml index 7d1049b8f..43c671966 100644 --- a/.github/workflows/release-please-pr-update-tagged-references.yml +++ b/.github/workflows/release-please-pr-update-tagged-references.yml @@ -29,7 +29,7 @@ jobs: automated-commit: ${{ steps.check.outputs.automated-commit }} steps: - name: Checkout PR branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.head_ref }} persist-credentials: false @@ -70,7 +70,7 @@ jobs: github_app: grafana-plugins-platform-bot - name: Checkout PR branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.head_ref }} token: ${{ steps.generate-github-token.outputs.token }} diff --git a/.github/workflows/release-please-restore-rolling-release.yml b/.github/workflows/release-please-restore-rolling-release.yml index e4f08f860..b7bbf2e1e 100644 --- a/.github/workflows/release-please-restore-rolling-release.yml +++ b/.github/workflows/release-please-restore-rolling-release.yml @@ -41,7 +41,7 @@ jobs: github_app: grafana-plugins-platform-bot - name: Checkout main branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: main token: ${{ steps.generate-github-token.outputs.token }} diff --git a/actions/plugins/release-please/action.yml b/actions/plugins/release-please/action.yml index f55eb35dd..acf58b9ea 100644 --- a/actions/plugins/release-please/action.yml +++ b/actions/plugins/release-please/action.yml @@ -36,7 +36,7 @@ runs: permission_set: release-please - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.generate-github-token.outputs.token }} persist-credentials: true diff --git a/actions/plugins/version-bump-changelog/action.yml b/actions/plugins/version-bump-changelog/action.yml index 8ed424d35..5e33bf300 100644 --- a/actions/plugins/version-bump-changelog/action.yml +++ b/actions/plugins/version-bump-changelog/action.yml @@ -32,7 +32,7 @@ runs: github_app: grafana-plugins-platform-bot permission_set: version-bump-changelog - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.generate-github-token.outputs.token }} persist-credentials: true