|
22 | 22 | runs-on: ${{ matrix.platform }}
|
23 | 23 | steps:
|
24 | 24 | - name: Harden Runner
|
25 |
| - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 |
| 25 | + uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 |
26 | 26 | with:
|
27 | 27 | disable-sudo: true
|
28 | 28 | egress-policy: block
|
@@ -53,55 +53,55 @@ jobs:
|
53 | 53 | go-version: '1.24'
|
54 | 54 |
|
55 | 55 | - name: Run HTTP conformance tests
|
56 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6 |
| 56 | + uses: GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7 |
57 | 57 | with:
|
58 | 58 | functionType: 'http'
|
59 | 59 | useBuildpacks: false
|
60 | 60 | validateMapping: false
|
61 | 61 | cmd: "'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
|
62 | 62 |
|
63 | 63 | - name: Run event conformance tests
|
64 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6 |
| 64 | + uses: GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7 |
65 | 65 | with:
|
66 | 66 | functionType: 'legacyevent'
|
67 | 67 | useBuildpacks: false
|
68 | 68 | validateMapping: true
|
69 | 69 | cmd: "'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
|
70 | 70 |
|
71 | 71 | - name: Run CloudEvents conformance tests
|
72 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6 |
| 72 | + uses: GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7 |
73 | 73 | with:
|
74 | 74 | functionType: 'cloudevent'
|
75 | 75 | useBuildpacks: false
|
76 | 76 | validateMapping: true
|
77 | 77 | cmd: "'functions-framework --source tests/conformance/main.py --target write_cloud_event --signature-type cloudevent'"
|
78 | 78 |
|
79 | 79 | - name: Run HTTP conformance tests declarative
|
80 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6 |
| 80 | + uses: GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7 |
81 | 81 | with:
|
82 | 82 | functionType: 'http'
|
83 | 83 | useBuildpacks: false
|
84 | 84 | validateMapping: false
|
85 | 85 | cmd: "'functions-framework --source tests/conformance/main.py --target write_http_declarative'"
|
86 | 86 |
|
87 | 87 | - name: Run CloudEvents conformance tests declarative
|
88 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6 |
| 88 | + uses: GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7 |
89 | 89 | with:
|
90 | 90 | functionType: 'cloudevent'
|
91 | 91 | useBuildpacks: false
|
92 | 92 | validateMapping: true
|
93 | 93 | cmd: "'functions-framework --source tests/conformance/main.py --target write_cloud_event_declarative'"
|
94 | 94 |
|
95 | 95 | - name: Run HTTP concurrency tests declarative
|
96 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6 |
| 96 | + uses: GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7 |
97 | 97 | with:
|
98 | 98 | functionType: 'http'
|
99 | 99 | useBuildpacks: false
|
100 | 100 | validateConcurrency: true
|
101 | 101 | cmd: "'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
|
102 | 102 |
|
103 | 103 | - name: Run Typed tests declarative
|
104 |
| - uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6 |
| 104 | + uses: GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7 |
105 | 105 | with:
|
106 | 106 | functionType: 'http'
|
107 | 107 | declarativeType: 'typed'
|
|
0 commit comments