diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e9c1e0..6d24b48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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@c970b0fb89bd966749280e832928db62040812bf + uses: bitwarden/gh-actions/setup-docker-trust@ba6a77541fa0732735408d10f3ca1e122221201d with: azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} azure-keyvault-name: "bitwarden-ci" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 457151f..5dbd495 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Check Release Version id: version - uses: bitwarden/gh-actions/release-version-check@c970b0fb89bd966749280e832928db62040812bf + uses: bitwarden/gh-actions/release-version-check@ba6a77541fa0732735408d10f3ca1e122221201d with: release-type: ${{ github.event.inputs.release_type }} project-type: dotnet @@ -68,7 +68,7 @@ jobs: - name: Setup DCT id: setup-dct - uses: bitwarden/gh-actions/setup-docker-trust@c970b0fb89bd966749280e832928db62040812bf + uses: bitwarden/gh-actions/setup-docker-trust@ba6a77541fa0732735408d10f3ca1e122221201d with: azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} azure-keyvault-name: "bitwarden-ci" @@ -161,7 +161,7 @@ jobs: - name: Retrieve secrets id: retrieve-secrets - uses: bitwarden/gh-actions/get-keyvault-secrets@c970b0fb89bd966749280e832928db62040812bf + uses: bitwarden/gh-actions/get-keyvault-secrets@ba6a77541fa0732735408d10f3ca1e122221201d if: failure() with: keyvault: "bitwarden-ci" diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 7ede8d3..1e27189 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -24,7 +24,7 @@ jobs: - name: Retrieve secrets id: retrieve-secrets - uses: bitwarden/gh-actions/get-keyvault-secrets@c970b0fb89bd966749280e832928db62040812bf + uses: bitwarden/gh-actions/get-keyvault-secrets@ba6a77541fa0732735408d10f3ca1e122221201d with: keyvault: "bitwarden-ci" secrets: "github-gpg-private-key, github-gpg-private-key-passphrase" @@ -48,7 +48,7 @@ jobs: ref: version_bump_${{ github.event.inputs.version_number }} - name: Bump Version - csproj - uses: bitwarden/gh-actions/version-bump@c970b0fb89bd966749280e832928db62040812bf + uses: bitwarden/gh-actions/version-bump@ba6a77541fa0732735408d10f3ca1e122221201d with: version: ${{ github.event.inputs.version_number }} file_path: "./src/KeyConnector/KeyConnector.csproj" diff --git a/.github/workflows/workflow-linter.yml b/.github/workflows/workflow-linter.yml index 5afd077..2fa5ce0 100644 --- a/.github/workflows/workflow-linter.yml +++ b/.github/workflows/workflow-linter.yml @@ -8,4 +8,4 @@ on: jobs: call-workflow: - uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@c970b0fb89bd966749280e832928db62040812bf + uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@ba6a77541fa0732735408d10f3ca1e122221201d