Skip to content

Commit 15e6668

Browse files
ci: bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [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 `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/create-github-app-token` from 1 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@v1...v3) 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.3 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@v2.1.1...v3.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - 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.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea2df09 commit 15e6668

15 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/agent-restricted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Generate GitHub App Token
7070
id: app-token
71-
uses: actions/create-github-app-token@v1
71+
uses: actions/create-github-app-token@v3
7272
with:
7373
app-id: ${{ vars.APP_ID }}
7474
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: aws
5656
run: echo "account_id=$(aws sts get-caller-identity --query Account --output text)" >> "$GITHUB_OUTPUT"
5757
- name: Get API keys from Secrets Manager
58-
uses: aws-actions/aws-secretsmanager-get-secrets@v2
58+
uses: aws-actions/aws-secretsmanager-get-secrets@v3
5959
with:
6060
secret-ids: |
6161
E2E,${{ secrets.E2E_SECRET_ARN }}
@@ -93,7 +93,7 @@ jobs:
9393
- name: Generate GitHub App Token
9494
if: failure()
9595
id: app-token
96-
uses: actions/create-github-app-token@v1
96+
uses: actions/create-github-app-token@v3
9797
with:
9898
app-id: ${{ vars.APP_ID }}
9999
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/ci-failure-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Generate GitHub App Token
2828
id: app-token
29-
uses: actions/create-github-app-token@v1
29+
uses: actions/create-github-app-token@v3
3030
with:
3131
app-id: ${{ vars.APP_ID }}
3232
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/cleanup-pr-tarballs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate GitHub App Token
1818
id: app-token
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@v3
2020
with:
2121
app-id: ${{ vars.APP_ID }}
2222
private-key: ${{ secrets.APP_PRIVATE_KEY }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: aws
5252
run: echo "account_id=$(aws sts get-caller-identity --query Account --output text)" >> "$GITHUB_OUTPUT"
5353
- name: Get API keys from Secrets Manager
54-
uses: aws-actions/aws-secretsmanager-get-secrets@v2
54+
uses: aws-actions/aws-secretsmanager-get-secrets@v3
5555
with:
5656
secret-ids: |
5757
E2E,${{ secrets.E2E_SECRET_ARN }}
@@ -61,7 +61,7 @@ jobs:
6161
- name: Generate GitHub App Token
6262
if: matrix.cdk-source == 'main'
6363
id: app-token
64-
uses: actions/create-github-app-token@v1
64+
uses: actions/create-github-app-token@v3
6565
with:
6666
app-id: ${{ vars.APP_ID }}
6767
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575
id: aws
7676
run: echo "account_id=$(aws sts get-caller-identity --query Account --output text)" >> "$GITHUB_OUTPUT"
7777
- name: Get API keys from Secrets Manager
78-
uses: aws-actions/aws-secretsmanager-get-secrets@v2
78+
uses: aws-actions/aws-secretsmanager-get-secrets@v3
7979
with:
8080
secret-ids: |
8181
E2E,${{ secrets.E2E_SECRET_ARN }}
8282
parse-json-secrets: true
8383

8484
- name: Generate GitHub App Token
8585
id: app-token
86-
uses: actions/create-github-app-token@v1
86+
uses: actions/create-github-app-token@v3
8787
with:
8888
app-id: ${{ vars.APP_ID }}
8989
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/github-slack-notifications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ISSUE_AUTHOR: ${{ github.event.issue.user.login }}
3636
ISSUE_BODY: ${{ github.event.issue.body }}
3737
LABELS: ${{ join(github.event.issue.labels.*.name, ', ') }}
38-
uses: slackapi/slack-github-action@v2.1.1
38+
uses: slackapi/slack-github-action@v3.0.3
3939
with:
4040
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
4141
webhook-type: webhook-trigger
@@ -193,7 +193,7 @@ jobs:
193193
COMMENT_URL: ${{ github.event.comment.html_url }}
194194
COMMENT_AUTHOR: ${{ github.event.comment.user.login }}
195195
COMMENT_BODY: ${{ github.event.comment.body }}
196-
uses: slackapi/slack-github-action@v2.1.1
196+
uses: slackapi/slack-github-action@v3.0.3
197197
with:
198198
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
199199
webhook-type: webhook-trigger

.github/workflows/pr-security-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# pull_request_review events from forks, which makes label/comment writes 403.
102102
- name: Generate GitHub App token
103103
id: app-token
104-
uses: actions/create-github-app-token@v1
104+
uses: actions/create-github-app-token@v3
105105
with:
106106
app-id: ${{ vars.APP_ID }}
107107
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/pr-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "name=$TARBALL_NAME" >> $GITHUB_OUTPUT
5353
- name: Generate GitHub App Token
5454
id: app-token
55-
uses: actions/create-github-app-token@v1
55+
uses: actions/create-github-app-token@v3
5656
with:
5757
app-id: ${{ vars.APP_ID }}
5858
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/prerelease-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: astral-sh/setup-uv@v7
2929
- name: Generate GitHub App Token
3030
id: app-token
31-
uses: actions/create-github-app-token@v1
31+
uses: actions/create-github-app-token@v3
3232
with:
3333
app-id: ${{ vars.APP_ID }}
3434
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)