3939 full_build : ${{ steps.set-matrix.outputs.full_build }}
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343 with :
4444 fetch-depth : 0
4545 persist-credentials : false
8484 runs-on : ${{ matrix.os }}
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
87+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8888 with :
8989 persist-credentials : false
9090
@@ -194,7 +194,7 @@ jobs:
194194 runs-on : ${{ matrix.os }}
195195 steps :
196196 - name : Checkout
197- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
197+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
198198 with :
199199 persist-credentials : false
200200
@@ -278,7 +278,7 @@ jobs:
278278 if : needs.setup.outputs.full_build == 'true'
279279 runs-on : ubuntu-latest
280280 steps :
281- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
281+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
282282 with :
283283 persist-credentials : false
284284 lfs : true
@@ -299,7 +299,7 @@ jobs:
299299 echo "tag=$TAG" >> "$GITHUB_OUTPUT"
300300 echo "version=$VERSION" >> "$GITHUB_OUTPUT"
301301
302- - uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
302+ - uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
303303 with :
304304 distribution : temurin
305305 java-version : ' 21'
@@ -331,7 +331,7 @@ jobs:
331331 working-directory : ghidra_extension
332332 run : ./gradlew installExtension
333333
334- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
334+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
335335 with :
336336 python-version : ' 3.12'
337337
@@ -395,7 +395,7 @@ jobs:
395395 fi
396396
397397 - name : Checkout
398- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
398+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
399399 with :
400400 persist-credentials : false
401401
@@ -639,7 +639,7 @@ jobs:
639639 contents : write
640640 steps :
641641 - name : Checkout
642- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
642+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
643643 with :
644644 persist-credentials : false
645645
0 commit comments