We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2dc13 commit 809a7d6Copy full SHA for 809a7d6
1 file changed
SECURITY.md
@@ -8,6 +8,7 @@
8
| `@latest` | ✅ |
9
| `@main` | ⚠️ [^1] |
10
| Historical Tags | ❌ [^2] |
11
+| `@legacy` | ⚠️ [^3] |
12
13
14
## Reporting a Vulnerability
@@ -40,3 +41,4 @@ To ensure the safe use of this GitHub Action:
40
41
## Note
42
[^1]: The `@main` tag may include experimental or unstable changes. It is recommended to use stable tags such as `@v1` in production workflows.
43
[^2]: Due to limitations of git, we cannot make modifications on the released version.
44
+[^3]: Legacy branch is only suitable for advanced users would like to modify actions. For normal users we suggest to use main branch.
0 commit comments