Skip to content

Commit 52ac9a5

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f42bfe5 commit 52ac9a5

10 files changed

+25
-25
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
does_pull_request_exist: ${{ steps.pr_exists.outputs.does_pull_request_exist }}
3030
steps:
3131
- name: "Checkout code"
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
- name: "Set CI/CD variables"
3434
id: variables
3535
run: |
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
echo "value=${{ github.sha }}" >> $GITHUB_OUTPUT
130130
- name: "Checkout code"
131-
uses: actions/checkout@v5
131+
uses: actions/checkout@v6
132132
with:
133133
ref: ${{ github.sha }}
134134

.github/workflows/cicd-2-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: ${{ steps.variables.outputs.version }}
2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: "Set CI/CD variables"
3030
id: variables
3131
run: |
@@ -60,7 +60,7 @@ jobs:
6060
contents: write
6161
steps:
6262
- name: "Checkout code"
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
with:
6565
fetch-depth: 0
6666
- name: "Configure AWS credentials"

.github/workflows/cicd-3-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
exit 1
4040
fi
4141
- name: "Checkout code"
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
- name: "Set CI/CD variables"
4444
id: variables
4545
run: |
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
echo "value=${{ needs.metadata.outputs.tag }}" >> $GITHUB_OUTPUT
8585
- name: "Checkout code"
86-
uses: actions/checkout@v5
86+
uses: actions/checkout@v6
8787
with:
8888
ref: ${{ needs.metadata.outputs.tag }}
8989
- name: "Deploy ${{ needs.metadata.outputs.tag }} to ${{ github.event.inputs.environment }}"

.github/workflows/cicd-4-promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
exit 1
3333
fi
3434
- name: "Checkout code"
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
- name: "Set CI/CD variables"
3737
id: variables
3838
run: |

.github/workflows/cicd-9-scheduled-assurance.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ !cancelled() && (github.event_name=='schedule' || (github.event_name=='workflow_dispatch' && (inputs.release=='All' || inputs.release=='Latest R1 tag'))) }}
3535
steps:
3636
- name: "Checkout release/v1.0 branch"
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0
4040
ref: "release/v1.0"
@@ -45,7 +45,7 @@ jobs:
4545
echo "value=$(git describe --tags --abbrev=0 --first-parent)" | tee -a $GITHUB_OUTPUT
4646
4747
- name: "Checkout code"
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: "Deploy ${{ steps.get-latest-tag-name.outputs.value }} to AWS (preprod)"
5151
timeout-minutes: 10
@@ -133,7 +133,7 @@ jobs:
133133
if: ${{ !cancelled() && (github.event_name=='schedule' || (github.event_name=='workflow_dispatch' && (inputs.release=='All' || inputs.release=='Latest main tag'))) }}
134134
steps:
135135
- name: "Checkout main branch"
136-
uses: actions/checkout@v5
136+
uses: actions/checkout@v6
137137
with:
138138
fetch-depth: 0
139139
ref: "main"
@@ -145,7 +145,7 @@ jobs:
145145
echo "Latest tag name on main branch is : ${value}"
146146
147147
- name: "Checkout code"
148-
uses: actions/checkout@v5
148+
uses: actions/checkout@v6
149149

150150
- name: "Deploy ${{ steps.get-latest-tag-name.outputs.value }} to AWS (preprod)"
151151
timeout-minutes: 10

.github/workflows/stage-1-commit.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 2
4040
steps:
4141
- name: "Checkout code"
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0 # Full history is needed to scan all commits
4545
- name: "Scan secrets"
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 2
5151
steps:
5252
- name: "Checkout code"
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
with:
5555
fetch-depth: 0 # Full history is needed to compare branches
5656
- name: "Check file format"
@@ -61,7 +61,7 @@ jobs:
6161
timeout-minutes: 2
6262
steps:
6363
- name: "Checkout code"
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
with:
6666
fetch-depth: 0 # Full history is needed to compare branches
6767
- name: "Check Markdown format"
@@ -72,7 +72,7 @@ jobs:
7272
timeout-minutes: 2
7373
steps:
7474
- name: "Checkout code"
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676
with:
7777
fetch-depth: 0 # Full history is needed to compare branches
7878
- name: "Check English usage"
@@ -83,7 +83,7 @@ jobs:
8383
timeout-minutes: 2
8484
steps:
8585
- name: "Checkout code"
86-
uses: actions/checkout@v5
86+
uses: actions/checkout@v6
8787
- name: "Lint Terraform"
8888
uses: ./.github/actions/lint-terraform
8989
count-lines-of-code:
@@ -95,7 +95,7 @@ jobs:
9595
timeout-minutes: 2
9696
steps:
9797
- name: "Checkout code"
98-
uses: actions/checkout@v5
98+
uses: actions/checkout@v6
9999
- name: "Count lines of code"
100100
uses: ./.github/actions/create-lines-of-code-report
101101
with:
@@ -114,7 +114,7 @@ jobs:
114114
timeout-minutes: 2
115115
steps:
116116
- name: "Checkout code"
117-
uses: actions/checkout@v5
117+
uses: actions/checkout@v6
118118
- name: "Scan dependencies"
119119
uses: ./.github/actions/scan-dependencies
120120
with:
@@ -130,7 +130,7 @@ jobs:
130130
timeout-minutes: 5
131131
steps:
132132
- name: "Checkout code"
133-
uses: actions/checkout@v5
133+
uses: actions/checkout@v6
134134
- name: Cache node modules
135135
id: cache-npm
136136
uses: actions/cache@v4

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 5
4040
steps:
4141
- name: "Checkout code"
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
- name: Cache node modules
4444
id: cache-npm
4545
uses: actions/cache@v4
@@ -71,7 +71,7 @@ jobs:
7171
timeout-minutes: 5
7272
steps:
7373
- name: "Checkout code"
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
7777
- name: "Download coverage report from Unit Test artifacts"

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
contents: read
4949
steps:
5050
- name: "Checkout code"
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
- name: Cache node modules
5353
id: cache-npm
5454
uses: actions/cache@v4

.github/workflows/stage-4-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
echo "value=${{ inputs.tag_or_sha_to_deploy }}" >> $GITHUB_OUTPUT
3535
- name: "Checkout code"
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
ref: ${{ inputs.tag_or_sha_to_deploy }}
3939
- name: "Identify Terraform version"

.github/workflows/stage-5-acceptance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "test_app_url=$TEST_APP_URL" >> $GITHUB_OUTPUT
4646
4747
- name: "Checkout code"
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
ref: ${{ inputs.checkout_ref }}
5151

@@ -91,7 +91,7 @@ jobs:
9191
environment: ${{ inputs.environment }}
9292
steps:
9393
- name: "Checkout code"
94-
uses: actions/checkout@v5
94+
uses: actions/checkout@v6
9595
with:
9696
ref: ${{ inputs.checkout_ref }}
9797

0 commit comments

Comments
 (0)