Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps 1password/load-secrets-action from 2 to 3.

Release notes

Sourced from 1password/load-secrets-action's releases.

v3.0.0

What's Changed

🔴 Breaking change

      - name: Load secret
        uses: 1password/load-secrets-action@v3
        with:
          # Export loaded secrets as environment variables
          export-env: true
        env:
          OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
          SECRET: op://app-cicd/hello-world/secret
  - name: Print masked secret
    run: 'echo "Secret: $SECRET"'
    # Prints: Secret: ***

🚀 Features

🔒 Security

Full Changelog: 1Password/load-secrets-action@v2...v3.0.0

Commits
  • 8d0d610 Merge pull request #129 from 1Password/release/v3.1.0
  • 76bec67 Make latest build
  • 74311b1 Bump version in package-lock.json
  • 5999940 Bump version to 3.1.0
  • b43a224 Make latest build
  • c2b96b5 Merge pull request #128 from 1Password/dependabot/npm_and_yarn/multi-75e6bc5210
  • 6f52edd Bump js-yaml
  • dc5cd4d Merge pull request #127 from 1Password/vzt/delete-op-cli-installer-dependency
  • b4962e1 Use execFile to run safily pass arguments
  • 2f243ca Use op-cli-installed as local package
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2025

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link

📊 Performance Benchmark Results

Benchmark Time
pagefind_init/pages/50 2.264 ms
pagefind_init/pages/100 4.392 ms
pagefind_init/pages/500 24.923 ms
Raw Results
{
  "timestamp": "2025-12-22T20:16:16+00:00",
  "benchmarks": [
    {
      "benchmark_name": "pagefind_init/pages/50",
      "mean": {
        "estimate": 2263900
      },
      "unit": "ns"
    },
    {
      "benchmark_name": "pagefind_init/pages/100",
      "mean": {
        "estimate": 4391700
      },
      "unit": "ns"
    },
    {
      "benchmark_name": "pagefind_init/pages/500",
      "mean": {
        "estimate": 24923000
      },
      "unit": "ns"
    }
  ]
}

Bumps [1password/load-secrets-action](https://github.com/1password/load-secrets-action) from 2 to 3.
- [Release notes](https://github.com/1password/load-secrets-action/releases)
- [Commits](1Password/load-secrets-action@v2...v3)

---
updated-dependencies:
- dependency-name: 1password/load-secrets-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/1password/load-secrets-action-3 branch from 9d80cd8 to c2010a1 Compare December 24, 2025 15:09
@github-actions
Copy link

📊 Performance Benchmark Results

Benchmark Time
pagefind_init/pages/50 2.333 ms
pagefind_init/pages/100 4.401 ms
pagefind_init/pages/500 24.788 ms
Raw Results
{
  "timestamp": "2025-12-24T15:21:28+00:00",
  "benchmarks": [
    {
      "benchmark_name": "pagefind_init/pages/50",
      "mean": {
        "estimate": 2333200
      },
      "unit": "ns"
    },
    {
      "benchmark_name": "pagefind_init/pages/100",
      "mean": {
        "estimate": 4401400
      },
      "unit": "ns"
    },
    {
      "benchmark_name": "pagefind_init/pages/500",
      "mean": {
        "estimate": 24788000
      },
      "unit": "ns"
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant