From b335eba9fc9d321c2f2c04c911a00c6dca2d4b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:26:00 +0000 Subject: [PATCH] Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [dafneb/.github](https://github.com/dafneb/.github). Updates `github/codeql-action` from 3.30.2 to 4.30.7 - [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/d3678e237b9c32a6c9bffb3315c335f976f3549f...e296a935590eb16afc0c0108289f68c87e2a89a5) Updates `dafneb/.github` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/dafneb/.github/releases) - [Commits](https://github.com/dafneb/.github/compare/3c0ec941b8e9e7692e5a8105bd64a488cf164612...83e11252df7b95fc21cb491cdfbed086ac597041) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: dafneb/.github dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/powershell-analyzer.yml | 2 +- .github/workflows/pull-request-assignee.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4584598..721cf04 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,7 +49,7 @@ jobs: - name: Checkout repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Initialize CodeQL - uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2 + uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -63,6 +63,6 @@ jobs: echo ' make release' exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2 + uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/powershell-analyzer.yml b/.github/workflows/powershell-analyzer.yml index aba4904..acde8f8 100644 --- a/.github/workflows/powershell-analyzer.yml +++ b/.github/workflows/powershell-analyzer.yml @@ -31,5 +31,5 @@ jobs: packages: read actions: read contents: read - uses: dafneb/.github/.github/workflows/powershell-analyzer.yml@3c0ec941b8e9e7692e5a8105bd64a488cf164612 # v1.7.0 + uses: dafneb/.github/.github/workflows/powershell-analyzer.yml@83e11252df7b95fc21cb491cdfbed086ac597041 # v1.8.0 secrets: inherit diff --git a/.github/workflows/pull-request-assignee.yml b/.github/workflows/pull-request-assignee.yml index 3a1c17b..de79a67 100644 --- a/.github/workflows/pull-request-assignee.yml +++ b/.github/workflows/pull-request-assignee.yml @@ -19,7 +19,7 @@ jobs: permissions: issues: write pull-requests: write - uses: dafneb/.github/.github/workflows/pull-request-assignee.yml@3c0ec941b8e9e7692e5a8105bd64a488cf164612 # v1.7.0 + uses: dafneb/.github/.github/workflows/pull-request-assignee.yml@83e11252df7b95fc21cb491cdfbed086ac597041 # v1.8.0 with: assignees: ${{ github.actor }} secrets: inherit