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 #5825

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 @@ -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: [email protected], [email protected], [email protected]

Expand Down Expand Up @@ -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: [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@4d8504289abd3a644c6237dea6005f9f28fba01b # pin v2.21.11
- uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3 # pin v2.21.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@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
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 @@ -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: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-ionic-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected], wasm-pack@${{ env.wasm-pack-version }}

Expand Down Expand Up @@ -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: [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 @@ -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: [email protected]

Expand Down
Loading