chore(deps): update github/codeql-action digest to 439137e (#370)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
([changelog](4bdb89f480..439137e1b5))
| action | digest | `4bdb89f` → `439137e` |

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on friday" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-01-30 09:26:13 +00:00 committed by GitHub
parent f03edced6d
commit 850a9f1a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,15 +38,15 @@ jobs:
- name: Initialize CodeQL
id: initialize
uses: github/codeql-action/init@4bdb89f48054571735e3792627da6195c57459e2 # v3
uses: github/codeql-action/init@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
with:
languages: ${{ matrix.language }}
source-root: src
- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@4bdb89f48054571735e3792627da6195c57459e2 # v3
uses: github/codeql-action/autobuild@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
- name: Perform CodeQL Analysis
id: analyze
uses: github/codeql-action/analyze@4bdb89f48054571735e3792627da6195c57459e2 # v3
uses: github/codeql-action/analyze@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3