Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit a1d4624

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03fc4dd commit a1d4624

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4.2.2
41+
uses: actions/checkout@v5.0.0
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/markdown-link-check.yml

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

2222
steps:
2323
- name: "Checkout"
24-
uses: actions/checkout@v4.2.2
24+
uses: actions/checkout@v5.0.0
2525

2626
- name: 'Readme analysis'
2727
uses: gaurav-nelson/github-action-markdown-link-check@v1

.github/workflows/publish.yml

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

2222
steps:
2323
- name: "Checkout"
24-
uses: actions/checkout@v4.2.2
24+
uses: actions/checkout@v5.0.0
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false

.github/workflows/release.yml

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

2020
steps:
2121
- name: "Checkout"
22-
uses: actions/checkout@v4.2.2
22+
uses: actions/checkout@v5.0.0
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false

.github/workflows/sonarcloud-and-mutations.yml

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

4444
steps:
4545
- name: "Checkout"
46-
uses: actions/checkout@v4.2.2
46+
uses: actions/checkout@v5.0.0
4747
with:
4848
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4949

.github/workflows/tests.yml

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

4040
steps:
4141
- name: "Checkout"
42-
uses: actions/checkout@v4.2.2
42+
uses: actions/checkout@v5.0.0
4343

4444
- name: "Setup .NET"
4545
uses: actions/setup-dotnet@v4.3.1

.github/workflows/vulnerability-check.yml

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

2323
steps:
2424
- name: "Checkout"
25-
uses: actions/checkout@v4.2.2
25+
uses: actions/checkout@v5.0.0
2626

2727
- name: "Setup .NET"
2828
uses: actions/setup-dotnet@v4.3.1

0 commit comments

Comments
 (0)