From bd0e8cc3a977a9faca644a51d6b45223a7a116ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:49:20 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request digest to 22a9089 --- .github/workflows/copy-data-files.yml | 2 +- .github/workflows/copy-examples.yml | 2 +- .github/workflows/copy-schemas.yml | 2 +- .github/workflows/download-schemas.yml | 2 +- .github/workflows/generate-json-schemas.yml | 2 +- .github/workflows/generate-plugin-priorities.yml | 2 +- .github/workflows/generate-referenceable-fields.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/copy-data-files.yml b/.github/workflows/copy-data-files.yml index 4d0cc368..f9036574 100644 --- a/.github/workflows/copy-data-files.yml +++ b/.github/workflows/copy-data-files.yml @@ -21,7 +21,7 @@ jobs: run: | bundle exec ./plugins copy_data_files --version=${{ github.event.inputs.version }} - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: token: ${{ secrets.PAT }} title: "Copy latest data files to ${{ github.event.inputs.version }}" diff --git a/.github/workflows/copy-examples.yml b/.github/workflows/copy-examples.yml index e0baaa41..4db63390 100644 --- a/.github/workflows/copy-examples.yml +++ b/.github/workflows/copy-examples.yml @@ -21,7 +21,7 @@ jobs: run: | bundle exec ./plugins copy_examples --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: token: ${{ secrets.PAT }} title: "Copy latest examples to ${{ github.event.inputs.version }}" diff --git a/.github/workflows/copy-schemas.yml b/.github/workflows/copy-schemas.yml index 23eaa24e..552c126a 100644 --- a/.github/workflows/copy-schemas.yml +++ b/.github/workflows/copy-schemas.yml @@ -21,7 +21,7 @@ jobs: run: | bundle exec ./plugins copy_schemas --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: token: ${{ secrets.PAT }} title: "Copy latest schemas to ${{ github.event.inputs.version }}" diff --git a/.github/workflows/download-schemas.yml b/.github/workflows/download-schemas.yml index 731dfa63..ded32aac 100644 --- a/.github/workflows/download-schemas.yml +++ b/.github/workflows/download-schemas.yml @@ -39,7 +39,7 @@ jobs: run: | bundle exec ./plugins download_schemas --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: token: ${{ secrets.PAT }} title: "Download Schemas for ${{ github.event.inputs.version }}" diff --git a/.github/workflows/generate-json-schemas.yml b/.github/workflows/generate-json-schemas.yml index 38c7b654..f8c8198f 100644 --- a/.github/workflows/generate-json-schemas.yml +++ b/.github/workflows/generate-json-schemas.yml @@ -21,7 +21,7 @@ jobs: run: | bundle exec ./plugins convert_json_schema --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: token: ${{ secrets.PAT }} title: "Generate JSON Schemas for ${{ github.event.inputs.version }}" diff --git a/.github/workflows/generate-plugin-priorities.yml b/.github/workflows/generate-plugin-priorities.yml index f9ea40c8..9c4a2ca8 100644 --- a/.github/workflows/generate-plugin-priorities.yml +++ b/.github/workflows/generate-plugin-priorities.yml @@ -54,7 +54,7 @@ jobs: run: | bundle exec ./plugins generate_plugin_priorities --type=${{ github.event.inputs.kong-edition }} --version=${{ github.event.inputs.version }} --verbose - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: token: ${{ secrets.PAT }} title: "Plugin Priorities for ${{ github.event.inputs.version }}" diff --git a/.github/workflows/generate-referenceable-fields.yml b/.github/workflows/generate-referenceable-fields.yml index 92481ef2..72d0a593 100644 --- a/.github/workflows/generate-referenceable-fields.yml +++ b/.github/workflows/generate-referenceable-fields.yml @@ -39,7 +39,7 @@ jobs: run: | bundle exec ./plugins generate_referenceable_fields_list --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 with: token: ${{ secrets.PAT }} title: "Referenceable fields for ${{ github.event.inputs.version }}"