Compare commits

..
3 Commits
Author SHA1 Message Date
kovagoadi 94d1e1db5e Merge branch 'main' into renovate/actions-setup-python-6.x
Continuous Integration / lint-and-security (pull_request) Successful in 24s
Continuous Integration / tests-and-coverage (pull_request) Successful in 21s
2026-06-07 12:03:29 +02:00
kovagoadi 458f3cbb8f Merge pull request 'Update actions/checkout action to v6' (#3) from renovate/actions-checkout-6.x into main
Continuous Integration / lint-and-security (push) Successful in 28s
Continuous Integration / tests-and-coverage (push) Successful in 24s
Reviewed-on: #3
2026-06-07 12:03:21 +02:00
renovate-bot d75c9870fc Update actions/checkout action to v6
Continuous Integration / lint-and-security (pull_request) Successful in 22s
Continuous Integration / tests-and-coverage (pull_request) Successful in 21s
2026-06-07 02:22:14 +00:00
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
lint-and-security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
@@ -32,7 +32,7 @@ jobs:
tests-and-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6