diff --git a/.github/workflows/build-gems.yml b/.github/workflows/build-gems.yml index f4a76915..e365ad7b 100644 --- a/.github/workflows/build-gems.yml +++ b/.github/workflows/build-gems.yml @@ -29,11 +29,11 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} persist-credentials: false - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ports/archives key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }} - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: "4.0" bundler-cache: true @@ -49,11 +49,11 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} persist-credentials: false - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ports/archives key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }} - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: "4.0" bundler-cache: true @@ -90,7 +90,7 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} persist-credentials: false - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ports/archives key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb', 'dependencies.yml') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e274d6ce..0f45fe63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: "4.0" bundler-cache: true # zizmor: ignore[cache-poisoning] @@ -97,7 +97,7 @@ jobs: mingw: sqlite3 vcpkg: sqlite3 - if: matrix.syslib == 'disable' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.3 # zizmor: ignore[cache-poisoning] + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5.0.3 # zizmor: ignore[cache-poisoning] with: path: ports key: ports-${{ matrix.os }}-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }} @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: vmactions/freebsd-vm@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8 + - uses: vmactions/freebsd-vm@4441bea20b31bfa77329a5af583199362489567e # v1.4.9 with: usesh: true copyback: false @@ -186,7 +186,7 @@ jobs: ruby-version: "4.0" bundler-cache: true apt-get: valgrind - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.3 # zizmor: ignore[cache-poisoning] + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5.0.3 # zizmor: ignore[cache-poisoning] with: path: ports key: ports-ubuntu-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }} @@ -300,7 +300,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: "${{ matrix.ruby }}" - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 150f671d..4ff861f8 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -33,7 +33,7 @@ jobs: bundler: latest bundler-cache: true apt-get: sqlite3 # active record test suite uses the sqlite3 cli - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.3 # zizmor: ignore[cache-poisoning] + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5.0.3 # zizmor: ignore[cache-poisoning] with: path: ports key: ports-ubuntu-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }} diff --git a/.github/workflows/rdoc.yml b/.github/workflows/rdoc.yml index 40cc8429..c69a6935 100644 --- a/.github/workflows/rdoc.yml +++ b/.github/workflows/rdoc.yml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0 - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: "4.0" bundler-cache: true # zizmor: ignore[cache-poisoning] diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 91e98d5a..9a9e4d86 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -54,7 +54,7 @@ jobs: bundler-cache: true apt-get: libsqlite3-dev - if: matrix.lib == 'packaged' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ports key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb','dependencies.yml')}}