fix(deps): update module github.com/suzuki-shunsuke/urfave-cli-v3-util to v0.1.0 #1976
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: autofix.ci | |
| on: pull_request | |
| permissions: {} | |
| jobs: | |
| autofix: | |
| runs-on: ubuntu-24.04 | |
| permissions: {} | |
| timeout-minutes: 15 | |
| steps: | |
| - uses: suzuki-shunsuke/go-autofix-action@00c2661f4665666ed7c3cb3f8a27725e3e9bf686 # v0.1.10 | |
| with: | |
| aqua_version: v2.55.1 | |
| - run: aqua upc -prune | |
| working-directory: pkg/cosign | |
| env: | |
| AQUA_GITHUB_TOKEN: ${{github.token}} | |
| - run: aqua upc -prune | |
| working-directory: pkg/slsa | |
| env: | |
| AQUA_GITHUB_TOKEN: ${{github.token}} | |
| - run: aqua upc -prune | |
| working-directory: pkg/minisign | |
| env: | |
| AQUA_GITHUB_TOKEN: ${{github.token}} | |
| - run: aqua upc -prune | |
| working-directory: pkg/ghattestation | |
| env: | |
| AQUA_GITHUB_TOKEN: ${{github.token}} | |
| - run: git ls-files docs | xargs pinact run -u | |
| working-directory: website | |
| env: | |
| GITHUB_TOKEN: ${{github.token}} | |
| - name: get nested property | |
| id: package_json | |
| uses: notiz-dev/github-action-json-property@a5a9c668b16513c737c3e1f8956772c99c73f6e8 # v0.2.0 | |
| with: | |
| path: website/package.json | |
| prop_path: volta.node | |
| - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 | |
| with: | |
| node-version: ${{steps.package_json.outputs.prop}} | |
| cache: npm | |
| cache-dependency-path: website/package-lock.json | |
| - run: npm ci | |
| working-directory: website | |
| - run: bash scripts/generate-usage.sh | |
| working-directory: website | |
| - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2 |