8000 Bump up the latest version of actions · github/ruby@b04f399 · GitHub
[go: up one dir, main page]

Skip to content

Commit b04f399

Browse files
committed
Bump up the latest version of actions
1 parent 6e95400 commit b04f399

23 files changed

+54
-54
lines changed

.github/workflows/annocheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- run: id
6464
working-directory:
6565

66-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
66+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6767
with:
6868
sparse-checkout-cone-mode: false
6969
sparse-checkout: /.github
@@ -74,7 +74,7 @@ jobs:
7474
builddir: build
7575
makeup: true
7676

77-
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
77+
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
7878
with:
7979
ruby-version: '3.0'
8080
bundler: none

.github/workflows/baseruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
- ruby-3.3
5252

5353
steps:
54-
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
54+
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
5555
with:
5656
ruby-version: ${{ matrix.ruby }}
5757
bundler: none
5858

59-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
59+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060

6161
- uses: ./.github/actions/setup/ubuntu
6262

.github/workflows/bundled_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
steps:
34-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
with:
3636
token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
3737

.github/workflows/check_dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131

3232
steps:
33-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434

3535
- uses: ./.github/actions/setup/ubuntu
3636
if: ${{ contains(matrix.os, 'ubuntu') }}
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: ./.github/actions/setup/directories
4242

43-
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
43+
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
4444
with:
4545
ruby-version: '3.0'
4646
bundler: none

.github/workflows/check_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
2424

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout repository
63-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
63+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464

6565
- name: Install libraries
6666
if: ${{ contains(matrix.os, 'macos') }}
@@ -92,7 +92,7 @@ jobs:
9292
output: sarif-results
9393

9494
- name: filter-sarif
95-
uses: advanced-security/filter-sarif@f3b8118a9349d88f7b1c0c488476411145b6270d # v1.0.1
95+
uses: advanced-security/filter-sarif@bc96d9fb9338c5b48cc440b1b4d0a350b26a20db # v1.0.0
9696
with:
9797
patterns: |
9898
+**/*.rb

.github/workflows/compilers.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ needs.compile-if.result == 'success' }}
5353
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
5454
steps:
55-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
5757
# Set fetch-depth: 10 so that Launchable can receive commits information.
5858
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ needs.compile-if.result == 'success' }}
7474
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
7575
steps:
76-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
76+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
7878
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
7979
- name: 'GCC 13 LTO'
@@ -100,7 +100,7 @@ jobs:
100100
if: ${{ needs.compile-if.result == 'success' }}
101101
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
102102
steps:
103-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
103+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104104
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
105105
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
106106
- { uses: './.github/actions/compilers', name: 'clang 20', with: { tag: 'clang-20' } }
@@ -118,7 +118,7 @@ jobs:
118118
if: ${{ needs.compile-if.result == 'success' }}
119119
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
120120
steps:
121-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
122122
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
123123
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
124124
- { uses: './.github/actions/compilers', name: 'clang 13', with: { tag: 'clang-13' } }
@@ -138,7 +138,7 @@ jobs:
138138
if: ${{ needs.compile-if.result == 'success' }}
139139
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
140140
steps:
141-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
141+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142142
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
143143
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
144144
# -Wno-strict-prototypes is necessary with current clang-15 since
@@ -163,7 +163,7 @@ jobs:
163163
if: ${{ needs.compile-if.result == 'success' }}
164164
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
165165
steps:
166-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
166+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167167
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
168168
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
169169
- { uses: './.github/actions/compilers', name: 'C++20', with: { CXXFLAGS: '-std=c++20 -Werror=pedantic -pedantic-errors -Wno-c++11-long-long' } }
@@ -182,7 +182,7 @@ jobs:
182182
if: ${{ needs.compile-if.result == 'success' }}
183183
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
184184
steps:
185-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
185+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186186
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
187187
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
188188
- { uses: './.github/actions/compilers', name: 'disable-jit', with: { append_configure: '--disable-yjit --disable-rjit' } }
@@ -201,7 +201,7 @@ jobs:
201201
if: ${{ needs.compile-if.result == 'success' }}
202202
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
203203
steps:
204-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
204+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
205205
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
206206
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
207207
- { uses: './.github/actions/compilers', name: 'NDEBUG', with: { cppflags: '-DNDEBUG' } }
@@ -220,7 +220,7 @@ jobs:
220220
if: ${{ needs.compile-if.result == 'success' }}
221221
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
222222
steps:
223-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
223+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
224224
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
225225
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
226226
- { uses: './.github/actions/compilers', name: 'HASH_DEBUG', with: { cppflags: '-DHASH_DEBUG' } }
@@ -239,7 +239,7 @@ jobs:
239239
if: ${{ needs.compile-if.result == 'success' }}
240240
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
241241
steps:
242-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
242+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
243243
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
244244
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
245245
- { uses: './.github/actions/compilers', name: 'USE_LAZY_LOAD', with: { cppflags: '-DUSE_LAZY_LOAD' } }
@@ -258,7 +258,7 @@ jobs:
258258
if: ${{ needs.compile-if.result == 'success' }}
259259
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
260260
steps:
261-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
261+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
262262
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
263263
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
264264
- { uses: './.github/actions/compilers', name: 'GC_DEBUG_STRESS_TO_CLASS', with: { cppflags: '-DGC_DEBUG_STRESS_TO_CLASS' } }
@@ -277,7 +277,7 @@ jobs:
277277
if: ${{ needs.compile-if.result == 'success' }}
278278
services: { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
279279
steps:
280-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
280+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
281281
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
282282
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
283283
- { uses: './.github/actions/compilers', name: 'VM_DEBUG_BP_CHECK', with: { cppflags: '-DVM_DEBUG_BP_CHECK' } }

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- run: git config --global core.autocrlf input
4444

45-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
45+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646

4747
- name: Setup Cygwin
4848
uses: cygwin/cygwin-install-action@master

.github/workflows/default_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.repository == 'ruby/ruby' }}
2121

2222
steps:
23-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
2626

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Dependabot metadata
14-
uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0
14+
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3.0
1515
id: metadata
1616

1717
- name: Wait for status checks

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
)}}
6666
6767
steps:
68-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
68+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6969
with:
7070
sparse-checkout-cone-mode: false
7171
sparse-checkout: /.github

.github/workflows/mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
steps:
6969
- name: Set up Ruby & MSYS2
70-
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
70+
uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
7171
with:
7272
ruby-version: ${{ matrix.baseruby }}
7373

@@ -94,7 +94,7 @@ jobs:
9494
echo ::endgroup::
9595
$result
9696
97-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
97+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9898
with:
9999
sparse-checkout-cone-mode: false
100100
sparse-checkout: /.github

.github/workflows/modgc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
)}}
5252
5353
steps:
54-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
54+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555
with:
5656
sparse-checkout-cone-mode: false
5757
sparse-checkout: /.github
@@ -64,7 +64,7 @@ jobs:
6464
uses: ./.github/actions/setup/ubuntu
6565
if: ${{ contains(matrix.os, 'ubuntu') }}
6666

67-
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
67+
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
6868
with:
6969
ruby-version: '3.0'
7070
bundler: none

.github/workflows/parsey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
)}}
5454
5555
steps:
56-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
56+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5757
with:
5858
sparse-checkout-cone-mode: false
5959
sparse-checkout: /.github

.github/workflows/rjit-bindgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
4848
steps:
4949
- name: Set up Ruby
50-
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
50+
uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
5151
with:
5252
ruby-version: '3.1'
5353

54-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
54+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555
with:
5656
sparse-checkout-cone-mode: false
5757
sparse-checkout: /.github

.github/workflows/rjit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
)}}
5656
5757
steps:
58-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5959
with:
6060
sparse-checkout-cone-mode: false
6161
sparse-checkout: /.github

.github/workflows/scorecards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232

3333
steps:
3434
- name: 'Checkout code'
35-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
with:
3737
persist-credentials: false
3838

3939
- name: 'Run analysis'
40-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
40+
uses: ossf/scorecard-action@ea651e62978af7915d09fe2e282747c798bf2dab # v2.4.1
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -59,7 +59,7 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
# - name: "Upload artifact"
62-
# uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
62+
# uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6363
# with:
6464
# name: SARIF file
6565
# path: results.sarif

.github/workflows/spec_guards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- ruby-3.3
4646

4747
steps:
48-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949

50-
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
50+
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
5151
with:
5252
ruby-version: ${{ matrix.ruby }}
5353
bundler: none

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
)}}
6060
6161
steps:
62-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
62+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363
with:
6464
sparse-checkout-cone-mode: false
6565
sparse-checkout: /.github
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
arch: ${{ matrix.arch }}
7070

71-
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
71+
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
7272
with:
7373
ruby-version: '3.0'
7474
bundler: none

.github/workflows/wasm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
)}}
6262
6363
steps:
64-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
64+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6565
with:
6666
sparse-checkout-cone-mode: false
6767
sparse-checkout: /.github
@@ -100,7 +100,7 @@ jobs:
100100
run< CB3E /span>: |
101101
echo "WASI_SDK_PATH=/opt/wasi-sdk" >> $GITHUB_ENV
102102
103-
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
103+
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
104104
with:
105105
ruby-version: '3.0'
106106
bundler: none
@@ -142,7 +142,7 @@ jobs:
142142
- run: tar cfz ../install.tar.gz -C ../install .
143143

144144
- name: Upload artifacts
145-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
145+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
146146
with:
147147
name: ruby-wasm-install
148148
path: ${{ github.workspace }}/install.tar.gz
@@ -170,7 +170,7 @@ jobs:
170170
- name: Save Pull Request number
171171
if: ${{ github.event_name == 'pull_request' }}
172172
run: echo "${{ github.event.pull_request.number }}" >> ${{ github.workspace }}/github-pr-info.txt
173-
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
173+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
174174
if: ${{ github.event_name == 'pull_request' }}
175175
with:
176176
name: github-pr-info

0 commit comments

Comments
 (0)
0