NymanRobin [Thu, 2 May 2024 08:20:01 +0000 (11:20 +0300)]
Compare mount by value instead of reference
This has to be since the mounts are reloaded
each time a mount is added. In case of two
mounts mounting at the same time there will
be a race condition for applying policy.
Eric Biggers [Wed, 7 Feb 2024 05:15:38 +0000 (21:15 -0800)]
ci.yml: use actions/checkout@v4
This addresses the following warning from GitHub Actions:
Node.js 16 actions are deprecated. Please update the following
actions to use Node.js 20: actions/checkout@v3. For more information
see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
A near-identical warning forced everyone to upgrade to v3 last year, so
this is some pointless churn, but let's just get it over with again...
dependabot[bot] [Mon, 18 Dec 2023 23:20:51 +0000 (23:20 +0000)]
build(deps): bump golang.org/x/crypto from 0.13.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.13.0...v0.17.0)