• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dfinity / rust-dogecoin
84%

Build:
DEFAULT BRANCH: doge-master
Repo Added 23 May 2025 02:56PM UTC
Token 0vnOS7eVeqMF4f8vLdSYxd8ea1YVS3t9V regen
Build 284 Last
Files 97
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH doge-master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • basvandijk/team-rename
  • bitcoin-0.32.5-doge.0
  • bitcoin-0.32.5-doge.1
  • bitcoin-0.32.7-doge.0
  • chore/pin-actions-to-sha
  • create-pull-request/patch
  • doge-master
  • mducroux/XC-374-add-license
  • mducroux/XC-375-init-dogecoin
  • mducroux/XC-379-scrypt-hash-support
  • mducroux/XC-383-add-dogecoin-network
  • mducroux/XC-388-dogecoin-daa
  • mducroux/XC-431-add-difficulty-calculation-blocks-5000-144999
  • mducroux/XC-434-add-digishield-daa
  • mducroux/XC-434-add-digishield-difficulty-adjustment
  • mducroux/XC-435-auxpow-validation
  • mducroux/XC-533-first-release
  • mducroux/XC-533-first-release-changelog
  • mducroux/add-codeowner-file
  • mducroux/add-more-tests
  • mducroux/bitcoin-dogecoin-0.32.7
  • mducroux/doge-0.32.7
  • mducroux/dogecoin-params
  • mducroux/dogecoin-v0.32.7
  • mducroux/fix-doc-build
  • mducroux/release-0.32.7-doge.0-changelog
  • mducroux/trusted-publishing
  • mducroux/update-cargo-version
  • paulliu/change-to-stable-release
  • paulliu/dogecoin-address
  • paulliu/dogecoin-p2p-message
  • paulliu/index-network-message-by-header-too
  • paulliu/more-methods-for-network
  • paulliu/pass-p2p-version-explicitly
  • paulliu/update-serde_cbor-0-10
  • sync-rebase-master
  • v0.32.5-doge.0
  • v0.32.5-doge.1
  • v0.32.7-doge.0

10 Apr 2026 08:59AM UTC coverage: 83.525% (-0.03%) from 83.557%
24235167691

push

github

web-flow
chore: pin GitHub Actions to commit SHAs (#31)

## Pin GitHub Actions to commit SHAs

GitHub Actions referenced by tag (e.g. `actions/checkout@v4`) use a
mutable pointer — the tag owner can move it to a different commit at any
time, including a malicious one. This is the attack vector used in the
tj-actions/changed-files incident (CVE-2025-30066).

Pinning to a full 40-character commit SHA makes the reference immutable.
The `# tag` comment preserves human readability so reviewers can tell
which version is pinned.

Important: a SHA can also originate from a forked repository. A
malicious actor can fork an action, push a compromised commit to the
fork, and the SHA will resolve — but it won't exist in the upstream
canonical repo. Each SHA in this PR was verified against the action's
canonical repository (not a fork).

### Changes

- `actions/checkout@v4` ->
`actions/checkout@<a class=hub.com/dfinity/rust-dogecoin/commit/34e114876b0b11c390a56381ad16ebd13914f8d5">34e114876 # v4.3.1`
  - Version: v4.3.1 | Latest: v6.0.2 | Release age: 90d
- Commit:
https://github.com/actions/checkout/commit/34e114876b0b11c390a56381ad16ebd13914f8d5

- `dtolnay/rust-toolchain@stable` ->
`dtolnay/rust-toolchain@<a class=hub.com/dfinity/rust-dogecoin/commit/29eef336d9b2848a0b548edc03f92a220660cdb8">29eef336d #
stable`
  - Version: stable | Latest: v1 | Release age: 1364d
- Commit:
https://github.com/dtolnay/rust-toolchain/commit/29eef336d9b2848a0b548edc03f92a220660cdb8

- `taiki-e/install-action@cargo-llvm-cov` ->
`taiki-e/install-action@<a class=hub.com/dfinity/rust-dogecoin/commit/d3ea2d8a04fb383a850d99dfc6d6e5d41414d476">d3ea2d8a0 #
cargo-llvm-cov`
  - Version: cargo-llvm-cov | Latest: v2.75.4 | Release age: 7d
- Commit:
https://github.com/taiki-e/install-action/commit/d3ea2d8a04fb383a850d99dfc6d6e5d41414d476
- Warnings: Latest release v2.75.4 is only 0 day(s) old (< 7 days).
Using previous safe release.

- `actions/cache@v4` ->
`actions/cache@<a class=hub.com/dfinity/rust-dogecoin/commit/0057852bfaa89a56745cba8c7296529d2fc39830">0057852bf # v4.3.0`
  - Version: v4.3.0 | Latest: v5.0.4 | Release age: 22d
- Commit:
https://github.com/actions/cache/commit/0057852bfaa89a56745cba8c7296529d2fc39830

- `... (continued)

18058 of 21620 relevant lines covered (83.52%)

16568.19 hits per line

Relevant lines Covered
Build:
Build:
21620 RELEVANT LINES 18058 COVERED LINES
16568.19 HITS PER LINE
Source Files on doge-master
  • Tree
  • List 97
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24235167691 doge-master chore: pin GitHub Actions to commit SHAs (#31) ## Pin GitHub Actions to commit SHAs GitHub Actions referenced by tag (e.g. `actions/checkout@v4`) use a mutable pointer — the tag owner can move it to a different commit at any time, including a ma... push 10 Apr 2026 09:00AM UTC web-flow github
83.52
24233999104 chore/pin-actions-to-sha chore: pin actions to SHA in .github/workflows/cron-daily-fuzz.yml push 10 Apr 2026 08:30AM UTC slawomirbabicz github
83.53
24234006176 chore/pin-actions-to-sha chore: pin actions to SHA in .github/workflows/release.yml push 10 Apr 2026 08:30AM UTC slawomirbabicz github
83.52
24234007072 chore/pin-actions-to-sha chore: pin actions to SHA in .github/workflows/rust.yml Pull #31 10 Apr 2026 08:29AM UTC slawomirbabicz github
83.53
24234010215 chore/pin-actions-to-sha Merge 84ab6469f into 15817e77d Pull #31 10 Apr 2026 08:29AM UTC web-flow github pending completion  
24234002260 chore/pin-actions-to-sha chore: pin actions to SHA in .github/workflows/cron-weekly-rustfmt.yml push 10 Apr 2026 08:29AM UTC slawomirbabicz github
83.53
24233997234 chore/pin-actions-to-sha chore: dfinity/defi-team -> dfinity/defi (#30) push 10 Apr 2026 08:29AM UTC web-flow github
83.56
24234003234 chore/pin-actions-to-sha chore: pin actions to SHA in .github/workflows/gh-release.yml push 10 Apr 2026 08:29AM UTC slawomirbabicz github
83.52
24234005162 chore/pin-actions-to-sha chore: pin actions to SHA in .github/workflows/manage-pr.yml push 10 Apr 2026 08:29AM UTC slawomirbabicz github
83.53
24234000796 chore/pin-actions-to-sha chore: pin actions to SHA in .github/workflows/cron-daily-update-nightly.yml push 10 Apr 2026 08:29AM UTC slawomirbabicz github
83.55
See All Builds (202)

Badge your Repo: rust-dogecoin

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc