Skip to content

Commit 45d735d

Browse files
authored
Merge pull request #88 from rpothin/dependabot/github_actions/actions/checkout-7
github-action-version-update: Bump actions/checkout from 6 to 7
2 parents 2b805b4 + 2d0f53b commit 45d735d

8 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/backend-pipeline-ci-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
- name: Set up Node.js
3434
uses: actions/setup-node@v6

.github/workflows/backend-pipeline-manual-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151

5252
- name: Validate shadow-run inputs
5353
run: |

.github/workflows/build-push-website-to-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
# Checkout the repository content
6161
# Action: https://github.com/actions/checkout
62-
- uses: actions/checkout@v6
62+
- uses: actions/checkout@v7
6363

6464
# Setup Node.js
6565
# Action: https://github.com/actions/setup-node
@@ -150,7 +150,7 @@ jobs:
150150
# Checkout the repository content
151151
# Action: https://github.com/actions/checkout
152152
- name: Checkout repository
153-
uses: actions/checkout@v6
153+
uses: actions/checkout@v7
154154

155155
# Initializes the CodeQL tools for scanning.
156156
# Action: https://github.com/github/codeql-action

.github/workflows/powershell-scripts-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Action used to checkout the main branch in the current repository
4040
# Community action: https://github.com/actions/checkout
4141
- name: Checkout
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343

4444
- name: Validate repository details data
4545
run: |
@@ -107,7 +107,7 @@ jobs:
107107
# Action used to checkout the main branch in the current repository
108108
# Community action: https://github.com/actions/checkout
109109
- name: Checkout
110-
uses: actions/checkout@v6
110+
uses: actions/checkout@v7
111111

112112
# Run PSScriptAnalyzer on all *.ps1 files
113113
# Note: microsoft/psscriptanalyzer-action@v1.1 requires ConvertToSARIF which is no longer

.github/workflows/snapshot-github-repositories-popularity-score.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Action used to checkout the main branch in the current repository
2121
# Community action: https://github.com/actions/checkout
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
# Set a current date environment variable in the following format: YYYYMMDD
2626
- name: Set current date as env variable

.github/workflows/update-clean-website-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Action used to checkout the main branch in the current repository
2424
# Community action: https://github.com/actions/checkout
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
# Set a current date environment variable in the following format: YYYYMMDD
2929
- name: Set current date as env variable

.github/workflows/update-github-repositories-details.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Action used to checkout the main branch in the current repository
5050
# Community action: https://github.com/actions/checkout
5151
- name: Checkout
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353

5454
- name: Validate production pipeline inputs
5555
run: |

.github/workflows/update-readme-with-github-repositories-details.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Action used to checkout the main branch in the current repository
2121
# Community action: https://github.com/actions/checkout
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
# Set a current date environment variable in the following format: YYYYMMDD
2626
- name: Set current date as env variable

0 commit comments

Comments
 (0)