From 353dc66c5f0a066e22d713eceea66564da3b54a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 08:52:40 +0000 Subject: [PATCH] ci: bump the actions group with 2 updates Bumps the actions group with 2 updates: [tree-sitter/setup-action](https://github.com/tree-sitter/setup-action) and [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report). Updates `tree-sitter/setup-action` from 1 to 2 - [Release notes](https://github.com/tree-sitter/setup-action/releases) - [Commits](https://github.com/tree-sitter/setup-action/compare/v1...v2) Updates `mikepenz/action-junit-report` from 4 to 5 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4...v5) --- updated-dependencies: - dependency-name: tree-sitter/setup-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/docs.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eaed8f..de4bfcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Get tree-sitter commit run: printf 'TREE_SITTER_REF=%s\n' "$(git rev-parse HEAD:core)" >> "$GITHUB_ENV" - name: Set up tree-sitter - uses: tree-sitter/setup-action/lib@v1 + uses: tree-sitter/setup-action/lib@v2 with: tree-sitter-ref: ${{env.TREE_SITTER_REF}} - name: Set up tree-sitter-java @@ -64,7 +64,7 @@ jobs: category: spotbugs sarif_file: target/reports/spotbugsSarif.json - name: Upload JUnit XML report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: "!cancelled()" with: annotate_only: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbd20d0..b583c53 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Get tree-sitter commit run: printf 'TREE_SITTER_REF=%s\n' "$(git rev-parse HEAD:core)" >> "$GITHUB_ENV" - name: Set up tree-sitter - uses: tree-sitter/setup-action/lib@v1 + uses: tree-sitter/setup-action/lib@v2 with: tree-sitter-ref: ${{env.TREE_SITTER_REF}} - name: Set up tree-sitter-java diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e7fb1e9..a588462 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: java-version: 22 cache: maven - name: Set up tree-sitter - uses: tree-sitter/setup-action/lib@v1 + uses: tree-sitter/setup-action/lib@v2 - name: Set up tree-sitter-java run: |- git clone --depth=1 https://github.com/tree-sitter/tree-sitter-java