File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 with :
3030 ref : ${{ inputs.ref || github.ref }}
3131 persist-credentials : false
32- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
32+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3333 with :
3434 path : ports/archives
3535 key : ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
36- - uses : ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293 .0
36+ - uses : ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295 .0
3737 with :
3838 ruby-version : " 4.0"
3939 bundler-cache : true
@@ -49,11 +49,11 @@ jobs:
4949 with :
5050 ref : ${{ inputs.ref || github.ref }}
5151 persist-credentials : false
52- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
52+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5353 with :
5454 path : ports/archives
5555 key : ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
56- - uses : ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293 .0
56+ - uses : ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295 .0
5757 with :
5858 ruby-version : " 4.0"
5959 bundler-cache : true
9090 with :
9191 ref : ${{ inputs.ref || github.ref }}
9292 persist-credentials : false
93- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
93+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9494 with :
9595 path : ports/archives
9696 key : ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb', 'dependencies.yml') }}
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 with :
4545 persist-credentials : false
46- - uses : ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293 .0
46+ - uses : ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295 .0
4747 with :
4848 ruby-version : " 4.0"
4949 bundler-cache : true # zizmor: ignore[cache-poisoning]
9797 mingw : sqlite3
9898 vcpkg : sqlite3
9999 - if : matrix.syslib == 'disable'
100- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 # zizmor: ignore[cache-poisoning]
100+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.3 # zizmor: ignore[cache-poisoning]
101101 with :
102102 path : ports
103103 key : ports-${{ matrix.os }}-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -186,7 +186,7 @@ jobs:
186186 ruby-version : " 4.0"
187187 bundler-cache : true
188188 apt-get : valgrind
189- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 # zizmor: ignore[cache-poisoning]
189+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.3 # zizmor: ignore[cache-poisoning]
190190 with :
191191 path : ports
192192 key : ports-ubuntu-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -300,7 +300,7 @@ jobs:
300300 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
301301 with :
302302 persist-credentials : false
303- - uses : ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293 .0
303+ - uses : ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295 .0
304304 with :
305305 ruby-version : " ${{ matrix.ruby }}"
306306 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
Original file line number Diff line number Diff line change 3333 bundler : latest
3434 bundler-cache : true
3535 apt-get : sqlite3 # active record test suite uses the sqlite3 cli
36- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 # zizmor: ignore[cache-poisoning]
36+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.3 # zizmor: ignore[cache-poisoning]
3737 with :
3838 path : ports
3939 key : ports-ubuntu-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
Original file line number Diff line number Diff line change 2727 with :
2828 persist-credentials : false
2929 - uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
30- - uses : ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293 .0
30+ - uses : ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295 .0
3131 with :
3232 ruby-version : " 4.0"
3333 bundler-cache : true # zizmor: ignore[cache-poisoning]
Original file line number Diff line number Diff line change 5454 bundler-cache : true
5555 apt-get : libsqlite3-dev
5656 - if : matrix.lib == 'packaged'
57- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
57+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5858 with :
5959 path : ports
6060 key : ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb','dependencies.yml')}}
You can’t perform that action at this time.
0 commit comments