Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-workflows group with 3 updates #7067

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
timeout-minutes: 5

# Install cargo nextest command
- uses: taiki-e/install-action@e4ef34df890c5af6027f55257634401a93b14dc7 # pin v2.32.9
- uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # pin v2.32.17
with:
tool: [email protected], [email protected], [email protected]

Expand Down Expand Up @@ -232,7 +232,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@e4ef34df890c5af6027f55257634401a93b14dc7 # pin v2.32.9
- uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # pin v2.32.17
with:
tool: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
timeout-minutes: 5

# Install wasm-pack command
- uses: taiki-e/install-action@e4ef34df890c5af6027f55257634401a93b14dc7 # pin v2.32.9
- uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # pin v2.32.17
with:
tool: wasm-pack@${{ env.wasm-pack-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Check spelling in the repository
id: cspell
uses: streetsidesoftware/cspell-action@ca4bb065dd09aca9c90c935f7dc9bb625985226c # pin v6.1.0
uses: streetsidesoftware/cspell-action@807d7d92b7057593a2de102168506f298405339d # pin v6.2.0
with:
config: .cspell/cspell.config.yml
# Only check for changed files on a PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Log in to the Github Container registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Log in to the Github Container registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/package-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
paths:
- .github/workflows/package-client.yml
- ./client/electron/package.js
- ./client/electron/snap
- client/electron/package.js
- client/electron/snap
workflow_call:
inputs:
version:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
working-directory: client

# Install syft
- uses: taiki-e/install-action@e4ef34df890c5af6027f55257634401a93b14dc7 # pin v2.32.9
- uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # pin v2.32.17
with:
tool: [email protected], wasm-pack@${{ env.wasm-pack-version }}

Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
mv -v parsec-v3_*_*.snap Parsec-v3_${{ steps.version.outputs.full }}_linux_$ARCH.snap

# Install syft
- uses: taiki-e/install-action@e4ef34df890c5af6027f55257634401a93b14dc7 # pin v2.32.9
- uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # pin v2.32.17
with:
tool: [email protected]

Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
timeout-minutes: 5

# Install syft
- uses: taiki-e/install-action@e4ef34df890c5af6027f55257634401a93b14dc7 # pin v2.32.9
- uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # pin v2.32.17
with:
tool: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: python server/packaging/wheel/wheel_it.py ./server --output dist --skip-wheel

# Install syft
- uses: taiki-e/install-action@e4ef34df890c5af6027f55257634401a93b14dc7 # pin v2.32.9
- uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # pin v2.32.17
with:
tool: [email protected]

Expand Down
Loading