[READ-ONLY] Mirror of https://github.com/danielroe/uppt. A composite GitHub Action that turns conventional commits into a draft release PR, tags the PR on merge, and stages publishing to npm via OIDC
github-action npm npmjs oidc staged-publish trusted-publishing
0

Configure Feed

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

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

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 7eddcc7d parent b8850c01
+2 -2
+2 -2
.github/workflows/ci.yml
··· 17 17 contents: read 18 18 19 19 steps: 20 - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 20 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 21 21 with: 22 22 persist-credentials: false 23 23 - run: corepack enable ··· 46 46 # once code scanning is enabled under Settings -> Code security. 47 47 security-events: write 48 48 steps: 49 - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 49 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 50 50 with: 51 51 persist-credentials: false 52 52