Skip to content

Commit b8c482b

Browse files
chore(deps): update actions/checkout action to v7 (#305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 67a51dd commit b8c482b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql.yml

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

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v6.0.3
39+
uses: actions/checkout@v7.0.0
4040
with:
4141
fetch-depth: 0
4242

.github/workflows/component-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
dependency-submission:
1313
runs-on: ubuntu-slim
1414
steps:
15-
- uses: actions/checkout@v6.0.3
15+
- uses: actions/checkout@v7.0.0
1616
- name: Component detection
1717
uses: advanced-security/component-detection-dependency-submission-action@v0.1.1

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-slim
1010
steps:
1111
- name: "Checkout Repository"
12-
uses: actions/checkout@v6.0.3
12+
uses: actions/checkout@v7.0.0
1313
- name: "Dependency Review"
1414
uses: actions/dependency-review-action@v5.0.0

.github/workflows/dotnet.yml

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

2323
steps:
24-
- uses: actions/checkout@v6.0.3
24+
- uses: actions/checkout@v7.0.0
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v5.3.0
2727
with:

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Checkout the code base #
4848
##########################
4949
- name: Checkout Code
50-
uses: actions/checkout@v6.0.3
50+
uses: actions/checkout@v7.0.0
5151
with:
5252
# Full git history is needed to get a proper
5353
# list of changed files within `super-linter`

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
packages: write # to be able to publish to GitHub Packages
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6.0.3
26+
uses: actions/checkout@v7.0.0
2727
with:
2828
fetch-depth: 0
2929
- name: Setup .NET

0 commit comments

Comments
 (0)