From 4021259dc01896f907d64b20efb6eec1041867c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:09:01 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies for github actions --- .github/workflows/app_ci.yml | 4 ++-- .github/workflows/front_ci.yml | 4 ++-- .github/workflows/show-migration-query.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/app_ci.yml b/.github/workflows/app_ci.yml index 8c0e7a9..285fb31 100644 --- a/.github/workflows/app_ci.yml +++ b/.github/workflows/app_ci.yml @@ -31,7 +31,7 @@ jobs: MONITOR_DB_PASSWORD: monitor_pw MONITOR_DB_NAME: monitor_db steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: sparse-checkout: | app @@ -48,7 +48,7 @@ jobs: - name: "Run test" run: go run gotest.tools/gotestsum@v1.12.3 --junitfile ~/test-results.xml - name: "Upload Results" - uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1 + uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6.1.0 if: ${{ success() || failure() }} continue-on-error: true with: diff --git a/.github/workflows/front_ci.yml b/.github/workflows/front_ci.yml index 6a14e57..e3afb2c 100644 --- a/.github/workflows/front_ci.yml +++ b/.github/workflows/front_ci.yml @@ -12,7 +12,7 @@ jobs: run: working-directory: ./front steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: sparse-checkout: | front @@ -21,7 +21,7 @@ jobs: with: package_json_file: front/package.json - name: "Set up Node.js" - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: cache: 'pnpm' node-version-file: front/.node-version diff --git a/.github/workflows/show-migration-query.yml b/.github/workflows/show-migration-query.yml index 06abb70..5f8eb25 100644 --- a/.github/workflows/show-migration-query.yml +++ b/.github/workflows/show-migration-query.yml @@ -31,7 +31,7 @@ jobs: MONITOR_DB_NAME: monitor_db steps: - name: Checkout base schema.sql - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 id: base with: ref: ${{ inputs.base_commit_hash }} @@ -39,7 +39,7 @@ jobs: sparse-checkout: | schema/database - name: Checkout latest schema.sql - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 id: latest with: path: ./latest