Dave Bartolomeo
c7c9a57be6
Add changelog entry
2025-02-27 13:18:18 -05:00
Dave Bartolomeo
c29cab9aac
Remove bundled copy of actions extractor
2025-02-27 12:46:11 -05:00
Paolo Tranquilli
83923549f6
Merge pull request #2776 from github/redsun82/just
...
Do some just+pre-commit tweaking
2025-02-27 12:40:34 +01:00
Paolo Tranquilli
96632630a9
Do some just+pre-commit tweaking
...
* pre-commit: move the linting check ahead of the compiling one, as a
typescript lint can change the compilaed javascript, so you can end up
in a situation where the pre-commit check fails twice in a row
* just: add linting and make the default to run all
2025-02-27 08:10:04 +01:00
Ian Lynagh
97aac9bb56
Merge pull request #2785 from github/igfoo/mb
...
Warn about small amounts of MB, not GB
2025-02-26 16:56:30 +00:00
Henry Mercer
d59d0eb99a
Add CLI error for failure to create temp directory
2025-02-26 16:52:50 +00:00
Henry Mercer
0ae74e1ae0
Check for running out of disk space
2025-02-26 16:52:50 +00:00
Ian Lynagh
146dd5cfb0
npm run build
2025-02-26 15:12:53 +00:00
Ian Lynagh
32505c6f2d
Warn about small amounts of MB, not GB
...
The number of GB is at most 2, and can be tiny. MB gives a more
comprehensible range of values.
2025-02-26 15:11:14 +00:00
Angela P Wen
8c69433c34
Merge pull request #2782 from github/angelapwen/fix-unversioned-immutable-action
...
PR Checks: use semantic versioning for `create-github-app-token`
2025-02-25 08:49:25 -08:00
Angela P Wen
c4f2a076e5
PR Checks: use semantic versioning for create-github-app-token
2025-02-24 17:06:31 -08:00
Angela P Wen
a8849fbe63
Merge pull request #2781 from github/angelapwen/fix-code-injection-warning
...
Fix code injection warnings in `check-codescanning-config` internal Action
2025-02-24 16:53:51 -08:00
Angela P Wen
628c1e669a
Remove print debugging
2025-02-24 13:29:47 -08:00
Angela P Wen
e12eb8d7c1
Set environment variable in the correct step
2025-02-24 13:24:22 -08:00
Angela P Wen
3b348d9a54
Debug only: print environment variable
2025-02-24 13:18:08 -08:00
Angela P Wen
7567eab606
Fail when expected config does not exist
2025-02-24 13:17:24 -08:00
Angela P Wen
a9f7529f47
Quote expected-config-file-contents input
2025-02-24 13:05:29 -08:00
Angela P Wen
5e88a178fe
Update .github/actions/check-codescanning-config/action.yml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-02-24 12:52:19 -08:00
Angela P Wen
c0a8eb9a67
Use $RUNNER_TEMP for good measure
...
`runner.temp` is not user-controlled but we replace it with `$RUNNER_TEMP` in any case.
2025-02-24 12:35:51 -08:00
Angela P Wen
286fd68a67
Use env var for EXPECTED_CONFIG_FILE_CONTENTS
2025-02-24 12:35:17 -08:00
Angela P Wen
d3c7d03197
Merge pull request #2780 from github/angelapwen/fix-inconsistent-action-input
...
Unify `token` description for `resolve-environment`, `start-proxy`, and `upload-sarif`
2025-02-24 12:09:09 -08:00
Angela P Wen
03c921eac5
Unify token description for resolve-environment, start-proxy, and upload-sarif`
2025-02-24 11:26:00 -08:00
Ian Lynagh
ff79de67cc
Merge pull request #2779 from github/mergeback/v3.28.10-to-main-b56ba49b
...
Mergeback v3.28.10 refs/heads/releases/v3 into main
2025-02-21 16:32:29 +00:00
github-actions[bot]
5d1a3cb0ee
Update checked-in dependencies
2025-02-21 16:12:38 +00:00
github-actions[bot]
2923046360
Update changelog and version after v3.28.10
2025-02-21 16:09:55 +00:00
Ian Lynagh
b56ba49b26
Merge pull request #2778 from github/update-v3.28.10-9856c48b1
...
Merge main into releases/v3
v3.28.10
2025-02-21 16:09:01 +00:00
github-actions[bot]
60c9c77c33
Update changelog for v3.28.10
2025-02-21 15:15:06 +00:00
Paolo Tranquilli
9856c48b1a
Merge pull request #2773 from github/redsun82/rust
...
Support rust analysis
2025-02-20 18:03:30 +01:00
Paolo Tranquilli
9572e09da4
Rust: fix log string
2025-02-20 17:38:35 +01:00
Paolo Tranquilli
1a529366ac
Rust: special case default setup
2025-02-20 17:38:02 +01:00
Ian Lynagh
cf7e90952b
Merge pull request #2772 from github/update-bundle/codeql-bundle-v2.20.5
...
Update default bundle to 2.20.5
2025-02-20 14:19:30 +00:00
Ian Lynagh
b7006aab6d
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.5
2025-02-20 13:27:14 +00:00
Paolo Tranquilli
cfedae723e
Rust: throw configuration errors if requested and not correctly enabled
2025-02-20 11:49:32 +01:00
Paolo Tranquilli
3971ed2a74
Merge branch 'main' into redsun82/rust
2025-02-20 08:13:54 +01:00
Angela P Wen
d38c6e60df
Merge pull request #2775 from github/angelapwen/bump-octokit
...
Upgrade `octokit` to v4.1.2
2025-02-19 11:31:42 -08:00
github-actions[bot]
c0d59dba56
Update checked-in dependencies
2025-02-19 19:16:52 +00:00
Angela P Wen
c1745a9831
Upgrade octokit to v4.1.2
2025-02-19 11:13:12 -08:00
Henry Mercer
67e48c1eaf
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.5
2025-02-19 18:38:45 +00:00
Chuan-kai Lin
dbbcbe019d
Merge pull request #2765 from github/cklin/alert-diff-filtering
...
Perform consistent diff-informed alert filtering in the action
2025-02-19 10:15:01 -08:00
Paolo Tranquilli
fb3e7cdd88
Merge pull request #2774 from github/redsun82/sync
...
Fix sync recipes and add base `justfile`
2025-02-19 17:26:08 +01:00
Paolo Tranquilli
ff50469ca0
Add comments to the justfile
2025-02-19 17:13:51 +01:00
Paolo Tranquilli
d0aab9fc20
Fix sync recipes and add base justfile
...
Both the justfile and the pre-commit configuration for the `pr-check`
sync were broken:
* justfiles run recipes one line at a time in a fresh shell, so the venv
activation was not working
* the pre-commit config was relying on an installed `ruamel.yaml`
pakcage, but the default one installable via `apt` on Ubuntu 24.04 is
old and generates different output (with formatting differences).
Now:
* the venv dance is put in a separate bash script
* both just and pre-commit will use that same script, so both problems
will be fixed
As a bonus, a root `justfile` is added exposing the `update-pr-checks`
recipes plus a `build` one. Running `just` without arguments will also
now call the default `sync` recipes that will call both of the above.
2025-02-19 16:51:46 +01:00
Paolo Tranquilli
c9ebc3bb8b
Regenerate workflows with more recent ruamel.yaml
2025-02-19 16:21:48 +01:00
Paolo Tranquilli
a7b17782a9
Support rust analysis
...
This is supposed to enable rust analysis for the staff ship only.
2025-02-19 15:56:52 +01:00
Chuan-kai Lin
f85d8b5a74
build: refresh js files
2025-02-19 06:26:33 -08:00
Chuan-kai Lin
dae1626680
Filter alerts by pr-diff-range JSON file
2025-02-19 06:26:11 -08:00
Henry Mercer
d99c7e8e5b
Merge pull request #2771 from github/revert-2767-cklin/prefer-gtar
...
Revert "Prefer gtar if available"
2025-02-18 16:05:36 +00:00
github-actions[bot]
eb88b40ca4
Add changelog note
2025-02-18 12:37:24 +00:00
github-actions[bot]
6b1da0d33e
Update default bundle to codeql-bundle-v2.20.5
2025-02-18 12:37:20 +00:00
Henry Mercer
906452d251
Merge branch 'main' into revert-2767-cklin/prefer-gtar
2025-02-18 10:47:19 +00:00