main #4

Closed
jaime.merino_mora wants to merge 8 commits from main into dependabot/go_modules/golang.org/x/oauth2-0.35.0

8 commits

Author SHA1 Message Date
8ca0fb2fd0
Merge pull request 'Replace mentions to github and forgejo for stackit git' (#3) from stackit into main
Reviewed-on: #3
2026-04-23 14:05:35 +00:00
jaime merino
023907bee4 Replace mentions to github and forgejo for stackit git 2026-04-23 15:54:40 +02:00
e970961f4d
Merge pull request 'use the repository-specific issue index instead of the global issue ID.' (#2) from stackit into main
Reviewed-on: #2
2026-04-23 12:25:26 +00:00
jaime merino
2bcb71ffdf use the repository-specific issue index instead of the global issue ID. 2026-04-23 12:51:58 +02:00
5a92a14f06
Merge pull request '- Fixed Approver Expansion: Repaired the broken expandGroupFromUser function in approvers.go. It now correctly utilizes the Forgejo SDK to search for teams within an organization and expand them into individual users, while respecting the option to exc…' (#1) from stackit into main
Reviewed-on: #1
2026-04-22 13:44:47 +00:00
jaime merino
9e098fbb6e - Fixed Approver Expansion: Repaired the broken expandGroupFromUser function in approvers.go. It now correctly utilizes the Forgejo SDK to search for teams within an organization and expand them into individual users, while respecting the option to exclude the workflow initiator.
- Removed GitHub Dependencies: Excised the unused newGithubClient and its associated dependencies (google/go-github and oauth2) from main.go and go.mod.

   - Project Infrastructure Updates:
       - Updated Dockerfile to use golang:1.25 for consistency with go.mod.
       - Modified action.yaml to run from the local Dockerfile, ensuring that the Forgejo-specific logic is utilized.
   - Validation: Verified all changes through a successful build and by running the full test suite, all of which passed.
2026-04-22 15:28:23 +02:00
TakumiMukaiyama
3811d88913
chore: update base image from alpine:3.14 (EOL) to alpine:3.23 (#212)
* chore: update base image from alpine:3.14 to alpine:3.21

Alpine 3.14 reached EOL in November 2024 and no longer receives
security updates. Update to 3.21 (latest stable) to ensure continued
security patch coverage.

Closes #211

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: update base image from alpine:3.14 (EOL) to alpine:3.23

Alpine 3.14 reached EOL in November 2024. Update to 3.23 (latest stable,
EOL: November 2027) to ensure continued security patch coverage.

Closes #211

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 10:03:57 -04:00
Chris Pressland
9dd64bee80
chore: add support for non-github urls such as forgejo (#210) 2026-04-13 10:03:44 -04:00