@@ -134,7 +134,7 @@ jobs:
134134
135135 - name : Check cache
136136 id : cache-check
137- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
137+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
138138 with :
139139 path : ${{ env.CODEBUILD_PROJECT_NAME }}.zip
140140 key : ${{ env.CODEBUILD_PROJECT_NAME }}-${{ github.ref_name }}-${{ github.sha }}
@@ -143,7 +143,7 @@ jobs:
143143 - name : Configure AWS credentials
144144 # env.ACT is set by the 'act' CLI tool for local testing
145145 if : ${{ !env.ACT && steps.cache-check.outputs.cache-hit != 'true' }}
146- uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0 .0
146+ uses : aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1 .0
147147 with :
148148 role-to-assume : ${{ secrets.AWS_CODEBUILD_ROLE_ARN }}
149149 aws-region : ${{ vars.AWS_REGION || 'us-east-1' }}
@@ -389,15 +389,15 @@ jobs:
389389
390390 - name : Save report to cache
391391 if : steps.cache-check.outputs.cache-hit != 'true'
392- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
392+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
393393 with :
394394 path : ${{ github.workspace }}/.codebuild/downloads/${{ env.CODEBUILD_PROJECT_NAME }}.zip
395395 key : ${{ env.CODEBUILD_PROJECT_NAME }}-${{ github.ref_name }}-${{ github.sha }}
396396
397397 - name : Upload CodeBuild primary artifact
398398 # env.ACT is set by the 'act' CLI tool for local testing
399399 if : ${{ !env.ACT }}
400- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
400+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
401401 with :
402402 name : ${{ env.CODEBUILD_PROJECT_NAME }}.zip
403403 path : ${{ github.workspace }}/.codebuild/downloads/${{ env.CODEBUILD_PROJECT_NAME }}.zip
@@ -407,7 +407,7 @@ jobs:
407407 - name : Upload Evaluation Report
408408 # env.ACT is set by the 'act' CLI tool for local testing
409409 if : ${{ !env.ACT }}
410- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
410+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
411411 with :
412412 name : evaluation.zip
413413 path : ${{ github.workspace }}/.codebuild/downloads/evaluation.zip
@@ -417,7 +417,7 @@ jobs:
417417 - name : Upload Trend Report
418418 # env.ACT is set by the 'act' CLI tool for local testing
419419 if : ${{ !env.ACT }}
420- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
420+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
421421 with :
422422 name : trend.zip
423423 path : ${{ github.workspace }}/.codebuild/downloads/trend.zip
@@ -454,7 +454,7 @@ jobs:
454454 - name : Upload Report Bundle
455455 # env.ACT is set by the 'act' CLI tool for local testing
456456 if : ${{ !env.ACT }}
457- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
457+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
458458 with :
459459 name : >-
460460 ${{ github.event_name == 'pull_request'
0 commit comments