diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index be7458e..7cd329b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.0.2 - name: Import secrets - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@7709c609789c5e27b757a85817483caadbb5939a # v3.3.0 id: secrets with: exportEnv: false @@ -66,7 +66,7 @@ jobs: if: needs.build.outputs.release_type == 'production' steps: - name: Import secrets - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@7709c609789c5e27b757a85817483caadbb5939a # v3.3.0 id: secrets with: exportEnv: false @@ -121,7 +121,7 @@ jobs: needs: build steps: - name: Import secrets - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@7709c609789c5e27b757a85817483caadbb5939a # v3.3.0 id: secrets with: exportEnv: true @@ -190,7 +190,7 @@ jobs: needs: build steps: - name: Import secrets - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@7709c609789c5e27b757a85817483caadbb5939a # v3.3.0 id: secrets with: exportEnv: false diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 770249a..e514054 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.0.2 - name: Import secrets - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@7709c609789c5e27b757a85817483caadbb5939a # v3.3.0 id: secrets with: exportEnv: false @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.0.2 - name: Import secrets - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@7709c609789c5e27b757a85817483caadbb5939a # v3.3.0 id: secrets with: exportEnv: false @@ -160,7 +160,7 @@ jobs: name: node-${{ env.ARCH }}.tar - name: Import secrets - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@7709c609789c5e27b757a85817483caadbb5939a # v3.3.0 id: secrets with: exportEnv: false