Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency azure/bicep to v0.33.93 #4620

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ ARG ARM_TTK_DIRECTORY='/opt/microsoft'
# renovate: datasource=crate depName=shellcheck-sarif
ARG CARGO_SHELLCHECK_SARIF_VERSION=0.7.0
# renovate: datasource=github-tags depName=Azure/bicep
ARG BICEP_VERSION=0.33.13
ARG BICEP_VERSION=0.33.93
ARG BICEP_EXE='bicep'
ARG BICEP_DIR='/usr/local/bin'
# renovate: datasource=pypi depName=cpplint
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ ARG ARM_TTK_DIRECTORY='/opt/microsoft'
# renovate: datasource=crate depName=shellcheck-sarif
ARG CARGO_SHELLCHECK_SARIF_VERSION=0.7.0
# renovate: datasource=github-tags depName=Azure/bicep
ARG BICEP_VERSION=0.33.13
ARG BICEP_VERSION=0.33.93
ARG BICEP_EXE='bicep'
ARG BICEP_DIR='/usr/local/bin'
# renovate: datasource=pypi depName=cpplint
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ ARG ARM_TTK_DIRECTORY='/opt/microsoft'
# renovate: datasource=crate depName=shellcheck-sarif
ARG CARGO_SHELLCHECK_SARIF_VERSION=0.7.0
# renovate: datasource=github-tags depName=Azure/bicep
ARG BICEP_VERSION=0.33.13
ARG BICEP_VERSION=0.33.93
ARG BICEP_EXE='bicep'
ARG BICEP_DIR='/usr/local/bin'
# renovate: datasource=pypi depName=cpplint
2 changes: 1 addition & 1 deletion linters/bicep_bicep_linter/Dockerfile
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=Azure/bicep
ARG BICEP_VERSION=0.33.13
ARG BICEP_VERSION=0.33.93
ARG BICEP_EXE='bicep'
ARG BICEP_DIR='/usr/local/bin'
#ARG__END
2 changes: 1 addition & 1 deletion megalinter/descriptors/bicep.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=github-tags depName=Azure/bicep
ARG BICEP_VERSION=0.33.13
ARG BICEP_VERSION=0.33.93
- ARG BICEP_EXE='bicep'
- ARG BICEP_DIR='/usr/local/bin'
- |