From 1adf2fd43dd4b75336b598ce66ca95e0b358885c Mon Sep 17 00:00:00 2001 From: europanite Date: Tue, 9 Dec 2025 10:58:20 +0900 Subject: [PATCH] update/dependencies --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/lint.yml | 2 +- service/requirements.test.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2974369..2dfd3a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -67,7 +67,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -95,6 +95,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f55d00..46320c1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,6 +33,6 @@ jobs: if: always() run: ruff check --output-format sarif . > ruff.sarif || true - name: Upload SARIF to Code Scanning - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ruff.sarif diff --git a/service/requirements.test.txt b/service/requirements.test.txt index 5e99d8e..a46403e 100644 --- a/service/requirements.test.txt +++ b/service/requirements.test.txt @@ -2,4 +2,4 @@ -r requirements.txt pytest==8.4.2 pytest-cov==7.0.0 -ruff==0.14.7 +ruff==0.14.8