Skip to content

Commit b57d1a1

Browse files
author
Kenneth Rosario
authored
chore: update conformance action (#183)
1 parent 2a01ecd commit b57d1a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/conformance.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2"]
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
22+
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
2323
with:
2424
disable-sudo: true
2525
egress-policy: block
@@ -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@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.3
48+
uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # 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@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.3
54+
uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # 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@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.3
61+
uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # 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@2f5f319c06a3531be7f75dc5acf6bd00417ff76e # v1.8.3
68+
uses: GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # main
6969
with:
7070
functionType: 'http'
7171
useBuildpacks: false

0 commit comments

Comments
 (0)