Cory Miller and GitHub
a5ac7e51b4
Update for 4.1.6 release ( #1733 )
2024-05-16 14:08:36 -04:00
Cory Miller and GitHub
24ed1a3528
Check platform for extension ( #1732 )
2024-05-16 13:40:36 -04:00
44c2b7a8a4
README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com ( #1707 )
...
* README: Set `user.email` to GitHub Actions Bot
* Update workflow to use proper bot GitHub Bot email
* Prefix `user.email` with `41898282+`
To match squash merge user, else showing as two different users, see: https://github.com/SocketDev/socket-sdk-js/commit/b0948d0da0cfb5b240c69d063cc34a6399abce48
* Update README.md
---------
Co-authored-by: Pelle Wessman <pelle@kodfabrik.se >
2024-04-30 11:50:54 -04:00
Cory Miller and GitHub
9c1e94e0ad
Update NPM dependencies ( #1703 )
...
* Update dependencies manually
* Format files
* Update licenses
2024-04-24 12:04:10 -04:00
Cory Miller and GitHub
9839dc14a0
Add dependabot config ( #1688 )
...
* Add dependabot config
* Group minor and patch updates for NPM and GH Actions
2024-04-23 13:02:51 -04:00
1d96c772d1
Add SSH user parameter ( #1685 )
...
* Add a configurable SSH user
* Update docs with param
* Indentation of readme
* formatting woes
* Update src/url-helper.ts
Co-authored-by: Josh Gross <joshmgross@github.com >
* Update action.yml
Co-authored-by: Josh Gross <joshmgross@github.com >
* Update genfiles
---------
Co-authored-by: Josh Gross <joshmgross@github.com >
2024-04-18 15:29:55 -04:00
Cory Miller and GitHub
b4ffde65f4
Link to release page from what's new section ( #1514 )
2023-10-17 11:52:30 -04:00
Cory Miller and GitHub
8ade135a41
Prepare 4.1.0 release ( #1496 )
2023-09-22 13:40:21 -04:00
Cory Miller and GitHub
24cb908017
Bump @actions/io to v1.1.3 ( #1225 )
...
* Backfill changelog and bump actions/io
* Fill in PR for action/io upgrade
* Licensed updates
* Compile JS
2023-03-15 15:45:08 -04:00
Cory Miller and GitHub
8856415920
Implement branch list using callbacks from exec function ( #1045 )
...
When trying to list local branches to figure out what needs cleaned up during runs on non-ephemeral Actions Runners, we use git rev-parse --symbolic-full-name to get a list of branches. This can lead to ambiguous ref name errors when there are branches and tags with similar names.
Part of the reason we use rev-parse --symbolic-full-name vs git branch --list or git rev-parse --symbolic seems to related to a bug in Git 2.18. Until we can deprecate our usage of Git 2.18, I think we need to keep --symbolic-full-name. Since part of the problem is that these ambiguous ref name errors clog the Actions annotation limits, this is a mitigation to suppress those messages until we can get rid of the workaround.
2022-12-14 16:08:53 -05:00
Cory Miller and GitHub
26d48e8ea1
Update @actions/io to 1.1.2 ( #1029 )
2022-12-12 13:44:24 -05:00
Cory Miller and GitHub
5c3ccc22eb
Replace datadog/squid with ubuntu/squid Docker image ( #1002 )
...
* test with ubuntu/squid
* Start a contributing guide
* remove link
2022-11-10 15:54:12 -05:00