From 0ee7a69f6c4965e5cc9c3f512916aedcc56d71a9 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:58:42 +0000 Subject: [PATCH] chore(deps): Update github-actions --- .github/workflows/example.yml | 2 +- .github/workflows/example_matrix.yml | 2 +- .github/workflows/prepare.yml | 4 ++-- .github/workflows/release-please.yml | 2 +- .github/workflows/test.yml | 2 +- README.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index d4593728..6d4b9844 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6 + uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6 with: role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action aws-region: us-east-1 diff --git a/.github/workflows/example_matrix.yml b/.github/workflows/example_matrix.yml index da2e7685..e9624949 100644 --- a/.github/workflows/example_matrix.yml +++ b/.github/workflows/example_matrix.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # Checkout the code so we have access to the config file - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6 + uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6 with: role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action aws-region: us-east-1 diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index d05ae75c..e22b3110 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: app-id: ${{ secrets.CQ_APP_ID }} private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }} @@ -21,7 +21,7 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} - name: Install pnpm - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: "lts/*" diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8b2dc79f..23216449 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: app-id: ${{ secrets.CQ_APP_ID }} private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4dcd82ba..a26a62d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install pnpm - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: diff --git a/README.md b/README.md index b6d6e3bb..433222e2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: # Setup AWS credentials (example) - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6 + uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6 with: role-to-assume: aws-region: