-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `taiki-e/install-action` from 2.45.6 to 2.45.14 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@6da51af...ec9269c) Updates `docker/build-push-action` from 6.9.0 to 6.10.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4f58ea7...48aba3b) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4bf690a
commit 2aca250
Showing
7 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ jobs: | |
timeout-minutes: 5 | ||
|
||
# Install cargo nextest command | ||
- uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # pin v2.45.6 | ||
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # pin v2.45.14 | ||
with: | ||
tool: [email protected], [email protected], [email protected] | ||
|
||
|
@@ -263,7 +263,7 @@ jobs: | |
timeout-minutes: 5 | ||
|
||
# Install cargo nextest command | ||
- uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # pin v2.45.6 | ||
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # pin v2.45.14 | ||
with: | ||
tool: [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,7 +191,7 @@ jobs: | |
diff --unified .pre-commit-config.yaml $TEMP_FILE || true | ||
echo "path=$TEMP_FILE" >> $GITHUB_OUTPUT | ||
- uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # pin v2.45.6 | ||
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # pin v2.45.14 | ||
with: | ||
tool: [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,7 @@ jobs: | |
working-directory: client | ||
|
||
# Install syft | ||
- uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # pin v2.45.6 | ||
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # pin v2.45.14 | ||
with: | ||
tool: [email protected], wasm-pack@${{ env.wasm-pack-version }} | ||
|
||
|
@@ -211,7 +211,7 @@ jobs: | |
mv -v parsec_*_*.snap Parsec_${{ steps.version.outputs.full }}_linux_$ARCH.snap | ||
# Install syft | ||
- uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # pin v2.45.6 | ||
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # pin v2.45.14 | ||
with: | ||
tool: [email protected] | ||
|
||
|
@@ -404,7 +404,7 @@ jobs: | |
timeout-minutes: 1 | ||
|
||
# Install syft | ||
- uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # pin v2.45.6 | ||
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # pin v2.45.14 | ||
with: | ||
tool: [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ jobs: | |
run: python server/packaging/wheel/wheel_it.py ./server --output dist --skip-wheel | ||
|
||
# Install syft | ||
- uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # pin v2.45.6 | ||
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # pin v2.45.14 | ||
with: | ||
tool: [email protected] | ||
|
||
|