Skip to content

Commit 3a4c87a

Browse files
authored
Merge branch 'main' into marvinbuss/exclude_app_insights_url
2 parents d4f7d56 + 45cae24 commit 3a4c87a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_containerTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Extract Metadata (tags, labels)
8484
- name: Extract Metadata
8585
id: metadata
86-
uses: docker/metadata-action@v5.4.0
86+
uses: docker/metadata-action@v5.5.0
8787
with:
8888
context: workflow
8989
images: |

code/infra/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
azurerm = {
66
source = "hashicorp/azurerm"
7-
version = "3.85.0"
7+
version = "3.86.0"
88
}
99
azapi = {
1010
source = "azure/azapi"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pre-commit~=3.6.0
2-
pytest~=7.4.3
2+
pytest~=7.4.4
33
httpx~=0.26.0

0 commit comments

Comments
 (0)