Browse Source

Update bitwarden/gh-actions digest to 606d9e0 (#166)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/165/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
0014a030c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/workflow-linter.yml
  2. 2
      setup-docker-trust/action.yml

2
.github/workflows/workflow-linter.yml

@ -32,7 +32,7 @@ jobs: @@ -32,7 +32,7 @@ jobs:
- name: Workflow Lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: bitwarden/gh-actions/lint-workflow@72594be690a4e7bfa87b1402b2aedc75acdbff12
uses: bitwarden/gh-actions/lint-workflow@606d9e0c8e15d92c7cc0d87be24781627a1330cd
with:
workflows: ${{ steps.changed-workflows.outputs.modified-workflows }}

2
setup-docker-trust/action.yml

@ -28,7 +28,7 @@ runs: @@ -28,7 +28,7 @@ runs:
- name: Retrieve secrets
id: get-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b
uses: bitwarden/gh-actions/get-keyvault-secrets@606d9e0c8e15d92c7cc0d87be24781627a1330cd
with:
keyvault: "${{ inputs.azure-keyvault-name }}"
secrets: "docker-password,

Loading…
Cancel
Save