From 45a2e9dfd888a310344f9b4013385fd088ff45b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:45:46 +0000 Subject: [PATCH] build(deps): bump the actions-minor group across 1 directory with 6 updates Bumps the actions-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | | [stenjo/devops-metrics-action](https://github.com/stenjo/devops-metrics-action) | `1.3.1` | `1.3.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.2` | | [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) | `3.10.0` | `3.11.0` | | [MishaKav/jest-coverage-comment](https://github.com/mishakav/jest-coverage-comment) | `1.0.32` | `1.0.33` | Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) Updates `stenjo/devops-metrics-action` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/stenjo/devops-metrics-action/releases) - [Changelog](https://github.com/stenjo/devops-metrics-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/stenjo/devops-metrics-action/compare/021fe76dbba68674a9c8191b1d4a0aee482ea44b...a2e233c4727694693bf5bafa990a0b82e9614a13) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v7...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) Updates `github/codeql-action` from 4.35.1 to 4.35.2 - [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/c10b8064de6f491fea524254123dbe5e09572f13...95e58e9a2cdfd71adc6e0353d5c52f41a045d225) Updates `mshick/add-pr-comment` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mshick/add-pr-comment/compare/64b8e914979889d746c99dea15a76e77ef64580a...8e4927817251f1ff60c001f04568532b38e0b4a0) Updates `MishaKav/jest-coverage-comment` from 1.0.32 to 1.0.33 - [Release notes](https://github.com/mishakav/jest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/jest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/jest-coverage-comment/compare/c480abe47ef4f7bcd87bd8b5e6043fdfb1c4d270...40d7aed38d0fbaea266c34c12ab06356eec894eb) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: stenjo/devops-metrics-action dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: mshick/add-pr-comment dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: MishaKav/jest-coverage-comment dependency-version: 1.0.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/badges.yaml | 4 ++-- .github/workflows/check-dist.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/dora.yaml | 4 ++-- .github/workflows/linter.yml | 2 +- .github/workflows/stryker.yaml | 4 ++-- .github/workflows/test.yml | 6 +++--- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/badges.yaml b/.github/workflows/badges.yaml index 0a663a38..7b1c0d3a 100644 --- a/.github/workflows/badges.yaml +++ b/.github/workflows/badges.yaml @@ -21,13 +21,13 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .node-version cache: npm - name: DevOps Metrics from GitHub - uses: stenjo/devops-metrics-action@021fe76dbba68674a9c8191b1d4a0aee482ea44b # v1.3.1 + uses: stenjo/devops-metrics-action@a2e233c4727694693bf5bafa990a0b82e9614a13 # v1.3.2 id: dora with: owner: 'stenjo' diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 471477bd..4fcb7441 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .node-version cache: npm @@ -68,7 +68,7 @@ jobs: - if: ${{ failure() && steps.diff.outcome == 'failure' }} name: Upload Artifact id: upload - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: dist path: dist/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98a9ceea..c34269d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 94606796..33f7a042 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,15 +36,15 @@ jobs: - name: Initialize CodeQL id: initialize - uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 with: languages: ${{ matrix.language }} source-root: src - name: Autobuild id: autobuild - uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 diff --git a/.github/workflows/dora.yaml b/.github/workflows/dora.yaml index d5cabddc..c01f614c 100644 --- a/.github/workflows/dora.yaml +++ b/.github/workflows/dora.yaml @@ -21,13 +21,13 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .node-version cache: npm - name: Dora metrics - uses: stenjo/devops-metrics-action@021fe76dbba68674a9c8191b1d4a0aee482ea44b # v1.3.1 + uses: stenjo/devops-metrics-action@a2e233c4727694693bf5bafa990a0b82e9614a13 # v1.3.2 id: dora with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 432711ca..8a51275c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/stryker.yaml b/.github/workflows/stryker.yaml index 33b910ed..2db72ee3 100644 --- a/.github/workflows/stryker.yaml +++ b/.github/workflows/stryker.yaml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .node-version cache: npm @@ -120,7 +120,7 @@ jobs: - name: Add formatted table to PR comment if: hashFiles('stryker-report.md') != '' - uses: mshick/add-pr-comment@64b8e914979889d746c99dea15a76e77ef64580a # v3.10.0 + uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0 with: message-path: stryker-report.md update-only: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d20a7f20..7370c84c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .node-version cache: npm @@ -42,7 +42,7 @@ jobs: - name: Vitest Coverage Comment id: coverageComment - uses: MishaKav/jest-coverage-comment@c480abe47ef4f7bcd87bd8b5e6043fdfb1c4d270 # main + uses: MishaKav/jest-coverage-comment@40d7aed38d0fbaea266c34c12ab06356eec894eb # main with: github-token: ${{ secrets.GITHUB_TOKEN }} summary-title: Vitest Coverage (summary) @@ -96,7 +96,7 @@ jobs: - name: Add PR Comment with coverage diff if: steps.branch-name.outputs.current_branch != 'main' - uses: mshick/add-pr-comment@64b8e914979889d746c99dea15a76e77ef64580a # v3.10.0 + uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0 with: message-path: coverage.md update-only: false