Skip to content

Commit fa4ff47

Browse files
committed
fix(manifest): 💚 Updated CI and manifest files
1 parent d04bf92 commit fa4ff47

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
delete_if_exists: true
9999

100100
- name: Generate new tag version
101-
uses: mathieudutour/github-tag-action@v6.0
101+
uses: mathieudutour/github-tag-action@v6.1
102102
id: tag_version
103103
with:
104104
github_token: ${{ secrets.PSMDE_REPO }}
@@ -141,7 +141,7 @@ jobs:
141141
branch: main
142142

143143
- name: Bump version and create tag
144-
uses: mathieudutour/github-tag-action@v6.0
144+
uses: mathieudutour/github-tag-action@v6.1
145145
with:
146146
github_token: ${{ secrets.PSMDE_REPO }}
147147
release_branches: main

‎src/PSMDE.psd1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,14 @@
116116
'Get-MdeVulnerability'
117117
'Get-MdeVulnerabilityByMachine'
118118
'Get-MdeVulnerabilityMachinesByVulnerability'
119+
'Invoke-MdeMachineAntivirusScan'
120+
'Invoke-MdeMachineLiveResponse'
119121
'New-MdeServicePrincipal'
122+
'Remove-MdeMachine'
120123
'Remove-MdeMachineTag'
121124
'Set-MdeAuthorizationInfo'
125+
'Stop-MdeMachineAction'
126+
'Stop-MdeMachineFileExecution'
122127
'Update-MdeMachine'
123128
)
124129

0 commit comments

Comments
 (0)