Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading