1 Commits

Author SHA1 Message Date
renovate[bot]
07ecf01819 chore(actions): update ivuorinen/actions action (v2026.03.06 → v2026.03.14)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-17 01:25:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
language: ["actions", "python"] language: ["actions", "python"]
steps: steps:
- name: CodeQL Analysis - name: CodeQL Analysis
uses: ivuorinen/actions/codeql-analysis@97105fc2a909360678588cb50caf0be5144be486 # v2026.03.06 uses: ivuorinen/actions/codeql-analysis@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
with: with:
language: ${{ matrix.language }} language: ${{ matrix.language }}
queries: security-and-quality queries: security-and-quality

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with: with:
python-version: '3.14' python-version: '3.13'
architecture: 'x64' architecture: 'x64'
# Cache dependencies. From: # Cache dependencies. From: