5353 outputs :
5454 commit_context : ${{ steps.extract_context.outputs.context }}
5555 steps :
56- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5757 with :
5858 fetch-depth : 0 # we need tags for dynamic versioning
5959 show-progress : false
@@ -183,7 +183,7 @@ jobs:
183183 SKIP_PODMAN : 1
184184 SKIP_DOCKER : 1
185185 steps :
186- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
186+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
187187 with :
188188 fetch-depth : 0 # we need tags for dynamic versioning
189189 show-progress : false
@@ -487,7 +487,7 @@ jobs:
487487
488488 steps :
489489 - name : Checkout Source # needed by codecov uploader
490- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
490+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
491491 with :
492492 fetch-depth : 0
493493
@@ -609,7 +609,7 @@ jobs:
609609 - check
610610 steps :
611611 - name : Checkout Source
612- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
612+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
613613 with :
614614 fetch-depth : 0
615615
@@ -618,7 +618,7 @@ jobs:
618618 corepack enable
619619 npm config set fund false
620620
621- - uses : jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
621+ - uses : jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
622622
623623 - name : Download the artifact
624624 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -661,7 +661,7 @@ jobs:
661661 with :
662662 name : " @ansible-ansible-language-server-build-${{ github.event.number || github.run_id }}.tgz"
663663
664- - uses : jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
664+ - uses : jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
665665
666666 - run : npm publish --access public @ansible-ansible-language-server-*.tgz
667667 env :
0 commit comments