@@ -14,13 +14,11 @@ jobs:
1414 strategy :
1515 matrix :
1616 java : [
17- 11.x
18- # 12.x,
19- # 13.x
17+ 11.x,
2018 ]
2119 steps :
2220 - name : Harden Runner
23- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
21+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
2422 with :
2523 disable-sudo : true
2624 egress-policy : block
@@ -32,16 +30,16 @@ jobs:
3230 repo.maven.apache.org:443
3331 storage.googleapis.com:443
3432
35- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3634
3735 - name : Set up JDK ${{ matrix.java }}
38- uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12 .0
36+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
3937 with :
4038 java-version : ${{ matrix.java }}
4139 distribution : temurin
4240
4341 - name : Setup Go
44- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
42+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
4543 with :
4644 go-version : ' 1.21'
4745
@@ -55,15 +53,15 @@ jobs:
5553 run : (cd function-maven-plugin/ && mvn install)
5654
5755 - name : Run HTTP conformance tests
58- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # main
56+ uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
5957 with :
6058 functionType : ' http'
6159 useBuildpacks : false
6260 cmd : " 'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.HttpConformanceFunction'"
6361 startDelay : 10
6462
6563 - name : Run Typed conformance tests
66- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # main
64+ uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
6765 with :
6866 functionType : ' http'
6967 declarativeType : ' typed'
7270 startDelay : 10
7371
7472 - name : Run background event conformance tests
75- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # main
73+ uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
7674 with :
7775 functionType : ' legacyevent'
7876 useBuildpacks : false
8179 startDelay : 10
8280
8381 - name : Run cloudevent conformance tests
84- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # main
82+ uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
8583 with :
8684 functionType : ' cloudevent'
8785 useBuildpacks : false
9088 startDelay : 10
9189
9290 - name : Run HTTP concurrency conformance tests
93- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # main
91+ uses : GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
9492 with :
9593 functionType : ' http'
9694 useBuildpacks : false
0 commit comments