From 9856dd91359e72d68108699a85ecf1b841d1613e Mon Sep 17 00:00:00 2001 From: Jaiveer Katariya Date: Thu, 30 Jan 2025 17:22:11 -0500 Subject: [PATCH] prettier --- CHANGELOG.md | 6 +++--- CODE_OF_CONDUCT.md | 6 +++--- SECURITY.md | 14 +++++++------- src/index.ts | 3 +-- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84257f..a37f219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## [4.2.0] - 2024-04-15 -- #124 Fix OS detection and download OS-native archive extension +- #124 Fix OS detection and download OS-native archive extension ## [4.1.0] - 2024-03-01 -- #130 switches to use Helm published file to read latest version instead of using GitHub releases +- #130 switches to use Helm published file to read latest version instead of using GitHub releases ## [4.0.0] - 2024-02-12 -- #121 update to node20 as node16 is deprecated +- #121 update to node20 as node16 is deprecated diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d7321aa..f9ba8cf 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -4,6 +4,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope Resources: -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) +- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) +- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns diff --git a/SECURITY.md b/SECURITY.md index 729db0d..60551ad 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -18,13 +18,13 @@ You should receive a response within 24 hours. If for some reason you do not, pl Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: -- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) -- Full paths of source file(s) related to the manifestation of the issue -- The location of the affected source code (tag/branch/commit or direct URL) -- Any special configuration required to reproduce the issue -- Step-by-step instructions to reproduce the issue -- Proof-of-concept or exploit code (if possible) -- Impact of the issue, including how an attacker might exploit the issue +- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) +- Full paths of source file(s) related to the manifestation of the issue +- The location of the affected source code (tag/branch/commit or direct URL) +- Any special configuration required to reproduce the issue +- Step-by-step instructions to reproduce the issue +- Proof-of-concept or exploit code (if possible) +- Impact of the issue, including how an attacker might exploit the issue This information will help us triage your report more quickly. diff --git a/src/index.ts b/src/index.ts index aa8f295..68c59fa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,4 @@ import {run} from './run' import * as core from '@actions/core' - -run().catch(core.setFailed) \ No newline at end of file +run().catch(core.setFailed)