Andrew Eisenberg
f71067bd5f
Stop using feature-flag support for determining if a feature is active
...
Using the feature flag mechanism for checking if uploads are enabled was
too clunky. I'm moving the change to checking versions directly.
2025-01-26 13:42:15 -08:00
Andrew Eisenberg
2bab9f7984
Ensure artifacts are only uploaded in safe situations
...
This commit:
Turns on uploading of artifacts again but only if CLI version is
>= 2.20.3. I implemented the check using our feature flag functionality.
I was on the fence about this since it makes the PR more complex.
However, it does give us more flexibility when controlling artifact
uploads.
Also, I renamed the two workflows that were previously disabled. This
way we will not accidentally enable the old workflows for previous
versions of the action.
2025-01-25 15:31:35 -08:00
Angela P Wen
87548a27e8
Stop using the artifact_v4_upgrade feature flag
2024-12-04 12:05:11 -08:00
github-actions[bot]
44e03577b2
Rebuild
2024-12-03 18:39:38 +00:00
Fotis Koutoulakis (@NlightNFotis)
bd02c19352
feat: patch start-proxy-action, analyze-action and init-action as well
2024-10-21 14:52:32 +01:00
Angela P Wen
a196a714b8
Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled ( #2482 )
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
Co-authored-by: Henry Mercer <henrymercer@github.com >
2024-10-01 09:59:05 -07:00
Henry Mercer
6e24973d7a
Improve logging for combined SARIF debug artifact
2024-09-17 11:15:08 +02:00
Henry Mercer
dd7307d603
Refactoring: Simplify retrieving error message
2024-09-16 22:38:35 +02:00
Angela P Wen
cb7faf53f6
Refactor: move combined SARIF debug artifact logic to debug-artifact
2024-09-12 12:55:49 -07:00
Angela P Wen
82ce3131fa
Remove unused helper file
2024-09-11 16:36:48 -07:00
Angela P Wen
4ba244037a
Rebuild: add transpiled files
2024-09-11 15:13:10 -07:00
Koen Vlaswinkel
f835435c19
Rename run to uploadArtifacts
2024-03-26 11:05:21 +01:00
Koen Vlaswinkel
82b82e58c0
Only upload combined SARIF files when env var is set
2024-03-25 10:15:42 +01:00
Henry Mercer
e5c2f32a9f
Consistently wrap errors
2023-04-06 17:04:21 +01:00
Henry Mercer
5f644f971e
Upgrade TypeScript to 9.2.0
2023-01-18 20:59:57 +00:00
Angela P Wen
26cafd2f92
Add unit tests for post: hook run methods
2022-08-11 16:01:37 +02:00
Angela P Wen
65d6ee0c51
Address review comments
2022-08-11 13:45:26 +02:00
Angela P Wen
a758ec55e8
Add more info messages to user, rename log printing function
2022-08-02 12:36:56 +02:00
Angela P Wen
eeee462f05
Move debug artifact methods into separate file
2022-08-02 12:27:52 +02:00
Angela P Wen
5895ab0c0b
Address more PR comments, refactoring
2022-08-02 12:18:44 +02:00
Angela P Wen
44a27e6a51
Add top level comments, rename cleanup to post
2022-08-02 12:08:18 +02:00