Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff33432

Browse files
authoredMar 16, 2025··
doc: update README.md
1 parent 9237eb7 commit ff33432

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ Effortlessly track all changed files and directories relative to a target branch
2424
>
2525
> #### **Action Required:**
2626
>
27-
> * Double check your all your actions output from Mar 14, under `changed-files` section, if there's a long string, decode it using `echo 'xxx' | base64 -d | base64 -d`, and revoke those token immediately.
27+
> * **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```
28+
> If the output contains sensitive information (e.g., tokens or secrets), **revoke and rotate those secrets immediately**.
2829
> * **If your workflows reference this commit directly by its SHA**, you must update them immediately to avoid using the compromised version.
2930
> * **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.
31+
>
32+
> 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.
3033
3134
> \[!NOTE]
3235
>

0 commit comments

Comments
 (0)
Please sign in to comment.