From 9bf480331d710eb331f1f87ae0f0bf0d4c61e32e Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Tue, 3 Oct 2023 16:02:35 -0400 Subject: [PATCH 1/3] Delete .vscode/launch.json --- .vscode/launch.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 47d5014..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "PowerShell Attach to Host Process", - "type": "PowerShell", - "request": "attach", - "runspaceId": 1 - }, - - { - "name": "PowerShell Interactive Session", - "type": "PowerShell", - "request": "launch", - "cwd": "" - }, - - { - "name": "PowerShell: Launch Script", - "type": "PowerShell", - "request": "launch", - "script": "enter path or command to execute e.g.: ${workspaceFolder}/src/foo.ps1 or Invoke-Pester", - "cwd": "${workspaceFolder}" - } - - ] -} \ No newline at end of file From 662efd11414e7e05c9e2b6439e43bce66ea2d3f7 Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Tue, 3 Oct 2023 16:03:18 -0400 Subject: [PATCH 2/3] Update PSScriptAnalyzer.yml --- .github/workflows/PSScriptAnalyzer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PSScriptAnalyzer.yml b/.github/workflows/PSScriptAnalyzer.yml index f2874dd..b45d340 100644 --- a/.github/workflows/PSScriptAnalyzer.yml +++ b/.github/workflows/PSScriptAnalyzer.yml @@ -5,7 +5,7 @@ jobs: name: Run PSScriptAnalyzer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: lint uses: devblackops/github-action-psscriptanalyzer@master with: From d59a92f9ffc6c39d3689b3a50aeb0cdd93e46fef Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Tue, 3 Oct 2023 16:04:50 -0400 Subject: [PATCH 3/3] Update Release.yml --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 5615b83..6f586d6 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -8,7 +8,7 @@ jobs: publish-to-gallery: runs-on: windows-2019 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set PSRepository to Trusted for PowerShell Gallery shell: pwsh run: |