From 0bb1525a6ea70fe7e69caae2bd2fbf251cbba945 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 08:13:49 -0500 Subject: [PATCH] chore(deps): update github/codeql-action digest to d3678e2 (#259) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `51f7732` -> `d3678e2` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Friday" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jdx/mise-action). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jdx <216188+jdx@users.noreply.github.com> --- .github/renovate.json | 23 ++++++++++++++++++----- .github/workflows/codeql-analysis.yml | 6 +++--- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3af1c7a..4e99eb9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,11 +3,24 @@ "extends": [ "github>jdx/renovate-config" ], - "postUpgradeTasks": { - "commands": ["npm run all"], - "fileFilters": ["dist/**/*"], - "executionMode": "branch" - }, + "packageRules": [ + { + "matchManagers": ["github-actions"], + "postUpgradeTasks": { + "commands": [], + "fileFilters": [], + "executionMode": "branch" + } + }, + { + "matchManagers": ["npm"], + "postUpgradeTasks": { + "commands": ["npm run all"], + "fileFilters": ["dist/**/*"], + "executionMode": "branch" + } + } + ], "allowedCommands": [ ".*" ] diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8c6f133..dfd9e74 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,15 +38,15 @@ jobs: - name: Initialize CodeQL id: initialize - uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3 + uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3 with: languages: ${{ matrix.language }} source-root: src - name: Autobuild id: autobuild - uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3 + uses: github/codeql-action/autobuild@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3 - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3 + uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3