File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
hugoalh.GitHubActionsToolkit Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
description : " What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md)."
19
19
multiple : true
20
20
options :
21
+ - " v0.4.0"
21
22
- " v0.3.4"
22
23
- " v0.3.3"
23
24
- " v0.2.0"
Original file line number Diff line number Diff line change 14
14
| ** Tag / Version** | ** Target** | ** Support** |
15
15
| :-:| :-:| :-:|
16
16
| v0.X.X | PowerShell v7.2.0 | L |
17
- | v0.3.0 \~ v0.3.2 | PowerShell v7.2.0 | 👎{🐛} |
17
+ | v0.3.0 \~ v0.3.2 | PowerShell v7.2.0 | 👎{🐛🧓} |
18
+ | v0.2.X | PowerShell v7.2.0 | 👎{🧓} |
18
19
| < v0.2.X | PowerShell v7.2.0 | ❌{🐛🧓} |
19
20
20
21
## Report Vulnerability
Original file line number Diff line number Diff line change 3
3
RootModule = ' hugoalh.GitHubActionsToolkit.psm1'
4
4
5
5
# Version number of this module.
6
- ModuleVersion = ' 0.3.4 '
6
+ ModuleVersion = ' 0.4.0 '
7
7
8
8
# Supported PSEditions
9
9
# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments