Skip to content

Commit

Permalink
Address CVE in RestSharp
Browse files Browse the repository at this point in the history
Dangler
  • Loading branch information
potatoqualitee committed Apr 12, 2024
1 parent 129ad35 commit 52e4c13
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2024.3.9
modules-to-cache: dbatools.library:2024.4.12

- name: Download dbatools from Gallery
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests-repl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2024.3.9
modules-to-cache: dbatools.library:2024.4.12

- name: Set encryption values
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2024.3.9
modules-to-cache: dbatools.library:2024.4.12

- name: Set encryption values
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2024.3.9
modules-to-cache: dbatools.library:2024.4.12

- name: Set encryption values
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2024.3.9
modules-to-cache: dbatools.library:2024.4.12

- name: Set encryption values
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: potatoqualitee/[email protected]
with:
shell: powershell, pwsh
modules-to-cache: dbatools.library:2024.3.9
modules-to-cache: dbatools.library:2024.4.12

- name: Install SQL Server localdb
uses: potatoqualitee/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xplat-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2024.3.9
modules-to-cache: dbatools.library:2024.4.12

- name: Perform the import
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions dbatools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'dbatools.psm1'

# Version number of this module.
ModuleVersion = '2.1.13'
ModuleVersion = '2.1.14'

# ID used to uniquely identify this module
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
Expand All @@ -29,7 +29,7 @@
Description = "The community module that enables SQL Server Pros to automate database development and server administration"

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2024.3.9' }
RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2024.4.12' }

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @()
Expand Down

0 comments on commit 52e4c13

Please sign in to comment.