Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backend-pipeline-ci-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Node.js
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-pipeline-manual-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Validate shadow-run inputs
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-push-website-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
# Checkout the repository content
# Action: https://github.com/actions/checkout
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# Setup Node.js
# Action: https://github.com/actions/setup-node
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
# Checkout the repository content
# Action: https://github.com/actions/checkout
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
# Action: https://github.com/github/codeql-action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/powershell-scripts-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Action used to checkout the main branch in the current repository
# Community action: https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Validate repository details data
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# Action used to checkout the main branch in the current repository
# Community action: https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

# Run PSScriptAnalyzer on all *.ps1 files
# Note: microsoft/psscriptanalyzer-action@v1.1 requires ConvertToSARIF which is no longer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Action used to checkout the main branch in the current repository
# Community action: https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

# Set a current date environment variable in the following format: YYYYMMDD
- name: Set current date as env variable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-clean-website-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Action used to checkout the main branch in the current repository
# Community action: https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

# Set a current date environment variable in the following format: YYYYMMDD
- name: Set current date as env variable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-github-repositories-details.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Action used to checkout the main branch in the current repository
# Community action: https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Validate production pipeline inputs
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Action used to checkout the main branch in the current repository
# Community action: https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

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