| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Github] Bump Runner Version in CI Containers To ensure we stay ahead of the ~6 month time horizon. This new version seems to be mostly small version bumps and minor fixes that probably are not too relevant to us. | 8 个月前 | |
workflows: Re-implement the get-llvm-version action as a composite action (#101569) The old version in the llvm/actions repo stopped working after the version variables were moved out of llvm/CMakeLists.txt. Composite actions are more simple and don't require javascript, which is why I reimplemented it as a composite action. This will fix the failing abi checks on the release branch. | 1 年前 | |
[Github] Update GHA Dependencies (major) (#161108) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/attest-build-provenance](https://redirect.github.com/actions/attest-build-provenance) | action | major | v1.4.4 -> v3.0.0 | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v4.3.0 -> v5.0.0 | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | v7.1.0 -> v8.0.0 | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | v6.4.1 -> v8.0.0 | | [actions/labeler](https://redirect.github.com/actions/labeler) | action | major | v4.3.0 -> v6.0.1 | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | v4.4.0 -> v6.0.0 | | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | v5.6.0 -> v6.0.0 | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | major | v2.28.1 -> v4.31.2 | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | major | v3.31.2 -> v4.31.2 | | [node](https://redirect.github.com/actions/node-versions) | uses-with | major | 18 -> 24 | | [tj-actions/changed-files](https://redirect.github.com/tj-actions/changed-files) | action | major | v46.0.5 -> v47.0.0 | | 8 个月前 | |
[GitHub] Fix minor typos in .github/workflows (#76592) Fix one spelling typo and remove second newline from end of files. | 2 年前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
[workflows] Add post-commit job that periodically runs the clang static analyzer (#94106) This job will run once per day on the main branch, and for every commit on a release branch. It currently only builds llvm, but could add more sub-projects in the future. OpenSSF Best Practices recommends running a static analyzer on software before it is released: https://www.bestpractices.dev/en/criteria/0#0.static_analysis | 2 年前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
commit-access-review.py: Remove new contributor check (#168629) We don't need this anymore since all new contributors in the last year have applied for commit access using GitHub issues. There is already code in the script that removes anyone who submitted a request, so we don't need the old code any more (which was way too conservitave and very slow). | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Add pre-merge workflow for HLSL testing (#122184) This adds a workflow for running HLSL tests on PRs that modify HLSL and DirectX code. The tests enabled here are the LLVM & Clang tests and the Offload execution tests: https://github.com/llvm-beanz/offload-test-suite/ | 1 年前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
[Github] Update GHA Dependencies (major) (#161108) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/attest-build-provenance](https://redirect.github.com/actions/attest-build-provenance) | action | major | v1.4.4 -> v3.0.0 | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v4.3.0 -> v5.0.0 | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | v7.1.0 -> v8.0.0 | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | v6.4.1 -> v8.0.0 | | [actions/labeler](https://redirect.github.com/actions/labeler) | action | major | v4.3.0 -> v6.0.1 | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | v4.4.0 -> v6.0.0 | | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | v5.6.0 -> v6.0.0 | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | major | v2.28.1 -> v4.31.2 | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | major | v3.31.2 -> v4.31.2 | | [node](https://redirect.github.com/actions/node-versions) | uses-with | major | 18 -> 24 | | [tj-actions/changed-files](https://redirect.github.com/tj-actions/changed-files) | action | major | v46.0.5 -> v47.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update [Github] Update GHA Dependencies (#168299) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aminya/setup-cpp](https://redirect.github.com/aminya/setup-cpp) | action | patch | v1.7.1 -> v1.7.2 | | ghcr.io/llvm/ci-ubuntu-24.04-abi-tests | container | digest | 01e66b0 -> f80125c | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | v4.31.2 -> v4.31.3 | | llvm/actions | action | digest | 42d8057 -> 5dd9550 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
[CI] Add dyung and c-rhodes to the Release Asset List (#162478) We have a list of people authorized to create release assets to prevent someone adding a release asset to a release without someone getting alerted. Add dyung and c-rhodes now that they are also release managers. Fixes #162463 (maybe after backport). | 9 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
workflows/release-binaries: Drop x86_64 Mac OS builds (#165645) We don't have the resources to test this and the builds are very expensive. If someone is interested in providing x86_64 macOS they can submit this as third-party binaries or provide resources to test the builds. | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
[Workflows] Re-write release-binaries workflow (#89521) This updates the release-binaries workflow so that the different build stages are split across multiple jobs. This saves money by reducing the time spent on the larger github runners and also makes it easier to debug, because now it's possible to build a smaller release package (with clang and lld) using only the free GitHub runners. The workflow no longer uses the test-release.sh script but instead uses the Release.cmake cache. This gives the workflow more flexibility and ensures that the binary package will always be created even if the tests fail. This idea to split the stages comes from the "LLVM Precommit CI through Github Actions" RFC: https://discourse.llvm.org/t/rfc-llvm-precommit-ci-through-github-actions/76456 | 2 年前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 | |
[workflows] Fix version-check.yml to work with the new minor release bump | 2 年前 | |
Update actions/checkout action to v6 (#169258) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | v5.0.0 -> v6.0.0 | | 8 个月前 |
Github action workflows should be stored in this directory.