dependabot[bot] and GitHub
f261c2ab70
chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.36.1 to 4.36.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/87557b9c84dde89fdd9b10e88954ac2f4248e463...8aad20d150bbac5944a9f9d289da16a4b0d87c1e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.36.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-05 08:02:47 +00:00
dependabot[bot] and GitHub
d75301071b
chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 ( #1242 )
2026-06-04 02:57:49 +02:00
6facd4e955
chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 ( #1231 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.35.5 to 4.36.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/9e0d7b8d25671d64c341c19c0152d693099fb5ba...7211b7c8077ea37d8641b6271f6a365a22a5fbfa )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-28 15:32:54 -06:00
blacktop
1742fbc21b
ci: disable setup-go built-in cache on Linux/Windows runners
2026-05-17 14:51:28 -06:00
dependabot[bot] and GitHub
27c526809d
chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 ( #1217 )
2026-05-16 15:31:10 +02:00
dependabot[bot] and GitHub
330c545b8a
chore(deps): bump actions/dependency-review-action from 4 to 5 ( #1209 )
2026-05-11 15:01:15 +02:00
dependabot[bot] and GitHub
c6950ec064
chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 ( #1207 )
2026-05-08 14:18:08 +02:00
blacktop
145bdb0de4
fix: update goreleaser release flag
2026-05-06 19:59:22 -06:00
c75574a3ea
chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 ( #1200 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.35.2 to 4.35.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/95e58e9a2cdfd71adc6e0353d5c52f41a045d225...e46ed2cbd01164d986452f91f178727624ae40d7 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-04 16:27:50 -06:00
blacktop
60efe7985e
docs: upgrade Docusaurus to 3.10.1 and fix SSR supabase init
2026-05-04 16:27:05 -06:00
dependabot[bot] and GitHub
653e7e0790
chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 ( #1179 )
2026-04-16 09:07:11 -06:00
blacktop
be52a2d3fc
ci: is trash
2026-04-13 12:10:34 -06:00
blacktop
5b705e4a15
docs: Use --no-frozen-lockfile in docs CI install
2026-04-13 12:03:43 -06:00
blacktop
457c6f8172
docs: Fix pnpm setup by pinning version instead of package_json_file
2026-04-13 11:59:40 -06:00
blacktop
4cb75d9c63
docs: use packageManager field for pnpm version in docs CI
2026-04-13 11:56:54 -06:00
blacktop
f7503663c0
docs: Bump pnpm version to 10 in docs workflow
2026-04-13 11:48:16 -06:00
dependabot[bot] and GitHub
d9a19530bd
chore(deps): bump pnpm/action-setup from 5 to 6 ( #1173 )
2026-04-13 07:04:31 -06:00
blacktop
5cdbab9f1e
chore: remove libheif dependency; use sips for HEIC conversion
...
Replace the `github.com/strukturag/libheif-go` CGo dependency with
macOS-native `sips` for HEIC/AVIF wallpaper thumbnail conversion.
- Drop `libheif` from go.mod, Makefile, Goreleaser config, and CI
- Remove `cgo` build tag requirement from wallpaper package
- Implement `convertWithSips()` using temp files and the `sips` CLI
- Refactor thumbnail decoding into `extractThumbnailPreview()` helper
- Update tests to cover sips-based HEIC conversion path
2026-04-12 11:14:01 -06:00
blacktop
89535fd9c2
ci: Remove extra CGO deps from prerelease macOS arm64 build
...
Drop libusb, unicorn, libheif from Homebrew installs and remove
associated CGO flags and build tags, simplifying the prerelease
darwin/arm64 build to a plain Go binary without native extras.
2026-04-07 11:53:59 -06:00
e47f3841c9
chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 ( #1149 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.34.1 to 4.35.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/38697555549f1db7851b81482ff19f1fa5c4fedc...c10b8064de6f491fea524254123dbe5e09572f13 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-04 16:54:44 -06:00
dependabot[bot] and GitHub
9608cbd222
chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 ( #1144 )
2026-03-26 09:23:13 -06:00
dependabot[bot] and GitHub
a3412a4d1b
chore(deps): bump actions/deploy-pages from 4 to 5 ( #1147 )
2026-03-26 09:22:46 -06:00
25857165ae
chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0 ( #1135 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.6 to 4.33.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/0d579ffd059c29b07949a3cce3983f0780820c98...b1bff81932f5cdfc8695c7752dcee935dcd061c8 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 11:55:37 -06:00
24cf5687cc
chore(deps): bump pnpm/action-setup from 4 to 5 ( #1137 )
...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 4 to 5.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 11:55:18 -06:00
blacktop
f7b866654f
Delete claude.yml
2026-03-13 20:22:16 -06:00
blacktop
441be9cfa9
feat: add version input to update entitlements workflow
2026-03-11 21:51:05 -06:00
df98509829
chore(deps): bump docker/build-push-action from 6 to 7 ( #1122 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 20:16:51 -06:00
1aad35affd
chore(deps): bump anthropics/claude-code-action from 1.0.67 to 1.0.70 ( #1114 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.67 to 1.0.70.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/5f8e5bfe5b03891348854ae401476fc905a6ff6a...26ec041249acb0a944c0a47b6c0c13f05dbc5b44 )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.70
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-08 12:58:59 -06:00
5417177cb8
chore(deps): bump docker/metadata-action from 5 to 6 ( #1113 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-08 12:58:49 -06:00
271e78c1c6
chore(deps): bump github/codeql-action from 4.32.5 to 4.32.6 ( #1112 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.5 to 4.32.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/c793b717bc78562f491db7b0e93a3a178b099162...0d579ffd059c29b07949a3cce3983f0780820c98 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-08 12:58:35 -06:00
74f53132b0
chore(deps): bump docker/login-action from 3 to 4 ( #1110 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-08 12:58:06 -06:00
c48f672416
chore(deps): bump docker/setup-buildx-action from 3 to 4 ( #1108 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-08 12:57:54 -06:00
b6d80c0f42
chore(deps): bump docker/setup-qemu-action from 3 to 4 ( #1104 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 08:44:24 -07:00
42af736122
chore(deps): bump anthropics/claude-code-action from 1.0.66 to 1.0.67 ( #1102 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.66 to 1.0.67.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/64c7a0ef71df67b14cb4471f4d9c8565c61042bf...5f8e5bfe5b03891348854ae401476fc905a6ff6a )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.67
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 08:44:03 -07:00
fccdd34fdc
chore(deps): bump actions/upload-artifact from 6 to 7 ( #1091 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-03 11:00:35 -07:00
6388c7e412
chore(deps): bump anthropics/claude-code-action from 1.0.57 to 1.0.66 ( #1097 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.57 to 1.0.66.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/35a9e0292d36f1186f5d842b14eb575074e8b450...64c7a0ef71df67b14cb4471f4d9c8565c61042bf )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.66
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-03 11:00:23 -07:00
e4b5697e39
chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 ( #1098 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.4 to 4.32.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/89a39a4e59826350b863aa6b6252a07ad50cf83e...c793b717bc78562f491db7b0e93a3a178b099162 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-03 11:00:08 -07:00
fe6c1b000c
chore(deps): bump anthropics/claude-code-action from 1.0.55 to 1.0.57 ( #1085 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.55 to 1.0.57.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4...35a9e0292d36f1186f5d842b14eb575074e8b450 )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.57
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 13:10:33 -07:00
3064dc966d
chore(deps): bump goreleaser/goreleaser-action from 6 to 7 ( #1083 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 6 to 7.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 13:10:21 -07:00
6d293a4eaf
chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 ( #1082 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.3 to 4.32.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/9e907b5e64f6b83e7804b09294d44122997950d6...89a39a4e59826350b863aa6b6252a07ad50cf83e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 13:10:11 -07:00
blacktop
8567290715
fix: fcs-keys generation + better error handling
2026-02-24 13:09:02 -07:00
bfb5d85731
chore(deps): bump anthropics/claude-code-action from 1.0.53 to 1.0.55 ( #1076 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.53 to 1.0.55.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/2f8ba26a219c06cfb0f468eef8d97055fa814f97...edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.55
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-20 14:02:44 -07:00
a0a811e267
chore(deps): bump anthropics/claude-code-action from 1.0.48 to 1.0.53 ( #1070 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.48 to 1.0.53.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/23ed4cb53d6eacddbc22ec16652c98bcc54e0476...2f8ba26a219c06cfb0f468eef8d97055fa814f97 )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.53
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 17:07:13 -07:00
9ece37a788
chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 ( #1069 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.2 to 4.32.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2...9e907b5e64f6b83e7804b09294d44122997950d6 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 17:06:27 -07:00
blacktop
a8b019a350
chore: update Go version to 1.26 across workflow files
2026-02-12 10:59:09 -07:00
3832020c3f
chore(deps): bump anthropics/claude-code-action from 1.0.47 to 1.0.48 ( #1061 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/b433f16b30d54063fd3bab6b12f46f3da00e41b6...23ed4cb53d6eacddbc22ec16652c98bcc54e0476 )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.48
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 09:16:18 -07:00
19a684180d
chore(deps): bump anthropics/claude-code-action from 1.0.46 to 1.0.47 ( #1059 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.46 to 1.0.47.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/6c61301d8e1ee91bef7b65172f93462bbb216394...b433f16b30d54063fd3bab6b12f46f3da00e41b6 )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.47
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-10 16:24:42 -07:00
c24971891d
chore(deps): bump github/codeql-action from 4.32.0 to 4.32.2 ( #1053 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.0 to 4.32.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/b20883b0cd1f46c72ae0ba6d1090936928f9fa30...45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 16:14:53 -07:00
64493712e5
chore(deps): bump anthropics/claude-code-action from 1.0.39 to 1.0.46 ( #1057 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.39 to 1.0.46.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/01e756b34ef7a1447e9508f674143b07d20c2631...6c61301d8e1ee91bef7b65172f93462bbb216394 )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.46
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 16:14:11 -07:00
7d16415422
chore(deps): bump anthropics/claude-code-action from 1.0.38 to 1.0.39 ( #1042 )
...
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action ) from 1.0.38 to 1.0.39.
- [Release notes](https://github.com/anthropics/claude-code-action/releases )
- [Commits](https://github.com/anthropics/claude-code-action/compare/ff34ce0ff04a470bd3fa56c1ef391c8f1c19f8e9...01e756b34ef7a1447e9508f674143b07d20c2631 )
---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
dependency-version: 1.0.39
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 12:09:40 -07:00