File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 98
98
delete_if_exists : true
99
99
100
100
- name : Generate new tag version
101
- uses : mathieudutour/github-tag-action@v6.0
101
+ uses : mathieudutour/github-tag-action@v6.1
102
102
id : tag_version
103
103
with :
104
104
github_token : ${{ secrets.PSMDE_REPO }}
@@ -141,7 +141,7 @@ jobs:
141
141
branch : main
142
142
143
143
- name : Bump version and create tag
144
- uses : mathieudutour/github-tag-action@v6.0
144
+ uses : mathieudutour/github-tag-action@v6.1
145
145
with :
146
146
github_token : ${{ secrets.PSMDE_REPO }}
147
147
release_branches : main
Original file line number Diff line number Diff line change 116
116
' Get-MdeVulnerability'
117
117
' Get-MdeVulnerabilityByMachine'
118
118
' Get-MdeVulnerabilityMachinesByVulnerability'
119
+ ' Invoke-MdeMachineAntivirusScan'
120
+ ' Invoke-MdeMachineLiveResponse'
119
121
' New-MdeServicePrincipal'
122
+ ' Remove-MdeMachine'
120
123
' Remove-MdeMachineTag'
121
124
' Set-MdeAuthorizationInfo'
125
+ ' Stop-MdeMachineAction'
126
+ ' Stop-MdeMachineFileExecution'
122
127
' Update-MdeMachine'
123
128
)
124
129
You can’t perform that action at this time.
0 commit comments