Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
node: [20.x, 22.x, 24.x]
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false

Expand Down Expand Up @@ -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
Expand All @@ -66,7 +66,7 @@ jobs:
--health-retries 5

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false

Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -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
Expand All @@ -64,7 +64,7 @@ jobs:
--health-retries 5

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false

Expand All @@ -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
Expand All @@ -107,7 +107,7 @@ jobs:
NPM_CONFIG_PROVENANCE: true

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@e580e42ea2dadaa7c2b1404d9973e7501f5fc2dc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading