corpus

Log | Files | Refs | README | LICENSE

commit 0cccee309076e29470f370e2268750f6c0e092df
parent 48ed620d52f0b827c3b9f437858475c00e181d88
Author: mtmn <miro@haravara.org>
Date:   Sat,  2 May 2026 03:22:50 +0200

feat(ci): update workflows

Diffstat:
M.github/workflows/release-please.yml | 4++--
M.github/workflows/test.yml | 6+++---
M.pinact.yaml | 2++
3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ jobs: prs_created: ${{ steps.release.outputs.prs_created }} pr_branch: ${{ steps.release.outputs.prs_created == 'true' && fromJSON(steps.release.outputs.pr).headBranchName || '' }} steps: - - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 + - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 id: release with: token: ${{ secrets.GITHUB_TOKEN }} @@ -27,7 +27,7 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.prs_created == 'true' }} steps: - - uses: DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14 + - uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22 - name: Update npmDepsHash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -9,17 +9,17 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ inputs.ref || github.ref }} - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '24' cache: npm - name: Install dependencies run: npm ci - name: Cache spago packages - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cache/spago-nodejs key: spago-${{ hashFiles('spago.lock') }} diff --git a/.pinact.yaml b/.pinact.yaml @@ -5,6 +5,8 @@ version: 3 # - pattern: action.yaml # - pattern: */action.yaml +# separator: " # " + ignore_actions: # - name: slsa-framework/slsa-github-generator/\.github/workflows/generator_generic_slsa3\.yml # ref: v\d+\.\d+\.\d+