Owen
0e76b77adc
Set username explicitly
2025-12-08 15:38:56 -05:00
Owen
f02e29f4dd
Update to secrets
2025-12-08 14:12:03 -05:00
Owen Schwartz
37c96d0b3e
Merge pull request #182 from fosrl/dependabot/github_actions/actions/setup-go-6.1.0
...
Bump actions/setup-go from 6.0.0 to 6.1.0
2025-12-06 12:00:11 -05:00
Owen Schwartz
78dc39e153
Merge pull request #181 from fosrl/dependabot/github_actions/github/codeql-action-4.31.5
...
Bump github/codeql-action from 4.31.0 to 4.31.5
2025-12-06 12:00:05 -05:00
Owen Schwartz
71485743ad
Merge pull request #175 from fosrl/dependabot/github_actions/docker/setup-qemu-action-3.7.0
...
Bump docker/setup-qemu-action from 3.6.0 to 3.7.0
2025-12-06 11:59:57 -05:00
Owen Schwartz
458912e5be
Merge pull request #174 from fosrl/dependabot/github_actions/docker/metadata-action-5.9.0
...
Bump docker/metadata-action from 5.8.0 to 5.9.0
2025-12-06 11:59:51 -05:00
dependabot[bot]
a38e0b3e98
Bump actions/setup-go from 6.0.0 to 6.1.0
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](4469467582...4dc6199c7b )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 10:00:04 +00:00
dependabot[bot]
6ced7b5af0
Bump github/codeql-action from 4.31.0 to 4.31.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.0 to 4.31.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](4e94bd11f7...fdbfb4d275 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 09:59:58 +00:00
dependabot[bot]
b1f2fe8283
Bump docker/setup-qemu-action from 3.6.0 to 3.7.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](29109295f8...c7c5346462 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 11:52:43 +00:00
dependabot[bot]
a1fdb06add
Bump docker/metadata-action from 5.8.0 to 5.9.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](c1e51972af...318604b99e )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: 5.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 11:52:40 +00:00
dependabot[bot]
25d5fab02b
Bump softprops/action-gh-release from 2.4.1 to 2.4.2
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](6da8fa9354...5be0e66d93 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 11:52:31 +00:00
Marc Schäfer
ee3e7d1442
Added Improvements for CICD Action
2025-10-28 23:14:40 +01:00
Owen
527321a415
Update cicd
2025-10-27 21:26:14 -07:00
Marc Schäfer
a1a3d63fcf
ci(actions): change runner from ubuntu-latest to amd64-runner for CI/CD workflows
2025-10-21 02:17:49 +02:00
Marc Schäfer
2a273dc435
ci(actions): add GHCR mirroring and cosign signing for Docker images
...
- mirror images from Docker Hub to GHCR using skopeo (preserves multi-arch manifests)
- login to GHCR via docker/login-action for signing/pushing
- install cosign and perform dual signing: keyless (OIDC) + key-based; verify signatures
- add required permissions for id-token/packages and reference necessary secrets
2025-10-21 00:22:32 +02:00
Marc Schäfer
ec05686523
ci(actions): pin action versions to commit SHAs for security
...
- Pin actions/checkout to SHA for v5.0.0
- Pin docker/setup-qemu-action to SHA for v3.6.0
- Pin docker/setup-buildx-action to SHA for v3.11.1
- Pin docker/login-action to SHA for v3.6.0
- Pin actions/setup-go to SHA for v6.0.0
- Pin actions/upload-artifact to SHA for v4.6.2
2025-10-21 00:21:28 +02:00
Marc Schäfer
a729b91ac3
feat(actions): Sync Images from Docker to GHCR
2025-10-20 21:30:31 +02:00
Owen
7f8ee37c7f
Update runner
2025-10-16 17:51:25 -07:00
miloschwartz
71c5bf7e65
update template
2025-09-29 16:38:49 -07:00
Owen
72a61d0933
Merge branch 'main' into dev
2025-09-28 16:27:05 -07:00
Marc Schäfer
aff928e60f
fix(gh-actions): Workflow does not contain permissions
2025-09-22 00:22:42 +02:00
dependabot[bot]
ba9ca9f097
Bump actions/setup-go from 5 to 6
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 10:14:37 +00:00
Owen Schwartz
9a1fa2c19f
Merge pull request #117 from fosrl/dependabot/github_actions/docker/setup-buildx-action-3
...
Bump docker/setup-buildx-action from 2 to 3
2025-08-30 16:52:06 -07:00
Owen Schwartz
a6797172ef
Merge pull request #118 from fosrl/dependabot/github_actions/actions/setup-go-5
...
Bump actions/setup-go from 4 to 5
2025-08-30 16:51:59 -07:00
Owen Schwartz
d373de7fa1
Merge pull request #119 from fosrl/dependabot/github_actions/docker/login-action-3
...
Bump docker/login-action from 2 to 3
2025-08-30 16:51:52 -07:00
dependabot[bot]
54b096e6a7
Bump actions/checkout from 3 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-30 22:26:53 +00:00
dependabot[bot]
10720afd31
Bump docker/login-action from 2 to 3
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-30 22:26:50 +00:00
dependabot[bot]
0b37f20d5d
Bump actions/setup-go from 4 to 5
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-30 22:26:47 +00:00
dependabot[bot]
aa6e54f383
Bump docker/setup-buildx-action from 2 to 3
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-30 22:26:43 +00:00
Marvin
3ae4ac23ef
Update test.yml
2025-08-28 17:33:59 +02:00
Marvin
6a98b90b01
Update cicd.yml
2025-08-28 17:33:39 +02:00
Marvin
e0ce9d4e48
Update dependabot.yml
2025-08-28 17:33:04 +02:00
Marvin
df09193834
cicd.yml aktualisieren
2025-07-26 10:31:20 +02:00
Marvin
b2fe4e3b03
test.yml aktualisieren
2025-07-26 10:31:05 +02:00
Owen
ca3ffa00ed
Failover is working?
2025-06-19 17:38:21 -04:00
Owen Schwartz
64aef4ff34
Merge pull request #64 from Lokowitz/update-dependabot
...
fix - dependabot
2025-06-10 09:36:59 -04:00
Marvin
2e6ab2ba41
Update test.yml
2025-06-10 14:00:04 +02:00
Marvin
a2c22eff35
Update dependabot.yml
2025-06-10 13:24:14 +02:00
Marvin
52a8aabdb8
Update test.yml
2025-06-10 13:17:33 +02:00
Marvin
38b7f17e58
Update test.yml
2025-06-10 13:15:44 +02:00
Marvin
8941604f71
Update test.yml
2025-06-10 13:12:43 +02:00
Marvin
1820c8c019
Update test.yml
2025-06-10 13:10:48 +02:00
Marvin
1ecffab79a
Update test.yml
2025-06-10 13:08:22 +02:00
Marvin
4ce2a656b8
Create test.yml
2025-06-10 13:07:08 +02:00
Marvin
78f31a56b0
Update dependabot.yml
2025-06-01 10:50:23 +02:00
Marvin
03988655b6
Create dependabot.yml
2025-06-01 10:47:06 +02:00
Owen
683312c78e
Setup qemu
2025-03-04 00:01:37 -05:00
Owen Schwartz
f346b6cc5d
Bump actions/upload-artifact
2025-01-30 10:18:46 -05:00
Owen Schwartz
39bfe5b230
Insert version CICD
2025-01-29 22:31:14 -05:00
Milo Schwartz
7b1492f327
add cicd
2025-01-29 22:23:03 -05:00