@@ -154,7 +154,7 @@ jobs:
154154 with :
155155 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
156156 - name : Set up JDK 17
157- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
157+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
158158 with :
159159 distribution : " temurin" # required Java distribution
160160 java-version : " 17" # The JDK version to make available on the path.
@@ -194,7 +194,7 @@ jobs:
194194 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
195195
196196 - name : Go Setup
197- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
197+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
198198 with :
199199 go-version-file : " operator/go.mod"
200200
@@ -233,7 +233,7 @@ jobs:
233233 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
234234
235235 - name : Go Setup
236- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
236+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
237237 with :
238238 go-version-file : " auto-discovery/kubernetes/go.mod"
239239
@@ -273,7 +273,7 @@ jobs:
273273 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
274274
275275 - name : Setup Python Version
276- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
276+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
277277 with :
278278 python-version : " ${{ env.PYTHON_VERSION }}"
279279
@@ -350,7 +350,7 @@ jobs:
350350 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
351351
352352 - name : Go Setup
353- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
353+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
354354 with :
355355 go-version-file : " auto-discovery/cloud-aws/go.mod"
356356
@@ -731,7 +731,7 @@ jobs:
731731 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
732732
733733 - name : Set up Go
734- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
734+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
735735 with :
736736 go-version-file : " scbctl/go.mod"
737737
0 commit comments