Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 86d18d0b08 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] <support@github.com>
2025-11-05 00:04:11 +00:00
+2 -2
View File
@@ -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!) {