From 42f037abbc37506ca96be9abbc0ad064ce72eedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 08:46:21 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group with 3 updates Bumps the all-dependencies group with 3 updates: [coverallsapp/github-action](https://github.com/coverallsapp/github-action), [actions/setup-node](https://github.com/actions/setup-node) and [github/codeql-action](https://github.com/github/codeql-action). Updates `coverallsapp/github-action` from 2 to 2.3.6 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2...v2.3.6) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `github/codeql-action` from 4 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4...v4.37.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/trivy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 99b751f..3d8d001 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,4 +31,4 @@ jobs: run: composer test-with-coverage - name: Upload coverage results to Coveralls - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@v2.3.6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd16c91..63c5e74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "lts/*" cache: "npm" diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 5f64f44..b6725d2 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -27,7 +27,7 @@ jobs: output: 'trivy-fs-results.sarif' severity: 'CRITICAL,HIGH' - - uses: github/codeql-action/upload-sarif@v4 + - uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: 'trivy-fs-results.sarif' category: 'filesystem-scan'