[READ-ONLY] Mirror of https://github.com/danielroe/firstcommit.is. Find your first open-source commit on GitHub firstcommit.is
api commit github nuxt oauth
0

Configure Feed

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

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

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 2c7c6b51 parent 81519242
+2 -2
+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
+1 -1
.github/workflows/test.yml
··· 18 18 runs-on: ubuntu-latest 19 19 20 20 steps: 21 - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 21 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 22 22 - run: corepack enable 23 23 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 24 24 with: