Skip to content

Commit 2eb864c

Browse files
Merge branch 'main' into renovate/node-24.x
2 parents 0d900ad + 43b1b9c commit 2eb864c

8 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5050
- name: Configure AWS credentials
51-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
51+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6
5252
with:
5353
role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action
5454
aws-region: us-east-1

.github/workflows/example_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # Checkout the code so we have access to the config file
3636
- name: Configure AWS credentials
37-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
37+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6
3838
with:
3939
role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action
4040
aws-region: us-east-1

.github/workflows/prepare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Generate GitHub App token
1414
id: app-token
15-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
15+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1616
with:
1717
app-id: ${{ secrets.CQ_APP_ID }}
1818
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
@@ -22,7 +22,7 @@ jobs:
2222
token: ${{ steps.app-token.outputs.token }}
2323
- name: Install pnpm
2424
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
25-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
25+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2626
with:
2727
node-version: "lts/*"
2828
cache: 'pnpm'

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
steps:
1414
- name: Generate GitHub App token
1515
id: app-token
16-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
16+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1717
with:
1818
app-id: ${{ secrets.CQ_APP_ID }}
1919
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
2020
permission-contents: write
2121
permission-pull-requests: write
22-
- uses: GoogleCloudPlatform/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
22+
- uses: GoogleCloudPlatform/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
2323
with:
2424
token: ${{ steps.app-token.outputs.token }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
2020
- name: Use Node.js
21-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
21+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2222
with:
2323
node-version: "lts/*"
2424
cache: 'pnpm'

README.md

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

3030
# Setup AWS credentials (example)
3131
- name: Configure AWS credentials
32-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
32+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6
3333
with:
3434
role-to-assume: <role-arn>
3535
aws-region: <region>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/cloudquery/setup-cloudquery#readme",
2626
"dependencies": {
27-
"@actions/core": "3.0.0",
27+
"@actions/core": "3.0.1",
2828
"chalk": "5.6.2",
2929
"execa": "9.6.1",
3030
"node-fetch": "^3.3.2",
@@ -51,7 +51,7 @@
5151
"eslint-plugin-n": "17.24.0",
5252
"eslint-plugin-prettier": "5.5.5",
5353
"husky": "^9.0.11",
54-
"prettier": "3.8.1",
54+
"prettier": "3.8.3",
5555
"typescript": "6.0.2"
5656
},
5757
"packageManager": "pnpm@10.33.0"

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)