From 531f5f7d163941f0c1c04e0ff4d8bb243ac4366f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 17:21:36 -0600 Subject: [PATCH] Updated README.md (#2479) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a0447c2..be088728 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Effortlessly track all changed files and directories relative to a target branch > > #### **Action Required:** > -> * **Review your workflows executed between March 14 and March 15.** If you notice unexpected output under the `changed-files` section, decode it using the following command: ```echo 'xxx' | base64 -d | base64 -d``` -> If the output contains sensitive information (e.g., tokens or secrets), **revoke and rotate those secrets immediately**. +> * **Review your workflows executed between March 14 and March 15.** If you notice unexpected output under the `changed-files` section, decode it using the following command: `echo 'xxx' | base64 -d | base64 -d`\ +> If the output contains sensitive information (e.g., tokens or secrets), **revoke and rotate those secrets immediately**. > * **If your workflows reference this commit directly by its SHA**, you must update them immediately to avoid using the compromised version. > * **If you are using tagged versions** (e.g., `v35`, `v44.5.1`), no action is required as these tags have been updated and are now safe to use. -> +> > Additionally, as a precaution, we recommend rotating any secrets that may have been exposed during this timeframe to ensure the continued security of your workflows. > \[!NOTE]