Bump @actions/core to 1.9.1 (#56)

Fixes CVE-2022-35954. Does not look like anything terriblity important
to me, but hey, audit is happy.
This commit is contained in:
Oleksii Lozovskyi
2022-08-28 10:38:29 +03:00
committed by GitHub
parent 357f053bad
commit fe44a129df
119 changed files with 6517 additions and 88 deletions
+2
View File
@@ -0,0 +1,2 @@
export declare function getProxyUrl(reqUrl: URL): URL | undefined;
export declare function checkBypass(reqUrl: URL): boolean;