diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 47f439c..166391a 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -13,7 +13,7 @@ runs: uses: actions/checkout@v4 - name: Set the node version - uses: actions/setup-node@v5 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} cache: yarn diff --git a/.trufflehog3.yml b/.trufflehog3.yml index 9cb6c62..eb2ae47 100644 --- a/.trufflehog3.yml +++ b/.trufflehog3.yml @@ -22,6 +22,7 @@ exclude: - message: Tooling outputs paths: + - output/cache-db.json + - spago.lock - yarn-error.log - yarn.lock - - output/cache-db.json