From 1aa8e6aa5ae9a82f29e70ea96a6b3f0394143570 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:14:32 +0000 Subject: [PATCH] chore(deps): update zerogachis/.github action to v5 --- .github/workflows/pullrequest-push.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- .github/workflows/security_scan_repo.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pullrequest-push.yml b/.github/workflows/pullrequest-push.yml index a7b7fb1..6045416 100644 --- a/.github/workflows/pullrequest-push.yml +++ b/.github/workflows/pullrequest-push.yml @@ -12,7 +12,7 @@ on: jobs: build: - uses: ZeroGachis/.github/.github/workflows/build-image.yml@v4 + uses: ZeroGachis/.github/.github/workflows/build-image.yml@v5 permissions: contents: read security-events: write @@ -34,7 +34,7 @@ jobs: [ build, ] - uses: ZeroGachis/.github/.github/workflows/run-docker.yml@v4 + uses: ZeroGachis/.github/.github/workflows/run-docker.yml@v5 permissions: contents: read id-token: write @@ -58,7 +58,7 @@ jobs: [ build, ] - uses: ZeroGachis/.github/.github/workflows/run-docker-with-db.yml@v4 + uses: ZeroGachis/.github/.github/workflows/run-docker-with-db.yml@v5 permissions: contents: read id-token: write @@ -87,7 +87,7 @@ jobs: unit-tests, static-metrics, ] - uses: ZeroGachis/.github/.github/workflows/delete-docker-image.yml@v4 + uses: ZeroGachis/.github/.github/workflows/delete-docker-image.yml@v5 permissions: contents: read id-token: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f327d1f..c5097a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: jobs: github-release: - uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v4 + uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v5 permissions: contents: write pull-requests: write @@ -21,7 +21,7 @@ jobs: publish: needs: github-release if: ${{ needs.github-release.outputs.release_created == 'true' }} - uses: ZeroGachis/.github/.github/workflows/python-publish.yml@v4 + uses: ZeroGachis/.github/.github/workflows/python-publish.yml@v5 permissions: contents: write packages: read diff --git a/.github/workflows/security_scan_repo.yml b/.github/workflows/security_scan_repo.yml index f547565..c7a73d4 100644 --- a/.github/workflows/security_scan_repo.yml +++ b/.github/workflows/security_scan_repo.yml @@ -20,5 +20,5 @@ permissions: jobs: security_scan: - uses: ZeroGachis/.github/.github/workflows/security_scan_repo.yml@v4 + uses: ZeroGachis/.github/.github/workflows/security_scan_repo.yml@v5 secrets: inherit