Skip to content

Commit 5c9f974

Browse files
chore(deps): update dependency skaji/cpm to v0.998001 (#6571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6404322 commit 5c9f974

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ ARG NPM_MARKDOWNLINT_CLI_VERSION=0.45.0
251251
# renovate: datasource=npm depName=markdown-table-formatter
252252
ARG NPM_MARKDOWN_TABLE_FORMATTER_VERSION=1.6.1
253253
# renovate: datasource=github-tags depName=skaji/cpm
254-
ARG PERL_PERLCRITIC_VERSION=0.997024
254+
ARG PERL_PERLCRITIC_VERSION=0.998001
255255

256256
# renovate: datasource=packagist depName=squizlabs/php_codesniffer
257257
ARG PHP_SQUIZLABS_PHP_CODESNIFFER_VERSION=4.0.1

linters/perl_perlcritic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FROM python:3.13-alpine3.22
4949
#############################################################################################
5050
#ARG__START
5151
# renovate: datasource=github-tags depName=skaji/cpm
52-
ARG PERL_PERLCRITIC_VERSION=0.997024
52+
ARG PERL_PERLCRITIC_VERSION=0.998001
5353

5454
#ARG__END
5555

megalinter/descriptors/perl.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ linters:
4747
dockerfile:
4848
- |
4949
# renovate: datasource=github-tags depName=skaji/cpm
50-
ARG PERL_PERLCRITIC_VERSION=0.997024
50+
ARG PERL_PERLCRITIC_VERSION=0.998001
5151
- |
5252
RUN curl -fsSL https://raw.githubusercontent.com/skaji/cpm/refs/tags/${PERL_PERLCRITIC_VERSION}/cpm | perl - install -g --show-build-log-on-failure --without-build --without-test --without-runtime Perl::Critic \
5353
&& rm -rf /root/.perl-cpm

0 commit comments

Comments
 (0)