Compare commits
3 Commits
v1.8.12
...
256e5239e6
Author | SHA1 | Date | |
---|---|---|---|
256e5239e6 | |||
ef3e31b047 | |||
2e4f57ed78 |
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4.3.0
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@@ -45,7 +45,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4.3.0
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ needs.tag.outputs.tag_name }}
|
ref: ${{ needs.tag.outputs.tag_name }}
|
||||||
# - name: Setup Python
|
# - name: Setup Python
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
REPO: ${{ gitea.repository }}
|
REPO: ${{ gitea.repository }}
|
||||||
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4.3.0
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ needs.tag.outputs.tag_name }}
|
ref: ${{ needs.tag.outputs.tag_name }}
|
||||||
|
@@ -25,7 +25,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4.3.0
|
uses: actions/checkout@v5.0.0
|
||||||
|
|
||||||
- name: Snyk
|
- name: Snyk
|
||||||
uses: snyk/actions/python@master
|
uses: snyk/actions/python@master
|
||||||
|
@@ -17,7 +17,7 @@ dependencies = [
|
|||||||
"exceptiongroup==1.3.0",
|
"exceptiongroup==1.3.0",
|
||||||
"idna==3.10",
|
"idna==3.10",
|
||||||
"iniconfig==2.1.0",
|
"iniconfig==2.1.0",
|
||||||
"lazy-object-proxy==1.11.0",
|
"lazy-object-proxy==1.12.0",
|
||||||
"mccabe==0.7.0",
|
"mccabe==0.7.0",
|
||||||
"mypy-extensions==1.1.0",
|
"mypy-extensions==1.1.0",
|
||||||
"packaging==25.0",
|
"packaging==25.0",
|
||||||
@@ -26,7 +26,7 @@ dependencies = [
|
|||||||
"pluggy==1.6.0",
|
"pluggy==1.6.0",
|
||||||
"py==1.11.0",
|
"py==1.11.0",
|
||||||
"pyparsing==3.2.3",
|
"pyparsing==3.2.3",
|
||||||
"requests==2.32.4",
|
"requests==2.32.5",
|
||||||
"six==1.17.0",
|
"six==1.17.0",
|
||||||
"tabulate==0.9.0",
|
"tabulate==0.9.0",
|
||||||
"tomli==2.2.1",
|
"tomli==2.2.1",
|
||||||
|
Reference in New Issue
Block a user