File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,27 +45,27 @@ jobs:
4545 ruby-version : ${{ matrix.ruby }}
4646 bundler-cache : true
4747 - name : Run HTTP conformance tests
48- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
48+ uses : GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
4949 with :
5050 functionType : ' http'
5151 useBuildpacks : false
5252 cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target http_func --signature-type http'"
5353 - name : Run Typed conformance tests
54- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
54+ uses : GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
5555 with :
5656 functionType : ' http'
5757 declarativeType : ' typed'
5858 useBuildpacks : false
5959 cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target typed_func --signature-type http'"
6060 - name : Run CloudEvent conformance tests
61- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
61+ uses : GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
6262 with :
6363 functionType : ' cloudevent'
6464 useBuildpacks : false
6565 validateMapping : true
6666 cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target cloudevent_func --signature-type cloudevent'"
6767 - name : Run HTTP concurrency tests
68- uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
68+ uses : GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
6969 with :
7070 functionType : ' http'
7171 useBuildpacks : false
You can’t perform that action at this time.
0 commit comments