From 86d18d0b08a1442d29931998e8fd54c4f4997bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 00:04:11 +0000 Subject: [PATCH] deps(actions): bump octokit/graphql-action Bumps [octokit/graphql-action](https://github.com/octokit/graphql-action) from 51bf543c240dcd14761320e2efc625dc32ec0d32 to abaeca7ba4f0325d63b8de7ef943c2418d161b93. - [Release notes](https://github.com/octokit/graphql-action/releases) - [Commits](https://github.com/octokit/graphql-action/compare/51bf543c240dcd14761320e2efc625dc32ec0d32...abaeca7ba4f0325d63b8de7ef943c2418d161b93) --- updated-dependencies: - dependency-name: octokit/graphql-action dependency-version: abaeca7ba4f0325d63b8de7ef943c2418d161b93 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/skye-add-to-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/skye-add-to-project.yml b/.github/workflows/skye-add-to-project.yml index 7dbc08e3e85..3542dad0462 100644 --- a/.github/workflows/skye-add-to-project.yml +++ b/.github/workflows/skye-add-to-project.yml @@ -60,7 +60,7 @@ jobs: - name: Get node ID for item if: steps.check_user.outputs.user_allowed == 'true' id: get_node_id - uses: octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 + uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 with: query: | query getNodeId($owner: String!, $repo: String!, $number: Int!) { @@ -81,7 +81,7 @@ jobs: # Finally, add the issue to the project board - name: Add to project board if: steps.check_user.outputs.user_allowed == 'true' - uses: octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 + uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 with: query: | mutation addItem($projectid: ID!, $itemid: ID!) {