From 66734e6f91b83f09f94dd02d09c86ceaafe1d810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:36:22 +0000 Subject: [PATCH] Bump the github-workflows group with 3 updates Bumps the github-workflows group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `taiki-e/install-action` from 2.26.7 to 2.26.12 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/bee85d7ea77c01f7a403c22ac2c802b431b093df...e17a4e247d4a36441181d7758c499d97e1e006bd) Updates `docker/metadata-action` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/dbef88086f6cef02e264edb7dbf63250c17cef6c...8e5442c4ef9f78752691e2d8f8d19755c6f78e81) Updates `pypa/cibuildwheel` from 2.16.4 to 2.16.5 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/0b04ab1040366101259658b355777e4ff2d16f83...ce3fb7832089eb3e723a0a99cab7f3eaccf074fd) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-workflows - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-workflows - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-workflows ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-rust.yml | 4 ++-- .github/workflows/ci-web.yml | 2 +- .github/workflows/docker-server.yml | 2 +- .github/workflows/docker-testbed.yml | 2 +- .github/workflows/package-ionic-app.yml | 4 ++-- .github/workflows/package-server.yml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 846aa093801..772317dfc98 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -96,7 +96,7 @@ jobs: timeout-minutes: 5 # Install cargo nextest command - - uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7 + - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12 with: tool: nextest@0.9.54, wasm-pack@0.11.0, cargo-deny@0.14.3 @@ -224,7 +224,7 @@ jobs: mv 'D:/a/_temp/winfsp-tests-x64.exe' 'C:/Program Files (x86)/WinFsp/bin/' # Install cargo nextest command - - uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7 + - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12 with: tool: nextest@0.9.54 diff --git a/.github/workflows/ci-web.yml b/.github/workflows/ci-web.yml index a4e5ec6dde4..ad4df7882e4 100644 --- a/.github/workflows/ci-web.yml +++ b/.github/workflows/ci-web.yml @@ -110,7 +110,7 @@ jobs: timeout-minutes: 5 # Install wasm-pack command - - uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7 + - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12 with: tool: wasm-pack@${{ env.wasm-pack-version }} diff --git a/.github/workflows/docker-server.yml b/.github/workflows/docker-server.yml index 24f05bf8e9d..e4287d7ce1c 100644 --- a/.github/workflows/docker-server.yml +++ b/.github/workflows/docker-server.yml @@ -49,7 +49,7 @@ jobs: sed -n 's/^.*Tool.Parsec: "\(.*\)",$/current=\1/p' misc/version_updater.py | tee $GITHUB_OUTPUT - name: Generate build metadata - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 id: metadata with: images: diff --git a/.github/workflows/docker-testbed.yml b/.github/workflows/docker-testbed.yml index acfcdb6db22..727801c44a5 100644 --- a/.github/workflows/docker-testbed.yml +++ b/.github/workflows/docker-testbed.yml @@ -60,7 +60,7 @@ jobs: timeout-minutes: 1 - name: Generate build metadata - uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 id: metadata with: images: diff --git a/.github/workflows/package-ionic-app.yml b/.github/workflows/package-ionic-app.yml index ebb2f523104..9a45d63606a 100644 --- a/.github/workflows/package-ionic-app.yml +++ b/.github/workflows/package-ionic-app.yml @@ -41,7 +41,7 @@ jobs: working-directory: client # Install syft - - uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7 + - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12 with: tool: syft@0.84.0, wasm-pack@${{ env.wasm-pack-version }} @@ -118,7 +118,7 @@ jobs: timeout-minutes: 5 # Install syft - - uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7 + - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12 with: tool: syft@0.84.0 diff --git a/.github/workflows/package-server.yml b/.github/workflows/package-server.yml index c58a25e9970..d4909b07482 100644 --- a/.github/workflows/package-server.yml +++ b/.github/workflows/package-server.yml @@ -102,7 +102,7 @@ jobs: run: python3 misc/version_updater.py --tool parsec --version ${{ steps.version.outputs.full }} - name: Build wheel - uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # pin v2.16.4 + uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # pin v2.16.5 with: package-dir: server output-dir: dist @@ -139,7 +139,7 @@ jobs: run: python server/packaging/wheel/wheel_it.py ./server --output dist --skip-wheel # Install syft - - uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7 + - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12 with: tool: syft@0.84.0