From 3286ed633eb86b087409ec1def88499c51488e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 22:49:37 +0000 Subject: [PATCH] build(deps): bump the all-github-actions group across 1 directory with 3 updates Bumps the all-github-actions group with 3 updates in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet), [github/codeql-action](https://github.com/github/codeql-action) and [aws-actions/stale-issue-cleanup](https://github.com/aws-actions/stale-issue-cleanup). Updates `actions/setup-dotnet` from 5.0.1 to 5.1.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/2016bd2012dba4e32de620c46fe006a3ac9f0602...baa11fbfe1d6520db94683bd5c7a3818018e4309) Updates `github/codeql-action` from 4.31.7 to 4.31.10 - [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/cf1bb45a277cb3c205638b2cd5c984db1c46a412...cdefb33c0f6224e58673d9004f47f7cb3e328b89) Updates `aws-actions/stale-issue-cleanup` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/aws-actions/stale-issue-cleanup/releases) - [Changelog](https://github.com/aws-actions/stale-issue-cleanup/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/stale-issue-cleanup/compare/5650b49bcd757a078f6ca06c373d7807b773f9bc...0604f2edf84a3a66bc0dfb4a30eb07814cbdf440) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: aws-actions/stale-issue-cleanup dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/AutoUpdateBootstrap.yml | 2 +- .github/workflows/DetectDocGeneratorChanges.yml | 2 +- .github/workflows/DetectRestAPIClientChanges.yml | 2 +- .github/workflows/UploadDockerImage.yml | 2 +- .github/workflows/create-release-pr.yml | 2 +- .github/workflows/doc-builder.yml | 2 +- .github/workflows/semgrep-analysis.yml | 2 +- .github/workflows/stale_issues.yml | 2 +- .github/workflows/sync-main-dev.yml | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/AutoUpdateBootstrap.yml b/.github/workflows/AutoUpdateBootstrap.yml index 6c9a0ab8..7e559aba 100644 --- a/.github/workflows/AutoUpdateBootstrap.yml +++ b/.github/workflows/AutoUpdateBootstrap.yml @@ -35,7 +35,7 @@ jobs: token: ${{ env.AWS_SECRET_TOKEN }} - name: Setup .NET - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: '8.0.x' diff --git a/.github/workflows/DetectDocGeneratorChanges.yml b/.github/workflows/DetectDocGeneratorChanges.yml index cbac2c97..c35475cf 100644 --- a/.github/workflows/DetectDocGeneratorChanges.yml +++ b/.github/workflows/DetectDocGeneratorChanges.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: '0' - name: Setup .NET 10.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 10.0.x - name: Restore dependencies diff --git a/.github/workflows/DetectRestAPIClientChanges.yml b/.github/workflows/DetectRestAPIClientChanges.yml index ddbe1b74..999ac3a3 100644 --- a/.github/workflows/DetectRestAPIClientChanges.yml +++ b/.github/workflows/DetectRestAPIClientChanges.yml @@ -10,7 +10,7 @@ jobs: with: fetch-depth: '0' - name: Setup .NET 10.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 10.0.x - name: Restore dependencies diff --git a/.github/workflows/UploadDockerImage.yml b/.github/workflows/UploadDockerImage.yml index 6dba6cd0..99cbff0d 100644 --- a/.github/workflows/UploadDockerImage.yml +++ b/.github/workflows/UploadDockerImage.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Setup .NET 8 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 8.0.x diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index b96b7a34..c90d79b7 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -44,7 +44,7 @@ jobs: token: ${{ env.AWS_SECRET_TOKEN }} # Install .NET8 which is needed for AutoVer - name: Setup .NET 8.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 8.0.x # Install AutoVer to automate versioning and changelog creation diff --git a/.github/workflows/doc-builder.yml b/.github/workflows/doc-builder.yml index 8f5013b5..965b67c8 100644 --- a/.github/workflows/doc-builder.yml +++ b/.github/workflows/doc-builder.yml @@ -27,7 +27,7 @@ jobs: with: python-version: 3.x - name: Setup .NET 10 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 10.0.x - run: pip install mkdocs-material==8.2.9 diff --git a/.github/workflows/semgrep-analysis.yml b/.github/workflows/semgrep-analysis.yml index 748af98a..c91a6f2b 100644 --- a/.github/workflows/semgrep-analysis.yml +++ b/.github/workflows/semgrep-analysis.yml @@ -33,7 +33,7 @@ jobs: p/owasp-top-ten - name: Upload SARIF file for GitHub Advanced Security Dashboard - uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 #v4.31.7 + uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 #v4.31.10 with: sarif_file: semgrep.sarif if: always() diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml index e9ae5267..54e39958 100644 --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -14,7 +14,7 @@ jobs: name: Stale issue job runs-on: ubuntu-latest steps: - - uses: aws-actions/stale-issue-cleanup@5650b49bcd757a078f6ca06c373d7807b773f9bc #v7.1.0 + - uses: aws-actions/stale-issue-cleanup@0604f2edf84a3a66bc0dfb4a30eb07814cbdf440 #v7.1.1 with: # Setting messages to an empty string will cause the automation to skip # that category diff --git a/.github/workflows/sync-main-dev.yml b/.github/workflows/sync-main-dev.yml index 66013784..0c47742f 100644 --- a/.github/workflows/sync-main-dev.yml +++ b/.github/workflows/sync-main-dev.yml @@ -46,7 +46,7 @@ jobs: token: ${{ env.AWS_SECRET_TOKEN }} # Install .NET8 which is needed for AutoVer - name: Setup .NET 8.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 8.0.x # Install AutoVer which is needed to retrieve information about the current release. @@ -112,7 +112,7 @@ jobs: fetch-depth: 0 # Install .NET8 which is needed for AutoVer - name: Setup .NET 8.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 8.0.x # Install AutoVer which is needed to retrieve information about the current release.