Skip to content

Commit a999b21

Browse files
chore(deps): update 1password/load-secrets-action digest to dafbe7c (#224)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [1password/load-secrets-action](https://redirect.github.com/1password/load-secrets-action) ([changelog](https://redirect.github.com/1password/load-secrets-action/compare/8d0d610af187e78a2772c2d18d627f4c52d3fbfb..dafbe7cb03502b260e2b2893c753c352eee545bf)) | action | digest | `8d0d610` → `dafbe7c` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/1password/load-secrets-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/1password/load-secrets-action) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16874f3 commit a999b21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/qa.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}
4747

4848
- name: Setup 1Password
49-
uses: 1password/load-secrets-action/configure@8d0d610af187e78a2772c2d18d627f4c52d3fbfb # v3
49+
uses: 1password/load-secrets-action/configure@dafbe7cb03502b260e2b2893c753c352eee545bf # v3
5050
with:
5151
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5252

5353
- name: Load all secrets
5454
id: secrets
55-
uses: 1password/load-secrets-action@8d0d610af187e78a2772c2d18d627f4c52d3fbfb # v3
55+
uses: 1password/load-secrets-action@dafbe7cb03502b260e2b2893c753c352eee545bf # v3
5656
with:
5757
export-env: true
5858
env:
@@ -299,12 +299,12 @@ jobs:
299299
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}
300300

301301
- name: Setup 1Password
302-
uses: 1password/load-secrets-action/configure@8d0d610af187e78a2772c2d18d627f4c52d3fbfb # v3
302+
uses: 1password/load-secrets-action/configure@dafbe7cb03502b260e2b2893c753c352eee545bf # v3
303303
with:
304304
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
305305

306306
- name: Load Slack secrets
307-
uses: 1password/load-secrets-action@8d0d610af187e78a2772c2d18d627f4c52d3fbfb # v3
307+
uses: 1password/load-secrets-action@dafbe7cb03502b260e2b2893c753c352eee545bf # v3
308308
with:
309309
export-env: true
310310
env:
@@ -353,12 +353,12 @@ jobs:
353353
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}
354354

355355
- name: Setup 1Password
356-
uses: 1password/load-secrets-action/configure@8d0d610af187e78a2772c2d18d627f4c52d3fbfb # v3
356+
uses: 1password/load-secrets-action/configure@dafbe7cb03502b260e2b2893c753c352eee545bf # v3
357357
with:
358358
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
359359

360360
- name: Load Slack secrets
361-
uses: 1password/load-secrets-action@8d0d610af187e78a2772c2d18d627f4c52d3fbfb # v3
361+
uses: 1password/load-secrets-action@dafbe7cb03502b260e2b2893c753c352eee545bf # v3
362362
with:
363363
export-env: true
364364
env:

0 commit comments

Comments
 (0)