File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
powershell_powershell_formatter Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ FROM python:3.13-alpine3.21
113
113
# renovate: datasource=crate depName=sarif-fmt
114
114
ARG CARGO_SARIF_FMT_VERSION=0.8.0
115
115
# renovate: datasource=github-tags depName=PowerShell/PowerShell
116
- ARG POWERSHELL_VERSION=7.5.1
116
+ ARG POWERSHELL_VERSION=7.5.2
117
117
# renovate: datasource=github-tags depName=sgerrand/alpine-pkg-glibc
118
118
ARG ALPINE_GLIBC_PACKAGE_VERSION=2.34-r0
119
119
# renovate: datasource=github-tags depName=PowerShell/PowerShell
120
- ARG POWERSHELL_VERSION=7.5.1
120
+ ARG POWERSHELL_VERSION=7.5.2
121
121
122
122
# renovate: datasource=npm depName=@salesforce/cli
123
123
ARG NPM_SALESFORCE_CLI_VERSION=2.93.7
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ FROM python:3.13-alpine3.21
86
86
# renovate: datasource=crate depName=sarif-fmt
87
87
ARG CARGO_SARIF_FMT_VERSION=0.8.0
88
88
# renovate: datasource=github-tags depName=PowerShell/PowerShell
89
- ARG POWERSHELL_VERSION=7.5.1
89
+ ARG POWERSHELL_VERSION=7.5.2
90
90
# renovate: datasource=github-tags depName=PowerShell/PowerShell
91
- ARG POWERSHELL_VERSION=7.5.1
91
+ ARG POWERSHELL_VERSION=7.5.2
92
92
93
93
# renovate: datasource=pypi depName=ansible-lint
94
94
ARG PIP_ANSIBLE_LINT_VERSION=25.6.1
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ FROM python:3.13-alpine3.21
86
86
# renovate: datasource=crate depName=sarif-fmt
87
87
ARG CARGO_SARIF_FMT_VERSION=0.8.0
88
88
# renovate: datasource=github-tags depName=PowerShell/PowerShell
89
- ARG POWERSHELL_VERSION=7.5.1
89
+ ARG POWERSHELL_VERSION=7.5.2
90
90
# renovate: datasource=github-tags depName=PowerShell/PowerShell
91
- ARG POWERSHELL_VERSION=7.5.1
91
+ ARG POWERSHELL_VERSION=7.5.2
92
92
93
93
# renovate: datasource=npm depName=typescript
94
94
ARG NPM_TYPESCRIPT_VERSION=5.8.3
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ FROM python:3.13-alpine3.21
56
56
# renovate: datasource=crate depName=sarif-fmt
57
57
ARG CARGO_SARIF_FMT_VERSION=0.8.0
58
58
# renovate: datasource=github-tags depName=PowerShell/PowerShell
59
- ARG POWERSHELL_VERSION=7.5.1
59
+ ARG POWERSHELL_VERSION=7.5.2
60
60
61
61
# renovate: datasource=npm depName=typescript
62
62
ARG NPM_TYPESCRIPT_VERSION=5.8.3
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ FROM python:3.13-alpine3.21
49
49
# ############################################################################################
50
50
# ARG__START
51
51
# renovate: datasource=github-tags depName=PowerShell/PowerShell
52
- ARG POWERSHELL_VERSION=7.5.1
52
+ ARG POWERSHELL_VERSION=7.5.2
53
53
# renovate: datasource=github-tags depName=Azure/arm-ttk
54
54
ARG ARM_TTK_VERSION=20250401
55
55
ARG ARM_TTK_NAME='arm-ttk.zip'
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ FROM python:3.13-alpine3.21
49
49
# ############################################################################################
50
50
# ARG__START
51
51
# renovate: datasource=github-tags depName=PowerShell/PowerShell
52
- ARG POWERSHELL_VERSION=7.5.1
52
+ ARG POWERSHELL_VERSION=7.5.2
53
53
54
54
# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
55
55
ARG PSSA_VERSION='1.24.0'
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ FROM python:3.13-alpine3.21
49
49
# ############################################################################################
50
50
# ARG__START
51
51
# renovate: datasource=github-tags depName=PowerShell/PowerShell
52
- ARG POWERSHELL_VERSION=7.5.1
52
+ ARG POWERSHELL_VERSION=7.5.2
53
53
54
54
# renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/
55
55
ARG PSSA_VERSION='1.24.0'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install:
13
13
dockerfile :
14
14
- |-
15
15
# renovate: datasource=github-tags depName=PowerShell/PowerShell
16
- ARG POWERSHELL_VERSION=7.5.1
16
+ ARG POWERSHELL_VERSION=7.5.2
17
17
- |
18
18
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 \
19
19
&& mkdir -p /opt/microsoft/powershell/7 \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install:
21
21
dockerfile :
22
22
- |
23
23
# renovate: datasource=github-tags depName=PowerShell/PowerShell
24
- ARG POWERSHELL_VERSION=7.5.1
24
+ ARG POWERSHELL_VERSION=7.5.2
25
25
- |
26
26
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 \
27
27
&& mkdir -p /opt/microsoft/powershell/7 \
You can’t perform that action at this time.
0 commit comments