From f3084cd27d9d2097c2e71bde15cde75cd852b216 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 01:20:24 +0000 Subject: [PATCH] chore(deps): update zerogachis/.github action to v6 --- .github/workflows/argocd_check_kube_enabled.yml | 2 +- .github/workflows/build-xamarin-lib.yml | 6 +++--- .github/workflows/send_slack_gha_status.yaml | 2 +- .github/workflows/send_slack_message.yaml | 2 +- workflow-templates/gotoprod-pr.yml | 2 +- workflow-templates/security_scan_repo.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/argocd_check_kube_enabled.yml b/.github/workflows/argocd_check_kube_enabled.yml index 019446a1..d02fe76f 100644 --- a/.github/workflows/argocd_check_kube_enabled.yml +++ b/.github/workflows/argocd_check_kube_enabled.yml @@ -24,7 +24,7 @@ jobs: argocd-sync: needs: [check-kube-enabled] if: ${{ needs.check-kube-enabled.outputs.kube_enabled == 'true' }} - uses: ZeroGachis/.github/.github/workflows/argocd_sync.yml@v5 + uses: ZeroGachis/.github/.github/workflows/argocd_sync.yml@v6 with: app_name: ${{ inputs.app_name }} environment_name: ${{ github.ref_name }} diff --git a/.github/workflows/build-xamarin-lib.yml b/.github/workflows/build-xamarin-lib.yml index a54e0f55..268d376e 100644 --- a/.github/workflows/build-xamarin-lib.yml +++ b/.github/workflows/build-xamarin-lib.yml @@ -74,21 +74,21 @@ jobs: uses: actions/checkout@v6 - name: Build "${{ inputs.lib-name }}" - uses: ZeroGachis/.github/.github/actions/build-xamarin-lib@v5 + uses: ZeroGachis/.github/.github/actions/build-xamarin-lib@v6 with: lib-version: ${{ inputs.lib-version }} lib-name: ${{ inputs.lib-name }} configuration: ${{ inputs.configuration }} - name: Test "${{ inputs.lib-name }}" - uses: ZeroGachis/.github/.github/actions/test-xamarin-lib@v5 + uses: ZeroGachis/.github/.github/actions/test-xamarin-lib@v6 with: lib-name: ${{ inputs.lib-name }} configuration: ${{ inputs.configuration }} - name: "Publish ${{ inputs.lib-name }}" if: ${{ inputs.publish }} - uses: ZeroGachis/.github/.github/actions/publish-xamarin-lib@v5 + uses: ZeroGachis/.github/.github/actions/publish-xamarin-lib@v6 with: lib-name: ${{ inputs.lib-name }} spec-file: ${{ inputs.spec-file }} diff --git a/.github/workflows/send_slack_gha_status.yaml b/.github/workflows/send_slack_gha_status.yaml index 4227bd20..78dc34d7 100644 --- a/.github/workflows/send_slack_gha_status.yaml +++ b/.github/workflows/send_slack_gha_status.yaml @@ -22,7 +22,7 @@ on: jobs: send-slack-gha-status: - uses: ZeroGachis/.github/.github/workflows/send_slack_notif.yaml@v5 + uses: ZeroGachis/.github/.github/workflows/send_slack_notif.yaml@v6 with: environment_name: ${{ inputs.environment_name }} vault_url: ${{ inputs.VAULT_URL || vars.VAULT_URL || vars.PULLREQUEST_VAULT_URL }} diff --git a/.github/workflows/send_slack_message.yaml b/.github/workflows/send_slack_message.yaml index f6659626..324ec069 100644 --- a/.github/workflows/send_slack_message.yaml +++ b/.github/workflows/send_slack_message.yaml @@ -21,7 +21,7 @@ on: jobs: send-slack-message: - uses: ZeroGachis/.github/.github/workflows/send_slack_notif.yaml@v5 + uses: ZeroGachis/.github/.github/workflows/send_slack_notif.yaml@v6 with: environment_name: ${{ inputs.environment_name }} vault_url: ${{ inputs.VAULT_URL || vars.VAULT_URL || vars.PULLREQUEST_VAULT_URL }} diff --git a/workflow-templates/gotoprod-pr.yml b/workflow-templates/gotoprod-pr.yml index 1c2c6053..fd14db86 100644 --- a/workflow-templates/gotoprod-pr.yml +++ b/workflow-templates/gotoprod-pr.yml @@ -11,4 +11,4 @@ permissions: jobs: call-gotoprod-pr-workflow: - uses: ZeroGachis/.github/.github/workflows/create-gotoprod-pr.yml@v5 + uses: ZeroGachis/.github/.github/workflows/create-gotoprod-pr.yml@v6 diff --git a/workflow-templates/security_scan_repo.yml b/workflow-templates/security_scan_repo.yml index c7a73d49..bc964dd3 100644 --- a/workflow-templates/security_scan_repo.yml +++ b/workflow-templates/security_scan_repo.yml @@ -20,5 +20,5 @@ permissions: jobs: security_scan: - uses: ZeroGachis/.github/.github/workflows/security_scan_repo.yml@v5 + uses: ZeroGachis/.github/.github/workflows/security_scan_repo.yml@v6 secrets: inherit