File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
8383 run : yarn build
8484
8585 - name : E2E tests
86- uses : cypress-io/github-action@53299cbe789c64daab823c4bfb1882d05e9feaf3
86+ uses : cypress-io/github-action@21232e3359b6410b5b626e48529fc0e8f4fd278d
8787 env :
8888 DATABASE_HOST : database
8989 DATABASE_PORT : 5432
Original file line number Diff line number Diff line change 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
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
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
8181 run : yarn build
8282
8383 - name : E2E tests
84- uses : cypress-io/github-action@53299cbe789c64daab823c4bfb1882d05e9feaf3
84+ uses : cypress-io/github-action@21232e3359b6410b5b626e48529fc0e8f4fd278d
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
Original file line number Diff line number Diff line change 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@d80ddba3b588ad911410ce91c599bbbe513196b0
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments