diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c84114d4..0c8580c7 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -123,7 +123,7 @@ jobs: - name: Get secrets from vault id: vault-secrets - uses: aws-actions/aws-secretsmanager-get-secrets@a9a7eb4e2f2871d30dc5b892576fde60a2ecc802 # v2.0.10 + uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3.0.1 with: secret-ids: | ,/vault/liquibase diff --git a/.github/workflows/trivy-scan-published-images.yml b/.github/workflows/trivy-scan-published-images.yml index fc56f560..fb9782bd 100644 --- a/.github/workflows/trivy-scan-published-images.yml +++ b/.github/workflows/trivy-scan-published-images.yml @@ -106,7 +106,7 @@ jobs: - name: Get secrets from vault (CVE dispatch) id: vault-secrets-cve - uses: aws-actions/aws-secretsmanager-get-secrets@a9a7eb4e2f2871d30dc5b892576fde60a2ecc802 # v2.0.10 + uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3.0.1 with: secret-ids: | ,/vault/liquibase diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index a741a793..3b78b2ab 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -167,7 +167,7 @@ jobs: aws-region: us-east-1 - name: Get secrets from vault - uses: aws-actions/aws-secretsmanager-get-secrets@a9a7eb4e2f2871d30dc5b892576fde60a2ecc802 # v2.0.10 + uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3.0.1 with: secret-ids: | ,/vault/liquibase