mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(deps): pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
82f534f7b0
commit
407f8a634b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
services:
|
||||
mariadb:
|
||||
# renovate: datasource=docker depName=mariadb
|
||||
image: mariadb:11.0.2
|
||||
image: mariadb:11.0.2@sha256:f94bb4868d953fed5220c9d3cdc8449f4c314efb07d3a18eefa6010b383f2ab8
|
||||
env:
|
||||
MYSQL_USER: hedgedoc
|
||||
MYSQL_PASSWORD: hedgedoc
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
services:
|
||||
postgres:
|
||||
# renovate: datasource=docker depName=postgres
|
||||
image: postgres:15.3
|
||||
image: postgres:15.3@sha256:362a63cb1e864195ea2bc29b5066bdb222bc9a4461bfaff2418f63a06e56bce0
|
||||
env:
|
||||
POSTGRES_PASSWORD: hedgedoc
|
||||
POSTGRES_USER: hedgedoc
|
||||
|
|
2
.github/workflows/reuse.yml
vendored
2
.github/workflows/reuse.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
reuse:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: fsfe/reuse:2.0.0
|
||||
image: fsfe/reuse:2.0.0@sha256:8af56a5e18b415bb9b8be792fc3b3901265be932ac12cadb09a4594283472c25
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
|
||||
|
|
Loading…
Reference in a new issue