Commit graph

97 commits

Author SHA1 Message Date
Tom Hu
902e26a66e
fix: only failures 2024-12-05 22:33:11 -03:00
Tom Hu
eef94fef0b
fix: single quotes? 2024-12-05 22:31:04 -03:00
Tom Hu
6133781518
fix: use inputs 2024-12-05 22:28:51 -03:00
Tom Hu
34a385ff62
fix: newline token 2024-12-05 22:27:18 -03:00
Tom Hu
ad90be6459
fix: put it all in 2024-12-05 22:24:28 -03:00
Tom Hu
b8bc9db399
fix: pretty 2024-12-05 22:23:00 -03:00
Tom Hu
45c554e577
fix: check it 2024-12-05 22:22:09 -03:00
Tom Hu
969e2a1344
fix: shell 2024-12-05 22:20:45 -03:00
Tom Hu
1c9ba15f25
fix: do the thing 2024-12-05 22:19:51 -03:00
Tom Hu
1ffd4a9bde
fix: test a failure 2024-12-05 22:18:15 -03:00
Tom Hu
2e5fc410f6
fix: flip it 2024-12-05 22:17:50 -03:00
Tom Hu
f7fa523f5c
fix: add a graceful exit 2024-12-05 22:17:11 -03:00
Tom Hu
a76271d959
fix: use HEAD_REPO (#1690) 2024-11-20 18:55:06 -05:00
Tom Hu
373fd71a64
fix: update CODECOV_TOKEN and fix tokenless (#1688)
* fix: add space

* fix: update CODECOV_TOKEN if set with env
2024-11-20 15:11:41 -05:00
Tom Hu
095cfe09c6
fix: strip out a trailing \/n from input tokens (#1679) 2024-11-19 18:21:13 -05:00
Tom Hu
b542d5a35c
fix: add action version (#1678)
* fix: add action version

* fix: use GITHUB_ACTION_PATH

* fix: forgot a pipe
2024-11-19 17:40:08 -05:00
Tom Hu
28b3165f92
fix: update OIDC audience (#1675)
* dnm: whats the token

* fix: show the url

* fix: do the echo

* fix: just echo

* fix: true == true

* fix get the action

* fix: use audience
2024-11-19 15:20:22 -05:00
Tom Hu
e8603fa307
fix: use double-quotes for OIDC (#1669)
* fix: get log for use oidc

* fix: add oidc run

* fix: move the oidc call

* fix: update to use double quote on oidc
2024-11-19 14:14:58 -05:00
Tom Hu
9c78078f59
fix: prevent always setting tokenless to be true (#1673) 2024-11-19 12:56:18 -05:00
Martin Kröning
5031bf1562
fix: typo in inputs.disable_safe_directory (#1666)
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
2024-11-18 22:31:56 -05:00
Tom Hu
5c47607acb
fix: override commit and pr values for PR cases (#1657)
* fix: override commit and pr values for PR cases

* fix: remove unnecessary env vars

* fix: add back in with env

* fix: try no env

* fix: do we need them at all?

* fix: dollar curlies

* fix: wrap github_env

* fix: remove dollar curlies

* fix: remove
2024-11-15 10:27:07 -05:00
Tom Hu
2e2a9c6d58
fix: update tokenless branch logic (#1650)
* fix: update tokenless branch logic

* fix: use the github context

* fix: use double quotes

* fix: lots of quotes

* fix: ai fixes

* fix: just shove it in

* fix: more ai fixes

* fix: missing double quote

* fix: more clenaup

* fix: add CC_BRANCH setting for not forks

* fix: cleanup

* fix: more cleanup
2024-11-15 07:50:22 -05:00
Tom Hu
193421c5b3
fixL use the correct source (#1642)
* fixL use the correct source

* fix: use github action path

* fix: bonus slash

* fix: use GITHUB_ACTION_PATH

* fix: slashy

* Update action.yml
2024-11-13 14:16:55 -05:00
Tom Hu
eff1a643d6
fix: add missing vars (#1638)
* fix: add missing vars

* fix: add VERSION file
2024-11-13 13:18:24 -05:00
Tom Hu
bb7467c2bc
feat: use wrapper (#1621)
* feat: use wrapper

* fix: submodules

* fix: >>

* fix: container with python

* fix: oidc

* fix: latex

* fix: latex in the container

* fix: no sudo

* fix: container to python

* fix: submodule stuff

* fix: just dont coverage

* fix: apt install git

* fix: no sudo

* fix: apt-get

* fix: use the oidc token

* fix: cut the token

* fix: small changes

* fix: set the token

* fix: add defaults

* fix: bump to latest wrapper

* fix: 0.0.20

* fix: 0.8.0

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

Co-authored-by: Joe Becher <joe.becher@sentry.io>

* Update action.yml

Co-authored-by: Joe Becher <joe.becher@sentry.io>

* Update dist/codecov.sh

* Update action.yml

* feat: use wrapper

fix: submodules

fix: >>

fix: container with python

fix: oidc

fix: latex

fix: latex in the container

fix: no sudo

fix: container to python

fix: submodule stuff

fix: just dont coverage

fix: apt install git

fix: no sudo

fix: apt-get

fix: use the oidc token

fix: cut the token

fix: small changes

fix: set the token

fix: add defaults

fix: bump to latest wrapper

fix: 0.0.20

fix: 0.8.0

* chore(deps): 0.0.21

---------

Co-authored-by: Joe Becher <joe.becher@sentry.io>
2024-11-11 10:54:09 -05:00
Tom Hu
363a65ad48
feat: add network params (#1365) 2024-04-09 10:53:53 -07:00
Tom Hu
7afa10ed9b
fix: use_oidc shoudl be required false (#1353) 2024-04-03 15:47:35 -07:00
Tom Hu
d820d60619
feat: allow for authentication via OIDC token (#1330)
* fix: allow for oidc token

* chore(docs): update docs with use_oidc argument

* Update action.yml

Co-authored-by: Cristian Le <github@lecris.me>

* chore(release): 4.2.0

---------

Co-authored-by: Cristian Le <github@lecris.me>
2024-04-03 15:41:48 -07:00
Tom Hu
2fc4847d3f
fix: set safe directory (#1304)
* fix: set safe directory

* fix: naming

* fix: update tests

* fix: dont even check

* fix: add set safe directory

* fix: write test for setSafeDirectory
2024-02-26 11:31:39 -08:00
Tom Hu
93b3dea0bf
Update action.yml 2024-02-01 15:33:11 -08:00
Tom Hu
1f9f5573d1
Add all args (#1245)
* fix: add all args from cli

* chore(release): bump to 4.0.1
2024-02-01 09:05:17 -08:00
Tom Hu
f30e4959ba
fix: update action.yml (#1240) 2024-01-31 10:05:05 -08:00
Tom Hu
0cf8684c82
chore(ci): bump to node20 (#1236) 2024-01-30 08:31:31 -08:00
Tom Hu
428cda1b1c
feat: add plugins (#1099)
* feat: add plugins

* fix: add test
2023-09-22 17:29:50 -05:00
Tom Hu
0016507ac7
chore(release): 4.0.0-beta.1 (#1084)
* chore(release): 4.0.0-beta.1

* fix: typo
2023-09-13 08:58:26 -07:00
Tom Hu
b4dfea724f
fix: add back in working dir (#971) 2023-05-03 12:12:56 -04:00
Tom Hu
f539f977d5
fix: allow for aarch64 build (#960) 2023-04-20 10:02:22 -07:00
Tom Hu
40a12dcee2
chore(release): bump to 3.1.2 (#956) 2023-04-11 13:08:35 -07:00
Tom Hu
a03184e530
feat: add xcode support 2022-04-21 10:20:02 -04:00
Tom Hu
0d6466ff9c
Bump to node16 2022-04-04 17:13:17 -04:00
Tom Hu
f37520c6b0
feat: add gcov support 2022-04-04 16:14:50 -04:00
Tom Hu
72dfd4782e
Allow specifying version of Codecov uploader 2021-09-09 14:53:12 -04:00
Tom Hu
b92422542f
fix: Add override OS and linux default 2021-08-20 11:23:29 -07:00
Tom Hu
635d4e88ad
feat: Use new Codecov uploader 2021-07-16 21:56:47 -07:00
Tom Hu
6ac8172373
copypasta 2021-04-15 22:30:15 -04:00
Tom Hu
5ab0dbc584
alpha 2021-04-15 22:28:38 -04:00
Tom Hu
7ea3ba9ac0
Add network_filter to manifest 2021-03-16 11:39:24 -04:00
Tom Hu
e9131c5f9c Add parameters to the action.yml 2021-01-05 17:31:56 -05:00
Paul Natsuo Kishimoto
55dde41e2b Add "working-directory:" setting 2020-12-15 11:40:37 +01:00
Tom Hu
283d2693b9 Add verbosity 2020-10-16 18:27:17 -04:00