@@ -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
@@ -291,20 +291,8 @@ jobs:
291291 with :
292292 node-version : " 22"
293293
294- - name : Install Sushi
295- run : |
296- npm install -g fsh-sushi
297- sushi build
298- echo "Installed + run sushi"
299- working-directory : apps/bfd-model-idr/sushi
300-
301- - name : Install fhirpath
302- run : |
303- npm install fhirpath
304- working-directory : apps/bfd-model-idr
305-
306294 - name : Install uv
307- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
295+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
308296 with :
309297 version : " 0.11.2"
310298
@@ -392,7 +380,7 @@ jobs:
392380 path : ${{ runner.temp }}
393381
394382 - name : Configure AWS credentials
395- uses : aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6
383+ uses : aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6
396384 with :
397385 role-to-assume : ${{ steps.get-role-arn.outputs.role-arn }}
398386 role-session-name : build-release-${{ github.run_id }}-${{ github.run_attempt }}
@@ -444,6 +432,7 @@ jobs:
444432 bfd-platform-server-regression,
445433 bfd-platform-mount-certstores,
446434 bfd-platform-server-fluent-bit,
435+ bfd-platform-server-datadog-agent,
447436 bfd-platform-idr-pipeline,
448437 bfd-platform-migrator-ng,
449438 bfd-platform-run-locust,
@@ -452,9 +441,10 @@ jobs:
452441 bfd-platform-pipeline-ccw-runner,
453442 bfd-platform-consume-idr-events,
454443 bfd-platform-run-idr-pipeline,
455- bfd-platform-codebuild-runner
444+ bfd-platform-codebuild-runner,
445+ bfd-platform-idr-bfd-validator
456446 baseImagesVersion : ${{ needs.compute-version-strings.outputs.bfd_release }}
457- cleanupImageArtifacts : false # We'll cleanup at the end of build-release, so don't do anything
447+ cleanupImageArtifacts : false
458448 tagLatest : ${{ !contains(needs.compute-version-strings.outputs.bfd_release, '-') }}
459449 secrets : inherit
460450
@@ -486,14 +476,3 @@ jobs:
486476 tag : ${{ needs.compute-version-strings.outputs.bfd_release }}
487477 name : " v${{ needs.compute-version-strings.outputs.bfd_release }}"
488478 artifacts : " *.csv,*.json,*.xlsx,*.yaml"
489-
490- cleanup-artifacts :
491- if : ${{ !cancelled() }}
492- needs : [build-other-images, create-gh-release]
493- runs-on : ubuntu-24.04
494- steps :
495- - name : Delete all artifacts
496- uses : GeekyEggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6
497- with :
498- name : ' *'
499- failOnError : false
0 commit comments