Skip to content

Commit

Permalink
chore(deps): update dependency psscriptanalyzer to 1.23.0 (#4106)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 6520b14 commit fdd83ef
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ ARG LUA_SELENE_VERSION=0.27.1
# renovate: datasource=crate depName=stylua
ARG LUA_STYLUA_VERSION=0.20.0
# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.22.0'
ARG PSSA_VERSION='1.23.0'

# renovate: datasource=npm depName=@salesforce/sfdx-scanner
ARG SALESFORCE_SFDX_SCANNER_VERSION=4.6.0
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ARG BICEP_DIR='/usr/local/bin'
ARG DETEKT_VERSION=1.23.7

# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.22.0'
ARG PSSA_VERSION='1.23.0'

#ARG__END

Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ARG BICEP_DIR='/usr/local/bin'
ARG DETEKT_VERSION=1.23.7

# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.22.0'
ARG PSSA_VERSION='1.23.0'

#ARG__END

Expand Down
2 changes: 1 addition & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FROM python:3.12.7-alpine3.20
#############################################################################################
#ARG__START
# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.22.0'
ARG PSSA_VERSION='1.23.0'

#ARG__END

Expand Down
2 changes: 1 addition & 1 deletion linters/powershell_powershell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FROM python:3.12.7-alpine3.20
#############################################################################################
#ARG__START
# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.22.0'
ARG PSSA_VERSION='1.23.0'

#ARG__END

Expand Down
2 changes: 1 addition & 1 deletion linters/powershell_powershell_formatter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FROM python:3.12.7-alpine3.20
#############################################################################################
#ARG__START
# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.22.0'
ARG PSSA_VERSION='1.23.0'

#ARG__END

Expand Down
4 changes: 2 additions & 2 deletions megalinter/descriptors/powershell.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ linters:
dockerfile:
- |
# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.22.0'
ARG PSSA_VERSION='1.23.0'
- RUN pwsh -c 'Install-Module -Name PSScriptAnalyzer -RequiredVersion ${PSSA_VERSION} -Scope AllUsers -Force'
ide:
vscode:
Expand Down Expand Up @@ -80,7 +80,7 @@ linters:
dockerfile:
- |
# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.22.0'
ARG PSSA_VERSION='1.23.0'
- RUN pwsh -c 'Install-Module -Name PSScriptAnalyzer -RequiredVersion ${PSSA_VERSION} -Scope AllUsers -Force'
ide:
vscode:
Expand Down

0 comments on commit fdd83ef

Please sign in to comment.