Skip to content

Commit 8284218

Browse files
committed
chore(deps): update googlecloudplatform/functions-framework-conformance digest to a95b422
1 parent d6f7186 commit 8284218

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
@@ -53,15 +53,15 @@ jobs:
5353
run: (cd function-maven-plugin/ && mvn install)
5454

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

6363
- name: Run Typed conformance tests
64-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
64+
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
6565
with:
6666
functionType: 'http'
6767
declarativeType: 'typed'
@@ -70,7 +70,7 @@ jobs:
7070
startDelay: 10
7171

7272
- name: Run background event conformance tests
73-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
73+
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
7474
with:
7575
functionType: 'legacyevent'
7676
useBuildpacks: false
@@ -79,7 +79,7 @@ jobs:
7979
startDelay: 10
8080

8181
- name: Run cloudevent conformance tests
82-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
82+
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
8383
with:
8484
functionType: 'cloudevent'
8585
useBuildpacks: false
@@ -88,7 +88,7 @@ jobs:
8888
startDelay: 10
8989

9090
- name: Run HTTP concurrency conformance tests
91-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
91+
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
9292
with:
9393
functionType: 'http'
9494
useBuildpacks: false

0 commit comments

Comments
 (0)