Skip to content

chore(deps): Bump tauri-apps/tauri-action from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/tauri-apps/tauri-action-84b9d35b5fc46c1e45415bdb6144030364f7ebc5
Open

chore(deps): Bump tauri-apps/tauri-action from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/tauri-apps/tauri-action-84b9d35b5fc46c1e45415bdb6144030364f7ebc5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown

Bumps tauri-apps/tauri-action from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5.

Changelog

Sourced from tauri-apps/tauri-action's changelog.

Changelog

[0.6.2]

  • 73e111f (#1288) The action can now detect the workspace root correctly if the tauri project is configured as the cargo workspace root.

[0.6.1]

[0.6.0]

  • e918a06 (#1133) Encode tagName option value in latest.json URL.
  • 45acc19 (#1164) Add generateReleaseNotes config to use GitHub's release notes API to auto generate the release name and/or body.
  • 59a1a70 (#1166) Fix default file name pattern to match tauri's file names again.
  • 08112f7 (#1106) Added experimental support for Gitea hosted instances.
  • 08112f7 (#1106) Added a config to set the GitHub API URL which should help users with self-hosted instances and those using GitHub Enterprise.
  • b067139 (#1130) The action now uses node v24 which raises the minimum GitHub runner version to v2.327.1.

[0.5.24]

  • c5d6ac7 (#1152 by @​FabianLars) The latest.json file now contains {os}-{arch}-{installer} keys as well to support multiple installer formats per platform. This requires tauri-plugin-updater version 2.10.0 or above.
  • 0085932 (#1141 by @​jarjk) Added option to upload the app's binary alongside installers.

[0.5.23]

  • 5b1138d (#1099 by @​lete114) Added the assetNamePattern config that allows setting a template specifying how uploaded assets will be named in the release. BREAKING CHANGE: The default naming scheme will now have the -debug suffix at the end (before the extension) on all assets.
  • fcedb49 (#1125 by @​ChanTsune) Fixed an issue that caused the action to look for x64 artifacts on native ARM runners.

[0.5.22]

[0.5.21]

[0.5.20]

[0.5.19]

  • fd1ea0d (#1009 by @​FabianLars) Fixed an issue that made the action fail to find .msi packages for tauri v2 apps with numeric build numbers (1.0.0-0).

[0.5.18]

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases)
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tauri-action@fce9c61...84b9d35)

---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
  dependency-version: 84b9d35b5fc46c1e45415bdb6144030364f7ebc5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 12, 2026
yinnho pushed a commit that referenced this pull request Jun 17, 2026
…ication

Security:
- #1 Path traversal: validate file_path in upload_media (reject .. and absolute)
- #2 JSON injection: replace hand-rolled format! errors with error_response()
- #12 fetch_bytes: add 10MB size limit to prevent OOM

Correctness:
- #6 Cron tick loop: use FuturesUnordered for concurrent job execution
- #7 Error messages: distinguish panic vs cancelled in cron record_failure
- #8 System AgentId: use uuid::nil() constant instead of random IDs
- #9 cron_create: coerce one_shot ("true"/"1"/"yes"), delivery (string unwrap),
  improve error message for non-string name
- #10 Past-At schedule: add warning when At time is already past
- #11 Remove misleading RUST_MIN_STACK env var (root cause was fixed)

Code quality:
- #3 Remove duplicate json_to_string (use mcp_common import)
- #4 Datacube handler macro: 17 identical functions → 17 one-liners (-300 lines)
- #5 URL encoding: apply url_encode in get_user_info query string

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
yinnho pushed a commit that referenced this pull request Jul 1, 2026
- #7: HKDF-derived session secret from api_key (trust boundary separation)
- #8: sanitize X-Filename header in upload endpoint
- #9: wrap each DB migration in its own transaction
- #11: SenderRouter atomic writes (tmp+rename) + rollback on failure
- #12: only trust x-forwarded-for when trusted_proxy configured
- #13: change_credentials requires valid session cookie
- #14: add Max-Age to session cookie matching TTL
- #15: kv_history cleanup on startup (entries older than 30 days)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants