Compare commits

..

1 Commits

Author SHA1 Message Date
e7beec36c8 feat(deps): lock file maintenance
All checks were successful
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 1s
CI / ci (pull_request) Successful in 1m26s
2026-01-19 20:28:04 +00:00
4 changed files with 19 additions and 21 deletions

View File

@@ -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@v6.0.2 uses: actions/checkout@v6.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -59,19 +59,19 @@ jobs:
- name: Minimize uv cache - name: Minimize uv cache
run: uv cache prune --ci run: uv cache prune --ci
# - name: Set up environment for Snyk - name: Set up environment for Snyk
# run: | run: |
# uv pip freeze > requirements.txt uv pip freeze > requirements.txt
# mv pyproject.toml pyproject.toml.bak mv pyproject.toml pyproject.toml.bak
# mv uv.lock uv.lock.bak mv uv.lock uv.lock.bak
# - name: Snyk SAST Scan - name: Snyk SAST Scan
# uses: snyk/actions/python@master uses: snyk/actions/python@master
# env: env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# with: with:
# # command: snyk # command: snyk
# args: snyk code test #--all-projects --exclude=.archive args: snyk code test #--all-projects --exclude=.archive
# - name: SonarQube Scan # - name: SonarQube Scan
# uses: SonarSource/sonarqube-scan-action@v5.2.0 # uses: SonarSource/sonarqube-scan-action@v5.2.0
@@ -88,8 +88,8 @@ jobs:
# command: snyk # command: snyk
# args: test --all-projects # args: test --all-projects
# - name: Reverse set up environment for Snyk - name: Reverse set up environment for Snyk
# run: | run: |
# rm -f requirements.txt rm -f requirements.txt
# mv pyproject.toml.bak pyproject.toml mv pyproject.toml.bak pyproject.toml
# mv uv.lock.bak uv.lock mv uv.lock.bak uv.lock

View File

@@ -61,7 +61,7 @@ jobs:
REPO: ${{ gitea.repository }} REPO: ${{ gitea.repository }}
- name: Check out repository - name: Check out repository
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ needs.tag.outputs.tag_name }} ref: ${{ needs.tag.outputs.tag_name }}

View File

@@ -11,8 +11,6 @@
"semanticCommits": "enabled", "semanticCommits": "enabled",
"semanticCommitScope": "deps", "semanticCommitScope": "deps",
"semanticCommitType": "feat", "semanticCommitType": "feat",
"osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"vulnerabilityAlerts": { "vulnerabilityAlerts": {
"commitMessagePrefix": "[SECURITY] ", "commitMessagePrefix": "[SECURITY] ",
"enabled": true, "enabled": true,