Skip to content

Commit

Permalink
chore(deps): update dependency powershell/powershell to v7.5.0 (#4605)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent ac51e3c commit 17b35fa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0

# renovate: datasource=npm depName=@salesforce/cli
ARG SALESFORCE_CLI_VERSION=2.72.21
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0

# renovate: datasource=github-tags depName=Azure/arm-ttk
ARG ARM_TTK_VERSION=20240328
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0

# renovate: datasource=github-tags depName=Azure/arm-ttk
ARG ARM_TTK_VERSION=20240328
Expand Down
2 changes: 1 addition & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0

# renovate: datasource=nuget depName=csharpier
ARG CSHARP_CSHARPIER_VERSION=0.30.6
Expand Down
2 changes: 1 addition & 1 deletion linters/arm_arm_ttk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0

# renovate: datasource=github-tags depName=Azure/arm-ttk
ARG ARM_TTK_VERSION=20240328
Expand Down
2 changes: 1 addition & 1 deletion linters/powershell_powershell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0

# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.23.0'
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 @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0

# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
ARG PSSA_VERSION='1.23.0'
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/arm.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
dockerfile:
- |
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0
- |
RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
dockerfile:
- |
# renovate: datasource=github-tags depName=PowerShell/PowerShell
ARG POWERSHELL_VERSION=7.4.6
ARG POWERSHELL_VERSION=7.5.0
- |
RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
Expand Down

0 comments on commit 17b35fa

Please sign in to comment.