Skip to content

Commit b2f7ed0

Browse files
chore(deps): update googlecloudplatform/functions-framework-conformance digest to 6ae50bd (#325)
Co-authored-by: Andras Kerekes <[email protected]>
1 parent 88e3f96 commit b2f7ed0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/conformance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
run: (cd function-maven-plugin/ && mvn install)
5555

5656
- name: Run HTTP conformance tests
57-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
57+
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
5858
with:
5959
functionType: 'http'
6060
useBuildpacks: false
6161
cmd: "'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.HttpConformanceFunction'"
6262
startDelay: 10
6363

6464
- name: Run Typed conformance tests
65-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
65+
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
6666
with:
6767
functionType: 'http'
6868
declarativeType: 'typed'
@@ -71,7 +71,7 @@ jobs:
7171
startDelay: 10
7272

7373
- name: Run background event conformance tests
74-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
74+
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
7575
with:
7676
functionType: 'legacyevent'
7777
useBuildpacks: false
@@ -80,7 +80,7 @@ jobs:
8080
startDelay: 10
8181

8282
- name: Run cloudevent conformance tests
83-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
83+
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
8484
with:
8585
functionType: 'cloudevent'
8686
useBuildpacks: false
@@ -89,7 +89,7 @@ jobs:
8989
startDelay: 10
9090

9191
- name: Run HTTP concurrency conformance tests
92-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
92+
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
9393
with:
9494
functionType: 'http'
9595
useBuildpacks: false

0 commit comments

Comments
 (0)