Skip to content

Commit d146d63

Browse files
Rebuild
1 parent 05f56be commit d146d63

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
# We need Python 3.13 for older CLI versions because they are not compatible with Python 3.14 or newer.
2424
# See https://github.com/github/codeql-action/pull/3212
2525
if: matrix.version != 'nightly-latest' && matrix.version != 'linked'
26-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
26+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2727
with:
2828
python-version: "3.13"
2929

pr-checks/sync.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ const languageSetups: LanguageSetups = {
271271
name: "Install Python",
272272
uses: pinnedUses(
273273
"actions/setup-python",
274-
"ece7cb06caefa5fff74198d8649806c4678c61a1",
275-
"v6.3.0",
274+
"5fda3b95a4ea91299a34e894583c3862153e4b97",
275+
"v7.0.0",
276276
),
277277
with: {
278278
"python-version": `\${{ inputs.python-version || '${defaultLanguageVersions.python}' }}`,

0 commit comments

Comments
 (0)