File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
linters/salesforce_lightning_flow_scanner Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ARG NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION=2.20.5
5555# renovate: datasource=npm depName=sfdx-hardis
5656ARG SFDX_HARDIS_VERSION=6.9.0
5757# renovate: datasource=npm depName=lightning-flow-scanner
58- ARG LIGHTNING_FLOW_SCANNER_VERSION=5.6.2
58+ ARG LIGHTNING_FLOW_SCANNER_VERSION=5.7.4
5959# ARG__END
6060
6161# ###################
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ linters:
313313 dockerfile :
314314 - |-
315315 # renovate: datasource=npm depName=lightning-flow-scanner
316- ARG LIGHTNING_FLOW_SCANNER_VERSION=5.6.2
316+ ARG LIGHTNING_FLOW_SCANNER_VERSION=5.7.4
317317 - |-
318318 RUN echo y|sf plugins install lightning-flow-scanner@${LIGHTNING_FLOW_SCANNER_VERSION} \
319319 && (npm cache clean --force || true) \
You can’t perform that action at this time.
0 commit comments