Skip to content

Commit 7a46753

Browse files
dependabot[bot]greenbonebot
authored andcommitted
Deps: Bump actions/checkout from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e44c1ca commit 7a46753

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- "3.11"
1717
- "3.12"
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- name: Install and check with black, pylint and pontos.version
2121
uses: greenbone/actions/lint-python@v3
2222
with:
@@ -33,7 +33,7 @@ jobs:
3333
- "3.11"
3434
- "3.12"
3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
- name: Install python, poetry and dependencies
3838
uses: greenbone/actions/poetry@v3
3939
with:
@@ -50,7 +50,7 @@ jobs:
5050
- "3.11"
5151
- "3.12"
5252
steps:
53-
- uses: actions/checkout@v6
53+
- uses: actions/checkout@v7
5454
- name: Install python, poetry and dependencies
5555
uses: greenbone/actions/coverage-python@v3
5656
with:
@@ -66,7 +66,7 @@ jobs:
6666
- "3.11"
6767
- "3.12"
6868
steps:
69-
- uses: actions/checkout@v6
69+
- uses: actions/checkout@v7
7070
- name: Run mypy
7171
uses: greenbone/actions/mypy-python@v3
7272
with:

.github/workflows/codeql-analysis-python.yml

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

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131

3232
- name: Initialize CodeQL
3333
uses: github/codeql-action/init@v4

.github/workflows/container.yml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
- name: Login to GitHub Container Registry
2222
if: github.event_name != 'pull_request'
2323
uses: docker/login-action@v4

0 commit comments

Comments
 (0)