Skip to content

Update 1password/load-secrets-action action to v4#732

Open
mend-for-github-com[bot] wants to merge 1 commit into
mainfrom
whitesource-remediate/1password-load-secrets-action-4.x
Open

Update 1password/load-secrets-action action to v4#732
mend-for-github-com[bot] wants to merge 1 commit into
mainfrom
whitesource-remediate/1password-load-secrets-action-4.x

Conversation

@mend-for-github-com
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
1password/load-secrets-action action major v2v4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

1password/load-secrets-action (1password/load-secrets-action)

v4

Compare Source

v4.0.0

Compare Source

What's Changed

  • Clear npm audit / Dependabot findings via npm audit fix where safe (e.g. ajv, flatted, undici, and other resolvable minimatch updates). #​151
  • Action runtime updated from Node 20 to Node 24 for GitHub Actions compatibility (deprecation notice). #​148.

New Contributors

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

v3.2.1

Compare Source

What's Changed

Fix
  • Revert SDK field-resolution regression introduced in v3.2.0 that broke certain valid secret refs (website/url fields) 1Password#145

Full Changelog: 1Password/load-secrets-action@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's changed

Features

  • Service account auth now uses the 1Password SDK instead of the CLI; the CLI is not installed when using a service account token. 1Password#137

Fix

New Contributors

Full Changelog: 1Password/load-secrets-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

What's Changed

🚀 Features

  • Support loading secrets from env files #​93

Fixes

Security

New Contributors

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

v3.0.0

Compare Source

What's Changed

🔴 Breaking change
  • Set export-env input to false by default by @​volodymyrZotov in 1Password#114
    If you want export secrets as env variables you should update your workflows and explicitly set export-env: true aka
      - 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

v3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
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.

0 participants