Skip to content

Commit f3f8e02

Browse files
authored
Merge branch 'main' into feature/s3-bundle-workflow
2 parents d3bcd7c + d7de6a5 commit f3f8e02

57 files changed

Lines changed: 4025 additions & 1042 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/aw/actions-lock.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,15 @@
5050
"version": "v7.0.1",
5151
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
5252
},
53-
"github/gh-aw-actions/setup@v0.75.0": {
53+
"github/gh-aw-actions/setup-cli@v0.79.6": {
54+
"repo": "github/gh-aw-actions/setup-cli",
55+
"version": "v0.79.6",
56+
"sha": "5c2fe865bb4dc46e1450f6ee0d0541d759aea73a"
57+
},
58+
"github/gh-aw-actions/setup@v0.79.6": {
5459
"repo": "github/gh-aw-actions/setup",
55-
"version": "v0.75.0",
56-
"sha": "f889c9c3c06adeaabccefc06e29c42733ee05dff"
60+
"version": "v0.79.6",
61+
"sha": "5c2fe865bb4dc46e1450f6ee0d0541d759aea73a"
5762
},
5863
"microsoft/apm-action@v1.4.1": {
5964
"repo": "microsoft/apm-action",
@@ -64,6 +69,11 @@
6469
"repo": "microsoft/apm-action",
6570
"version": "v1.5.0",
6671
"sha": "4489b4be0069e2c8c4d44305c3d273fb9d50e647"
72+
},
73+
"microsoft/apm-action@v1.7.2": {
74+
"repo": "microsoft/apm-action",
75+
"version": "v1.7.2",
76+
"sha": "b48dd081eb0050f6d7f32d0e7caa0a59a2d419fd"
6777
}
6878
}
6979
}

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ updates:
88
patterns:
99
- "*"
1010
ignore:
11-
- dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
11+
- dependency-name: "github/gh-aw-actions/**"
12+
- dependency-name: "github/gh-aw-actions" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
1213
labels:
1314
- dependencies
1415
package-ecosystem: github-actions

0 commit comments

Comments
 (0)