Skip to content

Commit 7c25f38

Browse files
ci: bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `aws-actions/aws-secretsmanager-get-secrets` from 2 to 3 - [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases) - [Commits](aws-actions/aws-secretsmanager-get-secrets@v2...v3) Updates `slackapi/slack-github-action` from 2.1.1 to 3.0.1 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: aws-actions/aws-secretsmanager-get-secrets dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a45c28 commit 7c25f38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e-tests-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: aws
5050
run: echo "account_id=$(aws sts get-caller-identity --query Account --output text)" >> "$GITHUB_OUTPUT"
5151
- name: Get API keys from Secrets Manager
52-
uses: aws-actions/aws-secretsmanager-get-secrets@v2
52+
uses: aws-actions/aws-secretsmanager-get-secrets@v3
5353
with:
5454
secret-ids: |
5555
E2E,${{ secrets.E2E_SECRET_ARN }}

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: aws
7474
run: echo "account_id=$(aws sts get-caller-identity --query Account --output text)" >> "$GITHUB_OUTPUT"
7575
- name: Get API keys from Secrets Manager
76-
uses: aws-actions/aws-secretsmanager-get-secrets@v2
76+
uses: aws-actions/aws-secretsmanager-get-secrets@v3
7777
with:
7878
secret-ids: |
7979
E2E,${{ secrets.E2E_SECRET_ARN }}

.github/workflows/slack-issue-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Send issue details to Slack
12-
uses: slackapi/slack-github-action@v2.1.1
12+
uses: slackapi/slack-github-action@v3.0.1
1313
with:
1414
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
1515
webhook-type: webhook-trigger

.github/workflows/slack-open-prs-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
);
4141
4242
- name: Send open PRs summary to Slack
43-
uses: slackapi/slack-github-action@v2.1.1
43+
uses: slackapi/slack-github-action@v3.0.1
4444
with:
4545
webhook: ${{ secrets.SLACK_OPEN_PRS_WEBHOOK_URL }}
4646
webhook-type: webhook-trigger

0 commit comments

Comments
 (0)