From 4d0eb7d5ab2b5ac67daf4bec22b1e891d69d9e6e Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:32:48 +0000 Subject: [PATCH] chore(deps): update github actions | datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------ | | github-tags | actions/checkout | v5.0.1 | v6.0.1 | | github-tags | peter-evans/create-pull-request | v7.0.11 | v8.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/do-release.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 2 +- .github/workflows/update-plugin-schema.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/do-release.yml b/.github/workflows/do-release.yml index faef6347..546439af 100644 --- a/.github/workflows/do-release.yml +++ b/.github/workflows/do-release.yml @@ -36,7 +36,7 @@ jobs: private-key: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_PRIVATE_KEY }} permission-contents: write - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ steps.generate_token.outputs.token }} persist-credentials: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 382628a9..dc99842b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 persist-credentials: false @@ -54,7 +54,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -74,7 +74,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f00233d8..9dccd642 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/update-plugin-schema.yml b/.github/workflows/update-plugin-schema.yml index f831124e..64f1da1c 100644 --- a/.github/workflows/update-plugin-schema.yml +++ b/.github/workflows/update-plugin-schema.yml @@ -40,7 +40,7 @@ jobs: - name: Create Pull Request if: steps.check.outputs.changed == 'true' - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: commit-message: "chore: update Grafana plugin schema" title: "chore: update Grafana plugin schema"