Skip to content

Commit b0858f9

Browse files
authored
Merge branch 'main' into dependabot/pip/python-packages-b2bb76b73b
2 parents 3299e1d + 893d502 commit b0858f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Upload coverage to codecov.io
2626
runs-on: "ubuntu-latest"
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Calculate and upload coverage to codecov.io
3030
uses: greenbone/actions/coverage-python@v3
3131
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@v4
30+
uses: actions/checkout@v5
3131

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

0 commit comments

Comments
 (0)