From 8344bd7f96ed13cca2a72fb16c0e92de7ffd271c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:22:04 +0000 Subject: [PATCH] fix: upgrade @actions/github from 9.0.0 to 9.1.0 Snyk has created this PR to upgrade @actions/github from 9.0.0 to 9.1.0. See this package in npm: @actions/github See this project in Snyk: https://app.snyk.io/org/test-cAX4cfyGGwqSqgMRHFEhFe/project/61bc694c-9265-4478-b2c8-5574b3aa9030?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- sources/package-lock.json | 8 ++++---- sources/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/package-lock.json b/sources/package-lock.json index bfb30b0d..e17a0e49 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -13,7 +13,7 @@ "@actions/cache": "6.0.0", "@actions/core": "3.0.0", "@actions/exec": "3.0.0", - "@actions/github": "9.0.0", + "@actions/github": "^9.1.0", "@actions/glob": "0.6.1", "@actions/http-client": "4.0.0", "@actions/tool-cache": "4.0.0", @@ -188,9 +188,9 @@ } }, "node_modules/@actions/github": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.0.0.tgz", - "integrity": "sha512-yJ0RoswsAaKcvkmpCE4XxBRiy/whH2SdTBHWzs0gi4wkqTDhXMChjSdqBz/F4AeiDlP28rQqL33iHb+kjAMX6w==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.0.tgz", + "integrity": "sha512-u0hDGQeCS+7VNoLA8hYG65RLdPLMaPGfka0sZ0up7P0AiShqfX6xcuXNteGkQ7X7Tod7AMNwHd4p7DS63i8zzA==", "license": "MIT", "dependencies": { "@actions/http-client": "^3.0.2", diff --git a/sources/package.json b/sources/package.json index 4f21bc02..58ee90d3 100644 --- a/sources/package.json +++ b/sources/package.json @@ -39,7 +39,7 @@ "@actions/cache": "6.0.0", "@actions/core": "3.0.0", "@actions/exec": "3.0.0", - "@actions/github": "9.0.0", + "@actions/github": "9.1.0", "@actions/glob": "0.6.1", "@actions/http-client": "4.0.0", "@actions/tool-cache": "4.0.0",