From 7b8e21017212c495324c698cd6ed2f39d3dbd4a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Apr 2021 07:52:21 +0000 Subject: [PATCH 1/3] fix: translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-APT-407402 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 --- .../creating-actions/dockerfile-support-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md index 882bb4709c7b..db5860644e89 100644 --- a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"] ```dockerfile # Container image that runs your code -FROM debian:9.5-slim +FROM debian:stretch-20210329-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh From 9ee46c4111c07868f3b3118ee65faf454c02c133 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 May 2021 17:15:51 +0000 Subject: [PATCH 2/3] fix: translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-UTILLINUX-285822 - https://snyk.io/vuln/SNYK-DEBIAN9-UTILLINUX-285822 --- .../creating-actions/dockerfile-support-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md index db5860644e89..e49975156c23 100644 --- a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"] ```dockerfile # Container image that runs your code -FROM debian:stretch-20210329-slim +FROM debian:buster-20210408-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh From 516a4c26c6e8026aad1cf4fb5a0c257edab2eb26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Aug 2022 22:30:16 +0000 Subject: [PATCH 3/3] feat: upgrade @graphql-tools/load from 6.2.5 to 7.7.1 Snyk has created this PR to upgrade @graphql-tools/load from 6.2.5 to 7.7.1. See this package in npm: https://www.npmjs.com/package/@graphql-tools/load See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/e968e655-cf4d-42ff-946b-8fcbc781bf82?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57dab2f1978b..c650fe362b6f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@babel/preset-react": "^7.12.7", "@babel/runtime": "^7.11.2", "@graphql-inspector/core": "^2.3.0", - "@graphql-tools/load": "^6.2.5", + "@graphql-tools/load": "^7.7.1", "@octokit/rest": "^16.38.1", "@primer/css": "^15.1.0", "@primer/octicons": "^11.0.0",