Skip to content

Commit dca26a3

Browse files
Rebuild
1 parent 1582c0e commit dca26a3

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
languages: go
1313
tools: ${{ steps.prepare-test.outputs.tools-url }}
1414
# Deliberately change Go after the `init` step
15-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
15+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
1616
with:
1717
go-version: "1.20"
1818
- name: Build code

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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
26+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2727
with:
2828
python-version: "3.13"
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ versions:
55
- default
66
steps:
77
- name: Set up Ruby
8-
uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
8+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
99
with:
1010
ruby-version: 2.6
1111
- name: Install Code Scanning integration

pr-checks/sync.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ const languageSetups: LanguageSetups = {
233233
name: "Install Go",
234234
uses: pinnedUses(
235235
"actions/setup-go",
236-
"4a3601121dd01d1626a1e23e37211e3254c1c06c",
237-
"v6.4.0",
236+
"924ae3a1cded613372ab5595356fb5720e22ba16",
237+
"v6.5.0",
238238
),
239239
with: {
240240
"go-version": `\${{ inputs.go-version || '${defaultLanguageVersions.go}' }}`,
@@ -271,8 +271,8 @@ const languageSetups: LanguageSetups = {
271271
name: "Install Python",
272272
uses: pinnedUses(
273273
"actions/setup-python",
274-
"a309ff8b426b58ec0e2a45f0f869d46889d02405",
275-
"v6.2.0",
274+
"ece7cb06caefa5fff74198d8649806c4678c61a1",
275+
"v6.3.0",
276276
),
277277
with: {
278278
"python-version": `\${{ inputs.python-version || '${defaultLanguageVersions.python}' }}`,

0 commit comments

Comments
 (0)