Skip to content

Commit 43f5f9a

Browse files
dependabot[bot]greenbonebot
authored andcommitted
Deps: Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51838e2 commit 43f5f9a

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/ci-python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- "3.11"
2222
- "3.12"
2323
steps:
24-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- name: Install and check with black, pylint and pontos.version
2626
uses: greenbone/actions/lint-python@v3
2727
with:
@@ -40,7 +40,7 @@ jobs:
4040
- "3.11"
4141
- "3.12"
4242
steps:
43-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- name: Install python, poetry and dependencies
4545
uses: greenbone/actions/poetry@v3
4646
with:
@@ -59,7 +59,7 @@ jobs:
5959
- "3.11"
6060
- "3.12"
6161
steps:
62-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
62+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363
- name: Run mypy
6464
uses: greenbone/actions/mypy-python@v3
6565
with:
@@ -71,7 +71,7 @@ jobs:
7171
needs: test
7272
runs-on: "ubuntu-latest"
7373
steps:
74-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
74+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7575
- name: Install and calculate and upload coverage to codecov.io
7676
uses: greenbone/actions/coverage-python@v3
7777
with:
@@ -82,7 +82,7 @@ jobs:
8282
name: Check versioning for consistency
8383
runs-on: "ubuntu-latest"
8484
steps:
85-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
85+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8686
- name: Install python, poetry and dependencies
8787
uses: greenbone/actions/poetry@v3
8888
- name: Check version

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

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

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v4
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v4
4545

4646
- name: Initialize CodeQL
4747
uses: github/codeql-action/init@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab #v3

.github/workflows/deploy-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write
1818
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Set up Python
2121
uses: greenbone/actions/poetry@v3
2222
with:

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
3131
- name: Install poetry and dependencies
3232
uses: greenbone/actions/poetry@v3
3333
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
else
2424
echo "ref=${{ github.base_ref }}" >> $GITHUB_OUTPUT
2525
fi
26-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v4
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v4
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false

.github/workflows/scorecard.yml

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

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)