Skip to content

Commit c2656f8

Browse files
dependabot[bot]greenbonebot
authored andcommitted
Deps: Bump actions/checkout from 4.2.2 to 4.3.0 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.2 to 4.3.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08eba0b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18e2dee commit c2656f8

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
62+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 #v4
44+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
30+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 #v4
26+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)