Commit graph

658 commits

Author SHA1 Message Date
Alexey Pustovalov 0866f929e2 Using go entrypoint for Windows agents 2026-07-15 17:51:41 +09:00
Alexey Pustovalov 2f2fb7d7ed Fixed variable descriptions 2026-07-11 16:37:56 +09:00
dependabot[bot] 9c088301bf
Bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action).


Updates `actions/checkout` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e8c483db8...9c091bb21b)

Updates `actions/setup-python` from 6.0.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](e797f83bcb...ece7cb06ca)

Updates `github/codeql-action/upload-sarif` from 4.36.0 to 4.36.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](7211b7c807...8aad20d150)

Updates `SonarSource/sonarqube-scan-action` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](7006c4492b...713881670b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-26 06:04:35 +00:00
Alexey Pustovalov 03fbcba0ab Using hash for Python libraries 2026-06-26 12:30:32 +09:00
Alexey Pustovalov 60cca93c54 Updated buildkit version 2026-06-19 16:21:03 +09:00
Alexey Pustovalov b748aab86e Install only required platform list for Qemu 2026-06-19 16:20:58 +09:00
Alexey Pustovalov 1a92da0a29 Trying to avoid operation cancelled 2026-06-19 16:20:14 +09:00
Alexey Pustovalov 82fe7bbf4a Trying to avoid operation cancelled 2026-06-15 13:26:18 +09:00
Alexey Pustovalov 63c0ccda39 Trying to avoid operation cancelled 2026-06-15 13:26:18 +09:00
Alexey Pustovalov 4003f63dba Fixed version pinning and dependabot group updates 2026-06-11 16:03:52 +09:00
Alexey Pustovalov 0870fd03e1
Merge pull request #1921 from zabbix/dependabot/github_actions/actions/upload-artifact-7.0.1
Bump actions/upload-artifact from 7.0.0 to 7.0.1
2026-05-30 15:33:49 +09:00
Alexey Pustovalov 2003bede1e
Merge pull request #1922 from zabbix/dependabot/github_actions/actions/dependency-review-action-5.0.0
Bump actions/dependency-review-action from 4.9.0 to 5.0.0
2026-05-30 15:33:24 +09:00
dependabot[bot] 7c2183aa3c
Bump step-security/harden-runner from 2.16.0 to 2.19.4
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.16.0 to 2.19.4.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](fa2e9d605c...9af89fc715)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:35 +00:00
dependabot[bot] 26f61dad99
Bump actions/dependency-review-action from 4.9.0 to 5.0.0
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.9.0 to 5.0.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](2031cfc080...a1d282b36b)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:21 +00:00
dependabot[bot] d282fe549c
Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](bbbca2ddaa...043fb46d1a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:17 +00:00
Alexey Pustovalov cf5b71186c
Merge pull request #1916 from zabbix/dependabot/github_actions/SonarSource/sonarqube-scan-action-8.1.0
Bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.1.0
2026-05-29 12:29:21 +09:00
Alexey Pustovalov 35fb177a09
Merge pull request #1917 from zabbix/dependabot/github_actions/docker/login-action-4.2.0
Bump docker/login-action from 4.0.0 to 4.2.0
2026-05-29 12:29:08 +09:00
Alexey Pustovalov 56e12a2db6
Merge pull request #1918 from zabbix/dependabot/github_actions/redhat-actions/podman-login-1.7
Bump redhat-actions/podman-login from 1.6 to 1.7
2026-05-29 12:28:58 +09:00
Alexey Pustovalov 7ccf9c5c34
Merge pull request #1919 from zabbix/dependabot/github_actions/docker/metadata-action-6.1.0
Bump docker/metadata-action from 6.0.0 to 6.1.0
2026-05-29 12:28:46 +09:00
dependabot[bot] 5fc3bc7d59
Bump github/codeql-action from 4.34.1 to 4.36.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.36.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](3869755554...7211b7c807)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:49 +00:00
dependabot[bot] 418129bf6f
Bump docker/metadata-action from 6.0.0 to 6.1.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](030e881283...80c7e94dd9)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:38 +00:00
dependabot[bot] 4741bc2256
Bump redhat-actions/podman-login from 1.6 to 1.7
Bumps [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login) from 1.6 to 1.7.
- [Release notes](https://github.com/redhat-actions/podman-login/releases)
- [Changelog](https://github.com/redhat-actions/podman-login/blob/main/CHANGELOG.md)
- [Commits](9184318aae...4934294ad0)

---
updated-dependencies:
- dependency-name: redhat-actions/podman-login
  dependency-version: '1.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:33 +00:00
dependabot[bot] 68baae4f9f
Bump docker/login-action from 4.0.0 to 4.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](b45d80f862...650006c6eb)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:28 +00:00
dependabot[bot] 6c12c41f68
Bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.1.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7.0.0 to 8.1.0.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v7.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:24 +00:00
Alexey Pustovalov 8ecedd8286
Merge pull request #1899 from zabbix/dependabot/github_actions/redhat-actions/push-to-registry-2.8
Bump redhat-actions/push-to-registry from 2.7.1 to 2.8
2026-05-27 16:43:02 +09:00
Alexey Pustovalov a6cb758a48 Allowed production.cloudfront.docker.com 2026-05-10 12:44:01 +09:00
Alexey Pustovalov 8d2e1dc12c Optimize agents build on Windows 2026-05-02 10:36:03 +09:00
dependabot[bot] 0050edd80a
Bump redhat-actions/push-to-registry from 2.7.1 to 2.8
Bumps [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2.7.1 to 2.8.
- [Release notes](https://github.com/redhat-actions/push-to-registry/releases)
- [Changelog](https://github.com/redhat-actions/push-to-registry/blob/main/CHANGELOG.md)
- [Commits](9986a6552b...5ed88d269c)

---
updated-dependencies:
- dependency-name: redhat-actions/push-to-registry
  dependency-version: '2.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 06:05:10 +00:00
Alexey Pustovalov d349b1cebe Added templates/entrypoints/ to github actions 2026-04-08 11:35:49 +09:00
Alexey Pustovalov 6b36fab94f Fixed build on RHEL 2026-04-03 21:17:15 +09:00
Alexey Pustovalov c8d18e78bf Fixed build on RHEL 2026-04-03 21:17:09 +09:00
Alexey Pustovalov d090e3314c Fixed build on RHEL 2026-04-03 21:17:02 +09:00
Alexey Pustovalov 932f81a92a Updated docker entrypoint structure. Using libraries for common functions 2026-04-03 21:16:40 +09:00
Alexey Pustovalov c8605b95ac Updated Windows / Linux / RHEL workflow 2026-03-30 17:08:51 +09:00
Alexey Pustovalov f1356e16e5 Updated Windows / Linux / RHEL workflow 2026-03-30 14:03:26 +09:00
Alexey Pustovalov 425d76f928 Updated Windows / Linux / RHEL workflow 2026-03-30 13:59:21 +09:00
Alexey Pustovalov 129cb946d3 Updated Windows / Linux / RHEL workflow 2026-03-30 13:56:53 +09:00
Alexey Pustovalov b0e070a930 Updated Windows / Linux / RHEL workflow 2026-03-30 13:54:48 +09:00
Alexey Pustovalov 7f320b7193 Updated Windows workflow 2026-03-30 12:45:23 +09:00
Alexey Pustovalov fcbec0feaf Updated Windows workflow 2026-03-30 12:41:23 +09:00
Alexey Pustovalov 171aa10d7a Updated Windows workflow 2026-03-29 23:58:52 +09:00
Alexey Pustovalov 39f8834d4a Updated Windows workflow 2026-03-29 23:51:31 +09:00
Alexey Pustovalov c42825fb31 Updated Windows workflow 2026-03-29 22:28:13 +09:00
Alexey Pustovalov 5c338ce3d8 Updated Windows workflow 2026-03-29 21:05:58 +09:00
Alexey Pustovalov fc16963dda Updated Windows workflow 2026-03-29 17:51:52 +09:00
Alexey Pustovalov 50faa65f48 Updated Windows workflow 2026-03-29 16:55:08 +09:00
Alexey Pustovalov a1e3fa6c9f Updated Windows workflow 2026-03-29 16:13:29 +09:00
Alexey Pustovalov 992d40ab93 Updated Windows workflow 2026-03-29 14:52:11 +09:00
Alexey Pustovalov 30575cd3e7 Updated Windows workflow 2026-03-29 14:51:41 +09:00
Alexey Pustovalov db40306f2e Updated Windows workflow 2026-03-29 14:47:32 +09:00