Browse Source

Update bitwarden/gh-actions digest to c970b0f (#70)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/54/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
4e362990c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml
  2. 6
      .github/workflows/release.yml
  3. 4
      .github/workflows/version-bump.yml
  4. 2
      .github/workflows/workflow-linter.yml

2
.github/workflows/build.yml

@ -79,7 +79,7 @@ jobs: @@ -79,7 +79,7 @@ jobs:
- name: Setup DCT
id: setup-dct
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc'
uses: bitwarden/gh-actions/setup-docker-trust@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/setup-docker-trust@c970b0fb89bd966749280e832928db62040812bf
with:
azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
azure-keyvault-name: "bitwarden-ci"

6
.github/workflows/release.yml

@ -36,7 +36,7 @@ jobs: @@ -36,7 +36,7 @@ jobs:
- name: Check Release Version
id: version
uses: bitwarden/gh-actions/release-version-check@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/release-version-check@c970b0fb89bd966749280e832928db62040812bf
with:
release-type: ${{ github.event.inputs.release_type }}
project-type: dotnet
@ -68,7 +68,7 @@ jobs: @@ -68,7 +68,7 @@ jobs:
- name: Setup DCT
id: setup-dct
uses: bitwarden/gh-actions/setup-docker-trust@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/setup-docker-trust@c970b0fb89bd966749280e832928db62040812bf
with:
azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
azure-keyvault-name: "bitwarden-ci"
@ -161,7 +161,7 @@ jobs: @@ -161,7 +161,7 @@ jobs:
- name: Retrieve secrets
id: retrieve-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/get-keyvault-secrets@c970b0fb89bd966749280e832928db62040812bf
if: failure()
with:
keyvault: "bitwarden-ci"

4
.github/workflows/version-bump.yml

@ -24,7 +24,7 @@ jobs: @@ -24,7 +24,7 @@ jobs:
- name: Retrieve secrets
id: retrieve-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/get-keyvault-secrets@c970b0fb89bd966749280e832928db62040812bf
with:
keyvault: "bitwarden-ci"
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase"
@ -48,7 +48,7 @@ jobs: @@ -48,7 +48,7 @@ jobs:
ref: version_bump_${{ github.event.inputs.version_number }}
- name: Bump Version - csproj
uses: bitwarden/gh-actions/version-bump@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/version-bump@c970b0fb89bd966749280e832928db62040812bf
with:
version: ${{ github.event.inputs.version_number }}
file_path: "./src/KeyConnector/KeyConnector.csproj"

2
.github/workflows/workflow-linter.yml

@ -8,4 +8,4 @@ on: @@ -8,4 +8,4 @@ on:
jobs:
call-workflow:
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@c970b0fb89bd966749280e832928db62040812bf

Loading…
Cancel
Save