@@ -101,10 +101,10 @@ jobs:
101101 steps :
102102 - name : Cleanup workspace (macOS and Windows)
103103 if : ${{ runner.os == 'macOS' || runner.os == 'Windows' }}
104- uses : XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
104+ uses : XRPLF/actions/cleanup-workspace@c7d9ce5ebb03c752a354889ecd870cadfc2b1cd4
105105
106106 - name : Checkout repository
107- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
107+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108108
109109 - name : Prepare runner
110110 uses : XRPLF/actions/prepare-runner@2cbf481018d930656e9276fcc20dc0e3a0be5b6d
@@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Upload the binary (Linux)
179179 if : ${{ github.repository_owner == 'XRPLF' && runner.os == 'Linux' }}
180- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
181181 with :
182182 name : xrpld-${{ inputs.config_name }}
183183 path : ${{ env.BUILD_DIR }}/xrpld
@@ -254,7 +254,7 @@ jobs:
254254
255255 - name : Upload coverage report
256256 if : ${{ github.repository_owner == 'XRPLF' && !inputs.build_only && env.COVERAGE_ENABLED == 'true' }}
257- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
257+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
258258 with :
259259 disable_search : true
260260 disable_telem : true
0 commit comments