From 527863ca17e25d662e43375da36943c10eaf702e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:45:06 +0000 Subject: [PATCH] build(deps): bump the actions-minor group with 3 updates Bumps the actions-minor group with 3 updates: [stenjo/devops-metrics-action](https://github.com/stenjo/devops-metrics-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action). 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) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/badges.yaml | 2 +- .github/workflows/check-dist.yml | 2 +- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/dora.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/badges.yaml b/.github/workflows/badges.yaml index 0a663a38..03ffea4f 100644 --- a/.github/workflows/badges.yaml +++ b/.github/workflows/badges.yaml @@ -27,7 +27,7 @@ jobs: 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..8f4a1a6f 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -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/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..549d0f23 100644 --- a/.github/workflows/dora.yaml +++ b/.github/workflows/dora.yaml @@ -27,7 +27,7 @@ jobs: 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 }}