From 907ddaacbe8eef80afe5bf8fa9703a09987e9826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= Date: Thu, 7 Aug 2025 12:45:45 +0200 Subject: [PATCH] ci: update the checks dependencies --- .github/workflows/checkov-check.yaml | 2 +- .github/workflows/rust-check.yaml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checkov-check.yaml b/.github/workflows/checkov-check.yaml index 574bacf..6b22e2d 100644 --- a/.github/workflows/checkov-check.yaml +++ b/.github/workflows/checkov-check.yaml @@ -22,7 +22,7 @@ jobs: with: python-version: "3.13.1" - name: Rust toolchain installation - uses: dtolnay/rust-toolchain@0579bb9e1907e560c2f263f705f93655a44a07e5 + uses: dtolnay/rust-toolchain@6691ebadcb18182cc1391d07c9f295f657c593cd - name: code checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: diff --git a/.github/workflows/rust-check.yaml b/.github/workflows/rust-check.yaml index ae61ca7..c915a4a 100644 --- a/.github/workflows/rust-check.yaml +++ b/.github/workflows/rust-check.yaml @@ -21,18 +21,20 @@ jobs: run: > apt-get update && apt-get install -y libgtk-3-dev=3.24.33-1ubuntu2.2 - libjavascriptcoregtk-4.1-dev=2.46.5-0ubuntu0.22.04.1 + libjavascriptcoregtk-4.1-dev=2.48.3-0ubuntu0.22.04.1 libsoup-3.0-dev=3.0.7-0ubuntu1 - libwebkit2gtk-4.1-dev=2.46.5-0ubuntu0.22.04.1 + libwebkit2gtk-4.1-dev=2.48.3-0ubuntu0.22.04.1 libxdo-dev=1:3.20160805.1-4 - name: Rust toolchain installation - uses: dtolnay/rust-toolchain@0579bb9e1907e560c2f263f705f93655a44a07e5 + uses: dtolnay/rust-toolchain@6691ebadcb18182cc1391d07c9f295f657c593cd with: components: clippy, rustfmt - name: code checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 + - name: .env symlink creation + run: ln -s .env.example .env - name: npm build run: npm install && npm run build - name: rustfmt check