-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into avoid-reverifying-min…
…ed-mempool-txs
- Loading branch information
Showing
46 changed files
with
1,752 additions
and
1,366 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
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
|
||
- name: Rust files | ||
id: changed-files-rust | ||
uses: tj-actions/[email protected].3 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
**/*.rs | ||
|
@@ -56,7 +56,7 @@ jobs: | |
- name: Workflow files | ||
id: changed-files-workflows | ||
uses: tj-actions/[email protected].3 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
.github/workflows/*.yml | ||
|
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 |
---|---|---|
|
@@ -93,7 +93,7 @@ jobs: | |
# Automatic tag management and OCI Image Format Specification for labels | ||
- name: Docker meta | ||
id: meta | ||
uses: docker/metadata-action@v5.5.1 | ||
uses: docker/metadata-action@v5.6.1 | ||
with: | ||
# list of Docker images to use as base name for tags | ||
# We only publish images to DockerHub if a release is not a pre-release | ||
|
@@ -161,7 +161,7 @@ jobs: | |
# Build and push image to Google Artifact Registry, and possibly DockerHub | ||
- name: Build & push | ||
id: docker_build | ||
uses: docker/build-push-action@v6.9.0 | ||
uses: docker/build-push-action@v6.10.0 | ||
with: | ||
target: ${{ inputs.dockerfile_target }} | ||
context: . | ||
|
@@ -193,7 +193,7 @@ jobs: | |
# - `dev` for a pull request event | ||
- name: Docker Scout | ||
id: docker-scout | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
# We only run Docker Scout on the `runtime` target, as the other targets are not meant to be released | ||
# and are commonly used for testing, and thus are ephemeral. | ||
# TODO: Remove the `contains` check once we have a better way to determine if just new vulnerabilities are present. | ||
|
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
Oops, something went wrong.