Skip to content

Commit 8edfb2f

Browse files
chore(deps): update dependency powershell/powershell to v7.5.2 (#5660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71da719 commit 8edfb2f

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ FROM python:3.13-alpine3.21
113113
# renovate: datasource=crate depName=sarif-fmt
114114
ARG CARGO_SARIF_FMT_VERSION=0.8.0
115115
# renovate: datasource=github-tags depName=PowerShell/PowerShell
116-
ARG POWERSHELL_VERSION=7.5.1
116+
ARG POWERSHELL_VERSION=7.5.2
117117
# renovate: datasource=github-tags depName=sgerrand/alpine-pkg-glibc
118118
ARG ALPINE_GLIBC_PACKAGE_VERSION=2.34-r0
119119
# renovate: datasource=github-tags depName=PowerShell/PowerShell
120-
ARG POWERSHELL_VERSION=7.5.1
120+
ARG POWERSHELL_VERSION=7.5.2
121121

122122
# renovate: datasource=npm depName=@salesforce/cli
123123
ARG NPM_SALESFORCE_CLI_VERSION=2.93.7

flavors/dotnet/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ FROM python:3.13-alpine3.21
8686
# renovate: datasource=crate depName=sarif-fmt
8787
ARG CARGO_SARIF_FMT_VERSION=0.8.0
8888
# renovate: datasource=github-tags depName=PowerShell/PowerShell
89-
ARG POWERSHELL_VERSION=7.5.1
89+
ARG POWERSHELL_VERSION=7.5.2
9090
# renovate: datasource=github-tags depName=PowerShell/PowerShell
91-
ARG POWERSHELL_VERSION=7.5.1
91+
ARG POWERSHELL_VERSION=7.5.2
9292

9393
# renovate: datasource=pypi depName=ansible-lint
9494
ARG PIP_ANSIBLE_LINT_VERSION=25.6.1

flavors/dotnetweb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ FROM python:3.13-alpine3.21
8686
# renovate: datasource=crate depName=sarif-fmt
8787
ARG CARGO_SARIF_FMT_VERSION=0.8.0
8888
# renovate: datasource=github-tags depName=PowerShell/PowerShell
89-
ARG POWERSHELL_VERSION=7.5.1
89+
ARG POWERSHELL_VERSION=7.5.2
9090
# renovate: datasource=github-tags depName=PowerShell/PowerShell
91-
ARG POWERSHELL_VERSION=7.5.1
91+
ARG POWERSHELL_VERSION=7.5.2
9292

9393
# renovate: datasource=npm depName=typescript
9494
ARG NPM_TYPESCRIPT_VERSION=5.8.3

flavors/formatters/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM python:3.13-alpine3.21
5656
# renovate: datasource=crate depName=sarif-fmt
5757
ARG CARGO_SARIF_FMT_VERSION=0.8.0
5858
# renovate: datasource=github-tags depName=PowerShell/PowerShell
59-
ARG POWERSHELL_VERSION=7.5.1
59+
ARG POWERSHELL_VERSION=7.5.2
6060

6161
# renovate: datasource=npm depName=typescript
6262
ARG NPM_TYPESCRIPT_VERSION=5.8.3

linters/arm_arm_ttk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FROM python:3.13-alpine3.21
4949
#############################################################################################
5050
#ARG__START
5151
# renovate: datasource=github-tags depName=PowerShell/PowerShell
52-
ARG POWERSHELL_VERSION=7.5.1
52+
ARG POWERSHELL_VERSION=7.5.2
5353
# renovate: datasource=github-tags depName=Azure/arm-ttk
5454
ARG ARM_TTK_VERSION=20250401
5555
ARG ARM_TTK_NAME='arm-ttk.zip'

linters/powershell_powershell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FROM python:3.13-alpine3.21
4949
#############################################################################################
5050
#ARG__START
5151
# renovate: datasource=github-tags depName=PowerShell/PowerShell
52-
ARG POWERSHELL_VERSION=7.5.1
52+
ARG POWERSHELL_VERSION=7.5.2
5353

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

linters/powershell_powershell_formatter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FROM python:3.13-alpine3.21
4949
#############################################################################################
5050
#ARG__START
5151
# renovate: datasource=github-tags depName=PowerShell/PowerShell
52-
ARG POWERSHELL_VERSION=7.5.1
52+
ARG POWERSHELL_VERSION=7.5.2
5353

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

megalinter/descriptors/arm.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
dockerfile:
1414
- |-
1515
# renovate: datasource=github-tags depName=PowerShell/PowerShell
16-
ARG POWERSHELL_VERSION=7.5.1
16+
ARG POWERSHELL_VERSION=7.5.2
1717
- |
1818
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 \
1919
&& mkdir -p /opt/microsoft/powershell/7 \

megalinter/descriptors/powershell.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
dockerfile:
2222
- |
2323
# renovate: datasource=github-tags depName=PowerShell/PowerShell
24-
ARG POWERSHELL_VERSION=7.5.1
24+
ARG POWERSHELL_VERSION=7.5.2
2525
- |
2626
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 \
2727
&& mkdir -p /opt/microsoft/powershell/7 \

0 commit comments

Comments
 (0)