Skip to content

Commit 886c01c

Browse files
chore(deps): update cachix/install-nix-action action to v31.10.4 (#416)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cachix/install-nix-action](https://redirect.github.com/cachix/install-nix-action) | action | patch | `v31.10.3` → `v31.10.4` | --- ### Release Notes <details> <summary>cachix/install-nix-action (cachix/install-nix-action)</summary> ### [`v31.10.4`](https://redirect.github.com/cachix/install-nix-action/releases/tag/v31.10.4) [Compare Source](https://redirect.github.com/cachix/install-nix-action/compare/v31.10.3...v31.10.4) ##### What's Changed - nix: 2.34.4 -> 2.34.5 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;273](https://redirect.github.com/cachix/install-nix-action/pull/273) **\[SECURITY]** Fixes a root privilege escalation vulnerability via sandbox escape <GHSA-g3g9-5vj6-r3gj> **Full Changelog**: <cachix/install-nix-action@v31.10.3...v31.10.4> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (`* 0-4,22-23 * * 1-5`) - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/Zebradil/cloudflare-dynamic-dns). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35d4e05 commit 886c01c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flow-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:
2828
persist-credentials: false
29-
- uses: cachix/install-nix-action@96951a368ba55167b55f1c916f7d416bac6505fe # v31.10.3
29+
- uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4
3030
with:
3131
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Try to update nix flake

.github/workflows/flow-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
with:
2626
persist-credentials: false
27-
- uses: cachix/install-nix-action@96951a368ba55167b55f1c916f7d416bac6505fe # v31.10.3
27+
- uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4
2828
with:
2929
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Import GPG key

0 commit comments

Comments
 (0)