Skip to content

chore(deps): bump mobiledevops/secret-to-file-action from 1 to 2#596

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/mobiledevops/secret-to-file-action-2
Open

chore(deps): bump mobiledevops/secret-to-file-action from 1 to 2#596
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/mobiledevops/secret-to-file-action-2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps mobiledevops/secret-to-file-action from 1 to 2.

Release notes

Sourced from mobiledevops/secret-to-file-action's releases.

v2.0.0

Highlights

Modernized rewrite of the action — same inputs, new runtime and safety features.

Breaking / runtime

  • Runtime upgraded node16 → node24 (requires a current runner; all GitHub-hosted runners qualify)
  • Invalid or empty base64-encoded-secret now fails the step with a clear error instead of silently writing a broken file
  • filename values escaping working-directory (e.g. ../escape.txt) are now rejected

New

  • file-path output: absolute path of the created file, usable in later steps
  • Nested filenames like sub/file.txt now work — parent directories are created automatically

Internal

  • Rewritten in TypeScript, bundled with esbuild to dist/node_modules no longer tracked in the repo
  • @actions/core v3, unused @actions/github removed
  • Unit tests (Vitest), ESLint + Prettier, CI with check-dist gate and e2e matrix on macOS + Ubuntu
  • Post step deletes exactly the file the main step created (state-based cleanup)

Usage

- uses: mobiledevops/secret-to-file-action@v2
  with:
    base64-encoded-secret: ${{ secrets.FILE_CONTENT }}
    filename: "hello-world.sh"
    is-executable: true
    working-directory: "./a/b/c"

Full Changelog: MobileDevOps/secret-to-file-action@v1.0.0...v2.0.0

Commits
  • 085a45b Merge pull request #3 from MobileDevOps/modernize-typescript
  • c74f5e2 Modernize action: node24 runtime, TypeScript, bundled dist
  • 2a75dbe Remove committed node_modules, ignore it going forward
  • See full diff in compare view

Dependabot compatibility score

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 [mobiledevops/secret-to-file-action](https://github.com/mobiledevops/secret-to-file-action) from 1 to 2.
- [Release notes](https://github.com/mobiledevops/secret-to-file-action/releases)
- [Commits](MobileDevOps/secret-to-file-action@v1...v2)

---
updated-dependencies:
- dependency-name: mobiledevops/secret-to-file-action
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 6, 2026 05:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 6, 2026
kevin-dimichel
kevin-dimichel previously approved these changes Jul 7, 2026
@kevin-dimichel kevin-dimichel dismissed their stale review July 7, 2026 21:15

Need to create a new PR so docker tests run

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.

1 participant