Skip to content

Commit

Permalink
chore(deps): update dependency lightning-flow-scanner to v2.46.2 (#4801)
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 Feb 18, 2025
1 parent 2a9fa16 commit 615475a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ ARG GEM_RUBOCOP_RSPEC_VERSION=3.4.0
# renovate: datasource=npm depName=@salesforce/sfdx-scanner
ARG SALESFORCE_SFDX_SCANNER_VERSION=4.9.0
# renovate: datasource=npm depName=lightning-flow-scanner
ARG LIGHTNING_FLOW_SCANNER_VERSION=2.46.0
ARG LIGHTNING_FLOW_SCANNER_VERSION=2.46.2
# renovate: datasource=pypi depName=snakefmt
ARG PIP_SNAKEFMT_VERSION=0.10.2
# renovate: datasource=npm depName=cspell
Expand Down
2 changes: 1 addition & 1 deletion flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ ARG REPOSITORY_TRIVY_SBOM_VERSION=0.59.1
# renovate: datasource=npm depName=@salesforce/sfdx-scanner
ARG SALESFORCE_SFDX_SCANNER_VERSION=4.9.0
# renovate: datasource=npm depName=lightning-flow-scanner
ARG LIGHTNING_FLOW_SCANNER_VERSION=2.46.0
ARG LIGHTNING_FLOW_SCANNER_VERSION=2.46.2
# renovate: datasource=pypi depName=snakefmt
ARG PIP_SNAKEFMT_VERSION=0.10.2
# renovate: datasource=npm depName=cspell
Expand Down
2 changes: 1 addition & 1 deletion linters/salesforce_lightning_flow_scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ARG NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.16
# renovate: datasource=npm depName=sfdx-hardis
ARG SFDX_HARDIS_VERSION=5.19.1
# renovate: datasource=npm depName=lightning-flow-scanner
ARG LIGHTNING_FLOW_SCANNER_VERSION=2.46.0
ARG LIGHTNING_FLOW_SCANNER_VERSION=2.46.2
#ARG__END

####################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=npm depName=lightning-flow-scanner
ARG LIGHTNING_FLOW_SCANNER_VERSION=2.46.0
ARG LIGHTNING_FLOW_SCANNER_VERSION=2.46.2
- |-
RUN echo y|sf plugins install lightning-flow-scanner@${LIGHTNING_FLOW_SCANNER_VERSION} \
&& (npm cache clean --force || true) \
Expand Down

0 comments on commit 615475a

Please sign in to comment.