File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 runs-on : ubuntu-24.04
113113 steps :
114114 - name : Checkout
115- uses : actions/checkout@v5
115+ uses : actions/checkout@v6
116116
117117 - name : setup node
118118 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 6161 CF_DISTRIBUTION_ID : ${{ steps.tg.outputs.CF_DISTRIBUTION_ID }}
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v5
64+ uses : actions/checkout@v6
6565 - name : Configure AWS Credentials
6666 uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
6767 with :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-24.04
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - name : Run Docker compose
2424 if : ( inputs.frontend_url == 'http://localhost:3000' )
2525 env :
Original file line number Diff line number Diff line change 2323 matrix :
2424 name : [backend, frontend]
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - uses : grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 # v1
2828 - uses : grafana/run-k6-action@a15e2072ede004e8d46141e33d7f7dad8ad08d9d # v1
2929 with :
Original file line number Diff line number Diff line change 1515 STACK_PREFIX : ${{ steps.stack-prefix.outputs.STACK_PREFIX }}
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 - name : Generate Stack Prefix
2020 id : stack-prefix
2121 shell : bash
Original file line number Diff line number Diff line change 8383 security-events : write # This is required to upload SARIF results to the Security tab
8484 timeout-minutes : 1
8585 steps :
86- - uses : actions/checkout@v5
86+ - uses : actions/checkout@v6
8787 - name : Run Trivy vulnerability scanner in repo mode
8888 uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
8989 with :
Original file line number Diff line number Diff line change 3939 runs-on : ubuntu-24.04
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 - name : Configure AWS Credentials
4444 uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
4545 with :
5959 runs-on : ubuntu-24.04
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@v5
62+ uses : actions/checkout@v6
6363 - name : Configure AWS Credentials
6464 uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
6565 with :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-24.04
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 - name : TODO GHA for PR CLeanup on PR close
2323 run : echo "TODO GHA for PR CLeanup on PR close"
Original file line number Diff line number Diff line change 2626 tags : ${{ steps.release.outputs.tags }}
2727 clean_changelog : ${{ steps.changelog.outputs.clean_changelog || '' }}
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - name : Conventional Changelog Update
3131 if : (github.event_name != 'release')
3232 uses : TriPSs/conventional-changelog-action@84dadaf2c367cb52af02737cd9c7e888807219e7 # v6
Original file line number Diff line number Diff line change 3939 runs-on : ubuntu-24.04
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 - name : Configure AWS Credentials
4444 uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
4545 with :
5959 runs-on : ubuntu-24.04
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@v5
62+ uses : actions/checkout@v6
6363 - name : Configure AWS Credentials
6464 uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
6565 with :
You can’t perform that action at this time.
0 commit comments