From f6df5f41284d1dff64e0fa51e8920533e78b46bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:53:57 +0000 Subject: [PATCH] CI(actions): Bump lfreleng-actions/credential-load-action Bumps [lfreleng-actions/credential-load-action](https://github.com/lfreleng-actions/credential-load-action) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/lfreleng-actions/credential-load-action/releases) - [Commits](https://github.com/lfreleng-actions/credential-load-action/compare/45c3f024f4f8b2a6f8f24b623279d72f72104344...ce4a30074c03595ce0799fa09a00887ed1bffdd5) --- updated-dependencies: - dependency-name: lfreleng-actions/credential-load-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 52ad38f..8a664af 100644 --- a/action.yaml +++ b/action.yaml @@ -82,7 +82,7 @@ runs: if: inputs.load_credential == 'true' id: credential # yamllint disable-line rule:line-length - uses: lfreleng-actions/credential-load-action@45c3f024f4f8b2a6f8f24b623279d72f72104344 # v1.1.0 + uses: lfreleng-actions/credential-load-action@ce4a30074c03595ce0799fa09a00887ed1bffdd5 # v2.0.1 with: vault_mapping_json: ${{ inputs.vault_mapping_json }} op_service_account_token: ${{ inputs.op_service_account_token }}