chore(deps): update determinatesystems/update-flake-lock action to v26 (#104)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[DeterminateSystems/update-flake-lock](https://redirect.github.com/DeterminateSystems/update-flake-lock)
| action | major | `v25` -> `v26` |

---

### Release Notes

<details>
<summary>DeterminateSystems/update-flake-lock
(DeterminateSystems/update-flake-lock)</summary>

###
[`v26`](https://redirect.github.com/DeterminateSystems/update-flake-lock/releases/tag/v26)

[Compare
Source](https://redirect.github.com/DeterminateSystems/update-flake-lock/compare/v25...v26)

#### What's Changed

- Update the readme to account for minimum mandatory permissions by
[@&#8203;grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/186](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/186)
- Fixup workflow name by
[@&#8203;grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/187](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/187)
- Update `detsys-ts`: Merge pull request
[#&#8203;97](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/97)
from DeterminateSystems/dependabot/npm\_and\_yarn/npm-deps-a9a1a26a5c by
[@&#8203;detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/188](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/188)
- Update Nix flake inputs by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/192](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/192)
- Update update-flake-lock by
[@&#8203;grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/191](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/191)
- Update deps for brace-expansion vuln by
[@&#8203;grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/190](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/190)
- Update `detsys-ts`: Merge pull request
[#&#8203;101](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/101)
from DeterminateSystems/gustavderdrache/write-correlation by
[@&#8203;detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/194](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/194)
- Update Nix flake inputs by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/193](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/193)
- Update `detsys-ts`: Remove FHC action since it's composite
([#&#8203;103](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/103))
by [@&#8203;detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/195](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/195)
- Update `detsys-ts`: Skip complicated rewrites, record groups.
([#&#8203;104](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/104))
by [@&#8203;detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in
[https://github.com/DeterminateSystems/update-flake-lock/pull/197](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/197)

**Full Changelog**:
https://github.com/DeterminateSystems/update-flake-lock/compare/v25...v26

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
Roel de Cort 2025-07-06 21:33:13 +02:00 committed by GitHub
parent aed8dfc48d
commit f68a31c33c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
- name: Update flake.lock - name: Update flake.lock
if: steps.check_updates.outputs.update_available == 'true' if: steps.check_updates.outputs.update_available == 'true'
uses: DeterminateSystems/update-flake-lock@v25 uses: DeterminateSystems/update-flake-lock@v26
with: with:
nix-options: --debug --log-format raw nix-options: --debug --log-format raw
token: ${{ secrets.FLAKE_TOKEN }} token: ${{ secrets.FLAKE_TOKEN }}