[READ-ONLY] Mirror of https://github.com/danielroe/errx. Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.
error stack-trace
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update actions/checkout digest to 3d3c42e (#116)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Jul 27, 2026, 8:17 AM +0100) commit cfe4e0e1 parent 283babb0
+4 -4
+2 -2
.github/workflows/ci.yml
··· 13 13 runs-on: ubuntu-latest 14 14 15 15 steps: 16 - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 16 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 17 17 - run: corepack enable 18 18 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 19 19 with: ··· 30 30 runs-on: ubuntu-latest 31 31 32 32 steps: 33 - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 33 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 34 34 - run: corepack enable 35 35 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 36 36 with:
+1 -1
.github/workflows/codeql.yml
··· 24 24 25 25 steps: 26 26 - name: Checkout 27 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 27 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 28 28 29 29 - name: Initialize CodeQL 30 30 uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4
+1 -1
.github/workflows/provenance.yml
··· 13 13 check-provenance: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 16 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 17 17 with: 18 18 fetch-depth: 0 19 19 - name: Check provenance downgrades