From 574529dd12ba28420796db73970b6428a2798966 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:17:21 +0000 Subject: [PATCH] chore(deps): update github-actions | datasource | package | from | to | | ---------- | -------- | ---- | ---- | | docker | postgres | 18.0 | 18.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/dependabot-automerge.yml | 2 +- .github/workflows/pull-request.yml | 12 ++++++------ .github/workflows/release.yml | 16 ++++++++-------- .github/workflows/semantic-pr.yml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 3cea67637..5ef852389 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@5a70a1d133aebc31503dc07fb19f294cf18ff31c + uses: dependabot/fetch-metadata@fa6d7aee4f734d7f1a20fb075d01c7db6731009d with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Approve a PR diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 05c017a66..86cb29641 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,12 +18,12 @@ jobs: matrix: node: [20.x, 22.x, 24.x] steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: ${{ matrix.node }} cache: 'yarn' @@ -54,7 +54,7 @@ jobs: services: database: - image: postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c + image: postgres:18.1@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f env: POSTGRES_DB: demo POSTGRES_PASSWORD: postgres @@ -66,12 +66,12 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: 'lts/iron' cache: 'yarn' @@ -83,7 +83,7 @@ jobs: run: yarn build - name: E2E tests - uses: cypress-io/github-action@53299cbe789c64daab823c4bfb1882d05e9feaf3 + uses: cypress-io/github-action@1bf19d6451740384ca8c946544ef5db458bc633c env: DATABASE_HOST: database DATABASE_PORT: 5432 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a22792b1..f191ea3ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,13 +13,13 @@ jobs: contents: read steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' @@ -52,7 +52,7 @@ jobs: services: database: - image: postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c + image: postgres:18.1@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f env: POSTGRES_DB: demo POSTGRES_PASSWORD: postgres @@ -64,12 +64,12 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: 'lts/*' package-manager-cache: false @@ -81,7 +81,7 @@ jobs: run: yarn build - name: E2E tests - uses: cypress-io/github-action@53299cbe789c64daab823c4bfb1882d05e9feaf3 + uses: cypress-io/github-action@1bf19d6451740384ca8c946544ef5db458bc633c env: DATABASE_HOST: database DATABASE_PORT: 5432 @@ -107,13 +107,13 @@ jobs: NPM_CONFIG_PROVENANCE: true steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 0e7a76e57..4144126bf 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - id: lint-pr-title - uses: grafana/shared-workflows/actions/lint-pr-title@2c612944c2fcdedc96344a8bd200816414efeeb2 + uses: grafana/shared-workflows/actions/lint-pr-title@68818a1d7ffad7f276b89ef3e1835054d4106d46 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}