Skip to content

Commit

Permalink
Merge branch 'main' into marvinbuss/az_cli_2_57
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss authored Feb 6, 2024
2 parents edda4d0 + ecfd1e6 commit 1712819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_containerTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Install cosign
- name: Install cosign
id: install_cosign
uses: sigstore/cosign-installer@v3.3.0
uses: sigstore/cosign-installer@v3.4.0
if: github.event_name != 'pull_request'
with:
cosign-release: 'v2.2.0'
Expand Down
2 changes: 1 addition & 1 deletion code/infra/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.89.0"
version = "3.90.0"
}
azapi = {
source = "azure/azapi"
Expand Down

0 comments on commit 1712819

Please sign in to comment.