@@ -119,7 +119,7 @@ jobs:
119119 bfd_dev_version : ${{ steps.bfd-version-strings.outputs.BFD_DEV_VERSION }}
120120 steps :
121121 - name : Checkout
122- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
122+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
123123 with :
124124 fetch-depth : 0
125125 ref : ${{ inputs.releaseBranch || github.ref_name }}
@@ -182,7 +182,7 @@ jobs:
182182 private-key : ${{ secrets.BFD_RELEASE_APP_KEY }}
183183
184184 - name : Checkout
185- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
185+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
186186 with :
187187 fetch-depth : 0
188188 ref : ${{ inputs.releaseBranch || github.ref_name }}
@@ -210,7 +210,7 @@ jobs:
210210 sudo chmod +x /usr/bin/gitleaks
211211
212212 - name : Setup JDK
213- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5
213+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
214214 with :
215215 java-version : " 25"
216216 distribution : corretto
@@ -304,7 +304,7 @@ jobs:
304304 working-directory : apps/bfd-model-idr
305305
306306 - name : Install uv
307- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
307+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
308308 with :
309309 version : " 0.11.2"
310310
@@ -392,7 +392,7 @@ jobs:
392392 path : ${{ runner.temp }}
393393
394394 - name : Configure AWS credentials
395- uses : aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6
395+ uses : aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6
396396 with :
397397 role-to-assume : ${{ steps.get-role-arn.outputs.role-arn }}
398398 role-session-name : build-release-${{ github.run_id }}-${{ github.run_attempt }}
0 commit comments