diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ed3f67aa..8c22c914 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 53fbc995..4c4f55e7 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 90e61f48..4324efab 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 61125d38..fa711828 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 d4038ed9..e58f49de 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 5fc2762a..8ec88adf 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 1c6b699a..98c124ff 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 d48a0a29..e0d221f7 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 9a6fff8f..b8c608e2 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 7d1049b8..43c67196 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 e4f08f86..b7bbf2e1 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 f55eb35d..acf58b9e 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 8ed424d3..5e33bf30 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