File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
3030 - name : Checkov GitHub Action
31- uses : bridgecrewio/checkov-action@197d53917e0ff43d63111c0808e40b1aaf28ec1c # v12.3068 .0
31+ uses : bridgecrewio/checkov-action@5abded944c5e3fb597c3fcb4f2a5aa83d9c73f8b # v12.3070 .0
3232 with :
3333 # This will add both a CLI output to the console and create a results.sarif file
3434 output_format : cli,sarif
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ jobs:
303303 # Clear up space for specific large projects
304304 - name : Clear Up Space (Aggressively) for Specific Projects
305305 if : contains(fromJson('["core-mcp-server"]'), matrix.changed-directory)
306- uses : awslabs/mcp/.github/actions/clear-space-ubuntu-latest-agressively@61ce600d5c7fd6584b22b6eac98f9b097aabce11
306+ uses : awslabs/mcp/.github/actions/clear-space-ubuntu-latest-agressively@63e6709e228dd0ad4ecf5ac39f293cbdbecc74c9
307307 # TODO: remove local action checkout when working...
308308 - name : Checkout repository
309309 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change 4646 steps :
4747 - name : Clear Up Space (Agressively) for Trivy Scans that Run Out of Space
4848 if : contains(toJson('["src/core-mcp-server"]'), matrix.dockerfile)
49- uses : awslabs/mcp/.github/actions/clear-space-ubuntu-latest-agressively@61ce600d5c7fd6584b22b6eac98f9b097aabce11
49+ uses : awslabs/mcp/.github/actions/clear-space-ubuntu-latest-agressively@63e6709e228dd0ad4ecf5ac39f293cbdbecc74c9
5050
5151 - name : Get Checkout Depth
5252 id : checkout-depth
You can’t perform that action at this time.
0 commit comments