From eb119ff4b83ae0785ec21bef365f30a44ffcd93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:05:31 +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), [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `taiki-e/install-action` from 2.21.11 to 2.21.17 - [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/4d8504289abd3a644c6237dea6005f9f28fba01b...ccc14bdc8d34cddf54e4f9fb2da0c208427207a3) Updates `streetsidesoftware/cspell-action` from 4.0.1 to 5.0.0 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/be4c6193b2fa8308b1ff5f84db5484c8ce1ca712...52cba17693dc12d7d8f521631037008a17c93e53) Updates `docker/build-push-action` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-workflows - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-workflows - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-workflows ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-rust.yml | 4 ++-- .github/workflows/ci-web.yml | 2 +- .github/workflows/cspell.yml | 2 +- .github/workflows/docker-server.yml | 2 +- .github/workflows/docker-testbed.yml | 4 ++-- .github/workflows/package-ionic-app.yml | 4 ++-- .github/workflows/package-server.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 57a7e8ce99c..56b90239efd 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -85,7 +85,7 @@ jobs: timeout-minutes: 5 # Install cargo nextest command - - uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b # pin v2.21.11 + - uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3 # pin v2.21.17 with: tool: nextest@0.9.54, wasm-pack@0.11.0, cargo-deny@0.14.3 @@ -205,7 +205,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@4d8504289abd3a644c6237dea6005f9f28fba01b # pin v2.21.11 + - uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3 # pin v2.21.17 with: tool: nextest@0.9.54 diff --git a/.github/workflows/ci-web.yml b/.github/workflows/ci-web.yml index 95b6a2144df..b3222d60482 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@4d8504289abd3a644c6237dea6005f9f28fba01b # pin v2.21.11 + - uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3 # pin v2.21.17 with: tool: wasm-pack@${{ env.wasm-pack-version }} diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index ec7f17ef880..cb9d8a59ebc 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -74,7 +74,7 @@ jobs: - name: Check spelling in the repository id: cspell - uses: streetsidesoftware/cspell-action@be4c6193b2fa8308b1ff5f84db5484c8ce1ca712 # pin v4.0.1 + uses: streetsidesoftware/cspell-action@52cba17693dc12d7d8f521631037008a17c93e53 # pin v5.0.0 with: config: .cspell/cspell.config.yml # Only check for changed files on a PR diff --git a/.github/workflows/docker-server.yml b/.github/workflows/docker-server.yml index 94a24080c4e..a22126521b1 100644 --- a/.github/workflows/docker-server.yml +++ b/.github/workflows/docker-server.yml @@ -65,7 +65,7 @@ jobs: run: echo ${{ steps.metadata.outputs.tags }} - name: Build and publish - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 id: build with: context: . diff --git a/.github/workflows/docker-testbed.yml b/.github/workflows/docker-testbed.yml index b6284e9f198..36da588bb18 100644 --- a/.github/workflows/docker-testbed.yml +++ b/.github/workflows/docker-testbed.yml @@ -73,7 +73,7 @@ jobs: latest=${{ github.event_name == 'workflow_dispatch' }} - name: Build and export to Docker - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 id: build with: context: . @@ -106,7 +106,7 @@ jobs: - name: Build and publish if: github.event_name == 'workflow_dispatch' - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . file: server/packaging/testbed-server/testbed-server.dockerfile diff --git a/.github/workflows/package-ionic-app.yml b/.github/workflows/package-ionic-app.yml index 27662ad812d..4e8233726c3 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@4d8504289abd3a644c6237dea6005f9f28fba01b # pin v2.21.11 + - uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3 # pin v2.21.17 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@4d8504289abd3a644c6237dea6005f9f28fba01b # pin v2.21.11 + - uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3 # pin v2.21.17 with: tool: syft@0.84.0 diff --git a/.github/workflows/package-server.yml b/.github/workflows/package-server.yml index d8c8508ca7c..21c48d9c666 100644 --- a/.github/workflows/package-server.yml +++ b/.github/workflows/package-server.yml @@ -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@4d8504289abd3a644c6237dea6005f9f28fba01b # pin v2.21.11 + - uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3 # pin v2.21.17 with: tool: syft@0.84.0