1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Commit Graph

16 Commits

Author SHA1 Message Date
Tobias Wennergren
05f1ed756b chore: pin GitHub Actions to SHA1 for supply chain security (#67019)
## What
- Pin all GitHub Actions to their specific SHA1 hashes to reduce supply
chain attack risk
- Replaces version tags with specific commit SHAs
- Includes version comments for easier reference
- Changes generated with the pinact tool

See internal wiki page on supply chain security for further info

## How
Used the tool pinact to pin the sha for github actions. 

## Review guide
<!--
1. `x.py`
2. `y.py`
-->

## User Impact
No impact

## Can this PR be safely reverted and rolled back?

- [x] YES 💚
- [ ] NO 
2025-10-07 13:14:36 -07:00
Benoit Moriceau
4291e14e98 feat: improved cdk bump flow (#58126)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-25 08:13:14 -07:00
Johnny Schmidt
6f2a59caa0 Dest-S3: Enable ObjectLoader Interface (#56935)
Co-authored-by: Cole Snodgrass <cole@airbyte.io>
2025-04-01 13:14:18 -07:00
Christo Grabowski
9573b9918d ci: fix failing airbyte-ci-install (related to ubuntu-latest image no longer compatible with airbyte-ci binaries) (#50992)
Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
2025-01-08 15:51:53 -08:00
Evan Tahler
7debf35327 Bulk CDK alerts go to the right slack channel (#44867) 2024-08-28 23:08:08 +00:00
Aaron ("AJ") Steers
5629bb9e6b CI: fix missing slash command input args (#37564) 2024-04-25 08:58:55 -07:00
Stephane Geneix
f30f678d39 fix publish-java-cdk workflow on push-to-master (#36975)
the publish-java-cdk on push-to-master wasn't working because the value of dry-run was set to true. 
I'm also adding some debugging info so we know what the values of DRY_RUN and FORCE are

This was tested on my fork of the airbyte repo
2024-04-11 14:11:40 -07:00
Stephane Geneix
9cdbf007ff fix publish-java-cdk on push-to-master (#36558) 2024-04-04 10:12:27 -07:00
Stephane Geneix
441bc77b99 force-publish java CDK on push to master (#36476) 2024-03-26 12:10:40 -07:00
Gireesh Sreepathi
7277fc5170 Use a separate concurrency group for Java CDK GH workflow. (#35758) 2024-03-01 11:03:05 -08:00
Marius Posta
d2b5ac692c .github: fix java cdk publish workflow (#35533) 2024-02-21 18:48:41 -08:00
Marius Posta
f93c0df331 gradle: overall simplification (#35307) 2024-02-16 12:46:32 +00:00
Marius Posta
b9ab3d1a90 migrate everything from java 17 to java 21 (#35103) 2024-02-09 19:26:19 -06:00
Marius Posta
7ae97175a6 gradle: fix repo wide behaviour (#30607) 2023-09-28 05:01:13 -07:00
Aaron ("AJ") Steers
da32fc86bf 🚀 Launch Java CDK v0.1.0 (PR #30383)
- Launch Java CDK `v0.1.0`. 🚀
- Remove `airbyte-docker` gradle plugin from java connectors.
- Add `airbyte-java-connector` gradle plugin.
- Remove `airbyte-commons` from global build.gradle.
- Add `/publish-java-cdk` slash command.
- Initial launch of `/airbyte-ci` slash command to test connectors.
2023-09-27 15:46:02 -07:00
Aaron ("AJ") Steers
2371bc7073 Java CDK: Automated Publish Workflow (#30674) 2023-09-22 19:35:27 +00:00