Skip to content

Commit

Permalink
github-actions(deps): bump aws-actions/aws-secretsmanager-get-secrets…
Browse files Browse the repository at this point in the history
… from 2.0.0 to 2.0.1 (#3214)

github-actions(deps): bump aws-actions/aws-secretsmanager-get-secrets

Bumps [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases)
- [Commits](aws-actions/aws-secretsmanager-get-secrets@90243ec...5cb982b)

---
updated-dependencies:
- dependency-name: aws-actions/aws-secretsmanager-get-secrets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: BrianEllwood <45009603+BrianEllwood@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and BrianEllwood authored Feb 6, 2024
1 parent 703a420 commit d3c68c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platform-pagerduty-rota-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get AWS Secrets
id: get_aws_secrets
uses: aws-actions/aws-secretsmanager-get-secrets@90243ece4a7c48a91d34d9ac0d3949bb2fc5fc69 # v1.0.4
uses: aws-actions/aws-secretsmanager-get-secrets@5cb982bcb88b164e92093d4e3bee94b7b416731f # v1.0.4
with:
secret-ids: |
PAGERDUTY_TOKEN, pagerduty-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-workflow-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Retrieve GitHub Robot Token
if: github.ref != 'refs/heads/main'
id: retrieve_github_robot_token
uses: aws-actions/aws-secretsmanager-get-secrets@90243ece4a7c48a91d34d9ac0d3949bb2fc5fc69 # v1.0.4
uses: aws-actions/aws-secretsmanager-get-secrets@5cb982bcb88b164e92093d4e3bee94b7b416731f # v1.0.4
with:
secret-ids: |
GITHUB_ROBOT_TOKEN, github-token
Expand Down

0 comments on commit d3c68c4

Please sign in to comment.