From 7b8e21017212c495324c698cd6ed2f39d3dbd4a8 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
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 <snyk-bot@snyk.io>
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 3fc30ce181ed79233426229fc942dbbcadb05431 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sat, 20 Aug 2022 22:30:10 +0000
Subject: [PATCH 3/3] feat: upgrade @primer/css from 15.1.0 to 20.4.1

Snyk has created this PR to upgrade @primer/css from 15.1.0 to 20.4.1.

See this package in npm:
https://www.npmjs.com/package/@primer/css

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..530645e0f3ba 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
     "@graphql-inspector/core": "^2.3.0",
     "@graphql-tools/load": "^6.2.5",
     "@octokit/rest": "^16.38.1",
-    "@primer/css": "^15.1.0",
+    "@primer/css": "^20.4.1",
     "@primer/octicons": "^11.0.0",
     "algoliasearch": "^3.35.1",
     "babel-loader": "^8.1.0",