Skip to content

Commit d6290c2

Browse files
chore(deps): update official github actions
1 parent 4abf1cc commit d6290c2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/__call-codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245

246246
# Initializes the CodeQL tools for scanning.
247247
- name: Initialize CodeQL
248-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
248+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
249249
with:
250250
languages: ${{ matrix.language }}
251251
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -265,10 +265,10 @@ jobs:
265265
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
266266
- name: Autobuild
267267
if: matrix.build-mode == 'autobuild'
268-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
268+
uses: github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
269269

270270
- name: Perform CodeQL Analysis
271-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
271+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
272272
with:
273273
category: "${{ matrix.category }}"
274274
output: sarif-results
@@ -285,7 +285,7 @@ jobs:
285285
-third\-party/**
286286
287287
- name: Upload SARIF
288-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
288+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
289289
with:
290290
category: "${{ matrix.category }}"
291291
sarif_file: sarif-results/${{ matrix.language }}.sarif

.github/workflows/__call-common-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Python
7979
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8080
with:
81-
python-version: '3.12'
81+
python-version: '3.14'
8282

8383
- name: Install Python dependencies
8484
shell: bash

0 commit comments

Comments
 (0)