diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fccb35..a4aa556 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@8fccdaea2810d5dfb13753b6dd93bbd3a63ff82e + uses: bitwarden/gh-actions/setup-docker-trust@62d1bf7c3e31c458cc7236b1e69a475d235cd78f 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 0fea40d..005769a 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@8fccdaea2810d5dfb13753b6dd93bbd3a63ff82e + uses: bitwarden/gh-actions/release-version-check@62d1bf7c3e31c458cc7236b1e69a475d235cd78f 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@8fccdaea2810d5dfb13753b6dd93bbd3a63ff82e + uses: bitwarden/gh-actions/setup-docker-trust@62d1bf7c3e31c458cc7236b1e69a475d235cd78f 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@8fccdaea2810d5dfb13753b6dd93bbd3a63ff82e + uses: bitwarden/gh-actions/get-keyvault-secrets@62d1bf7c3e31c458cc7236b1e69a475d235cd78f if: failure() with: keyvault: "bitwarden-ci" diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 3dbe252..6922703 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@8fccdaea2810d5dfb13753b6dd93bbd3a63ff82e + uses: bitwarden/gh-actions/get-keyvault-secrets@62d1bf7c3e31c458cc7236b1e69a475d235cd78f 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@8fccdaea2810d5dfb13753b6dd93bbd3a63ff82e + uses: bitwarden/gh-actions/version-bump@62d1bf7c3e31c458cc7236b1e69a475d235cd78f 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 081f376..f38d228 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@8fccdaea2810d5dfb13753b6dd93bbd3a63ff82e + uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@62d1bf7c3e31c458cc7236b1e69a475d235cd78f