diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ea44005..3d608c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,13 +14,13 @@ jobs: matrix: include: - target: x86_64-unknown-linux-gnu - runs-on: [self-hosted, Linux] + runs-on: [ubuntu-20.04] - target: aarch64-unknown-linux-gnu - runs-on: [self-hosted, Linux] + runs-on: [ubuntu-20.04] - target: x86_64-apple-darwin - runs-on: [self-hosted, macOS] + runs-on: [macos-12] - target: aarch64-apple-darwin - runs-on: [self-hosted, macOS] + runs-on: [macos-12] runs-on: ${{ matrix.runs-on }} steps: diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 6e987dc..96f93a8 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -11,7 +11,7 @@ runtimes: - node@18.12.1 - rust@1.76.0 cli: - version: 1.20.0 + version: 1.20.1 api: address: api.trunk-staging.io:8443 @@ -27,7 +27,7 @@ lint: files: [ALL] commands: - name: lint - run: ${workspace}/toolbox-latest --upstream=${upstream-ref} --results=${tmpfile} ${target} + run: ${workspace}/toolbox-latest --upstream=${upstream-ref} --results=${tmpfile} ${target} output: sarif batch: true success_codes: [0] @@ -48,14 +48,14 @@ lint: - shellcheck@0.9.0 - shfmt@3.6.0 - trunk-toolbox@0.2.0 - - checkov@3.2.21 + - checkov@3.2.26 - trivy@0.49.1 - - trufflehog@3.67.6 + - trufflehog@3.68.2 - oxipng@9.0.0 - - yamllint@1.35.0 + - yamllint@1.35.1 - git-diff-check - taplo@0.8.1 - - actionlint@1.6.26 + - actionlint@1.6.27 - clippy@1.76.0 - gitleaks@8.18.2 - markdownlint@0.39.0