1616 python : ['3.7', '3.8', '3.9', '3.10', '3.11']
1717 steps :
1818 - name : Harden Runner
19- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
19+ uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
2020 with :
2121 disable-sudo : true
2222 egress-policy : block
3333 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3434
3535 - name : Setup Python
36- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
36+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
3737 with :
3838 python-version : ${{ matrix.python }}
3939
@@ -46,55 +46,55 @@ jobs:
4646 go-version : ' 1.20'
4747
4848 - name : Run HTTP conformance tests
49- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
49+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
5050 with :
5151 functionType : ' http'
5252 useBuildpacks : false
5353 validateMapping : false
5454 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
5555
5656 - name : Run event conformance tests
57- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
57+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
5858 with :
5959 functionType : ' legacyevent'
6060 useBuildpacks : false
6161 validateMapping : true
6262 cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
6363
6464 - name : Run CloudEvents conformance tests
65- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
65+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
6666 with :
6767 functionType : ' cloudevent'
6868 useBuildpacks : false
6969 validateMapping : true
7070 cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event --signature-type cloudevent'"
7171
7272 - name : Run HTTP conformance tests declarative
73- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
73+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
7474 with :
7575 functionType : ' http'
7676 useBuildpacks : false
7777 validateMapping : false
7878 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative'"
7979
8080 - name : Run CloudEvents conformance tests declarative
81- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
81+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
8282 with :
8383 functionType : ' cloudevent'
8484 useBuildpacks : false
8585 validateMapping : true
8686 cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event_declarative'"
8787
8888 - name : Run HTTP concurrency tests declarative
89- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
89+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
9090 with :
9191 functionType : ' http'
9292 useBuildpacks : false
9393 validateConcurrency : true
9494 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
9595
9696 - name : Run Typed tests declarative
97- uses : GoogleCloudPlatform/functions-framework-conformance/action@64d4646c26d11281faf5e8813dd0fc8a9551cac3 # v1.8.5
97+ uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
9898 with :
9999 functionType : ' http'
100100 declarativeType : ' typed'
0 commit comments