Skip to content

Commit 58c4acd

Browse files
Upgrade: [dependabot] - bump actions/checkout from 4.3.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.3.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcd3334 commit 58c4acd

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/error_handling_utils_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v6.0.2
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v6

.github/workflows/my-vaccs-int-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "Workflow triggered by allowed repository: $CALLER_REPO"
4444
4545
- name: Checkout main
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v6.0.2
4747
with:
4848
repository: NHSDigital/eligibility-signposting-api-regression-tests
4949
ref: main

.github/workflows/performance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "spawn_rate: ${spawn_rate}"
5353
5454
- name: Checkout
55-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
55+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5656

5757
# using git commit sha for version of action to ensure we have stable version
5858
- name: Install asdf

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v6.0.2
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha || github.sha }}
1717
fetch-depth: 0
@@ -69,7 +69,7 @@ jobs:
6969
.git
7070
7171
- name: SonarQube
72-
uses: actions/checkout@v6
72+
uses: actions/checkout@v6.0.2
7373
with:
7474
ref: ${{ github.event.pull_request.head.sha || github.sha }}
7575
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

.github/workflows/regression_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo run identifier "$ID"-"$ENV" >> "$GITHUB_STEP_SUMMARY"
9898
9999
- name: Checkout
100-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
100+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
101101
with:
102102
ref: ${{ inputs.github_tag }}
103103

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
spec_version: ${{steps.output_version_tag.outputs.SPEC_VERSION}}
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v6.0.2
3434
with:
3535
ref: ${{ env.BRANCH_NAME }}
3636
fetch-depth: 0

0 commit comments

Comments
 (0)