From 8420f7c5134781ba0a2b167a79e218f75d9afb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:07:08 +0000 Subject: [PATCH 1/2] Bump aminya/setup-cpp from 0.44.0 to 0.45.0 Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/d485b24c1283deafc12b4b8ae90ff09c0d1eb972...1fd813945e55021261b381c59275db442da4082f) --- updated-dependencies: - dependency-name: aminya/setup-cpp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1499831..f04d7d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Prepare build tools - uses: aminya/setup-cpp@d485b24c1283deafc12b4b8ae90ff09c0d1eb972 # v0.44.0 + uses: aminya/setup-cpp@1fd813945e55021261b381c59275db442da4082f # v0.45.0 with: compiler: ${{ matrix.compiler }} cmake: ${{ matrix.cmake-version }} From 647fce347bae22c3d3b457a5987a25a5d490da8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:55:58 +0000 Subject: [PATCH 2/2] Bump awalsh128/cache-apt-pkgs-action from 1.4.2 to 1.4.3 Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/a6c3917cc929dd0345bfb2d3feaf9101823370ad...5902b33ae29014e6ca012c5d8025d4346556bd40) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/coverity.yml | 2 +- .github/workflows/db-compatibility.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04d7d3..efddf61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: compiler: ${{ matrix.compiler }} cmake: ${{ matrix.cmake-version }} - name: Install cached APT packages - uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2 + uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3 with: packages: libevent-dev libuv1-dev libev-dev libglib2.0-dev version: 1.0 diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index a8eb872..f3a1304 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -29,7 +29,7 @@ jobs: COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }} - name: Prepare - uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2 + uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3 with: packages: libevent-dev cmake version: 1.0 diff --git a/.github/workflows/db-compatibility.yml b/.github/workflows/db-compatibility.yml index 05a821e..3f6389b 100644 --- a/.github/workflows/db-compatibility.yml +++ b/.github/workflows/db-compatibility.yml @@ -16,7 +16,7 @@ jobs: - valkey-version: 7.2.5 steps: - name: Prepare - uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2 + uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3 with: packages: libevent-dev version: 1.0 @@ -62,7 +62,7 @@ jobs: - redis-version: 5.0.14 steps: - name: Prepare - uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2 + uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3 with: packages: libevent-dev version: 1.0