Skip to content

Commit c10826d

Browse files
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>
1 parent 29d090c commit c10826d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata
15-
uses: dependabot/fetch-metadata@5a70a1d133aebc31503dc07fb19f294cf18ff31c
15+
uses: dependabot/fetch-metadata@fa6d7aee4f734d7f1a20fb075d01c7db6731009d
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
- name: Approve a PR

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
node: [20.x, 22.x, 24.x]
2020
steps:
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222
with:
2323
persist-credentials: false
2424

@@ -54,7 +54,7 @@ jobs:
5454

5555
services:
5656
database:
57-
image: postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
57+
image: postgres:18.1@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f
5858
env:
5959
POSTGRES_DB: demo
6060
POSTGRES_PASSWORD: postgres
@@ -66,7 +66,7 @@ jobs:
6666
--health-retries 5
6767
6868
steps:
69-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
69+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
7070
with:
7171
persist-credentials: false
7272

@@ -83,7 +83,7 @@ jobs:
8383
run: yarn build
8484

8585
- name: E2E tests
86-
uses: cypress-io/github-action@53299cbe789c64daab823c4bfb1882d05e9feaf3
86+
uses: cypress-io/github-action@1bf19d6451740384ca8c946544ef5db458bc633c
8787
env:
8888
DATABASE_HOST: database
8989
DATABASE_PORT: 5432

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414

1515
steps:
16-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1717
with:
1818
persist-credentials: false
1919
fetch-depth: 0
@@ -52,7 +52,7 @@ jobs:
5252

5353
services:
5454
database:
55-
image: postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
55+
image: postgres:18.1@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f
5656
env:
5757
POSTGRES_DB: demo
5858
POSTGRES_PASSWORD: postgres
@@ -64,7 +64,7 @@ jobs:
6464
--health-retries 5
6565
6666
steps:
67-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
67+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6868
with:
6969
persist-credentials: false
7070

@@ -81,7 +81,7 @@ jobs:
8181
run: yarn build
8282

8383
- name: E2E tests
84-
uses: cypress-io/github-action@53299cbe789c64daab823c4bfb1882d05e9feaf3
84+
uses: cypress-io/github-action@1bf19d6451740384ca8c946544ef5db458bc633c
8585
env:
8686
DATABASE_HOST: database
8787
DATABASE_PORT: 5432
@@ -107,7 +107,7 @@ jobs:
107107
NPM_CONFIG_PROVENANCE: true
108108

109109
steps:
110-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
110+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
111111
with:
112112
persist-credentials: false
113113
fetch-depth: 0

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- id: lint-pr-title
14-
uses: grafana/shared-workflows/actions/lint-pr-title@2c612944c2fcdedc96344a8bd200816414efeeb2
14+
uses: grafana/shared-workflows/actions/lint-pr-title@273dd16abdf8cef201111c24e335003e0332531d
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)