diff --git a/.github/workflows/flasher-link-comment.yml b/.github/workflows/flasher-link-comment.yml index b906ab492..8fdbdf285 100644 --- a/.github/workflows/flasher-link-comment.yml +++ b/.github/workflows/flasher-link-comment.yml @@ -31,7 +31,7 @@ jobs: merge-multiple: true - name: Post or update web flasher link comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const marker = ''; diff --git a/.github/workflows/flasher-link-placeholder.yml b/.github/workflows/flasher-link-placeholder.yml index 88e66db86..0f6e8f490 100644 --- a/.github/workflows/flasher-link-placeholder.yml +++ b/.github/workflows/flasher-link-placeholder.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post web flasher build-in-progress placeholder - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const marker = ''; diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 2e017d386..9b83e667d 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -4,19 +4,19 @@ cli: plugins: sources: - id: trunk - ref: v1.10.0 + ref: v1.10.2 uri: https://github.com/trunk-io/plugins lint: enabled: - - checkov@3.2.532 - - renovate@43.209.1 - - prettier@3.8.3 + - checkov@3.3.1 + - renovate@43.220.0 + - prettier@3.8.4 - trufflehog@3.95.5 - yamllint@1.38.0 - bandit@1.9.4 - trivy@0.71.0 - taplo@0.10.0 - - ruff@0.15.15 + - ruff@0.15.17 - isort@8.0.1 - markdownlint@0.48.0 - oxipng@10.1.1