Commit Graph

419 Commits

Author SHA1 Message Date
igorpecovnik
fc536db511 Automatic board configs status synchronise 2025-03-28 14:41:10 +01:00
Igor
1ebec53080 Revert "Change to different method of getting changed files" (#8019)
* Revert "Change to different method of getting changed files"

This reverts commit d4022fbbbb.

* Set to fixed commit
2025-03-28 12:37:41 +01:00
dependabot[bot]
12f6e7c2d1 build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](4cec3d8aa0...ea165f8d65)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-26 10:07:09 +01:00
igorpecovnik
437aee59ff Automatic board configs status synchronise 2025-03-22 14:52:48 +01:00
Rolf Leggewie
0b56b29317 github: update URL for armbian-config issue tracker. #7976 2025-03-19 22:24:48 +01:00
igorpecovnik
11407a68a7 Automatic board configs status synchronise 2025-03-19 11:46:28 +01:00
igorpecovnik
6246fc4911 Automatic board configs status synchronise 2025-03-17 21:16:09 +01:00
igorpecovnik
104fa6da22 Automatic board configs status synchronise 2025-03-15 18:17:56 +01:00
Igor Pecovnik
d4022fbbbb Change to different method of getting changed files
Addressing security issue: https://semgrep.dev/blog/2025/popular-github-action-tj-actionschanged-files-is-compromised/
2025-03-15 16:25:27 +01:00
igorpecovnik
821eeea2e2 Automatic board configs status synchronise 2025-03-12 15:38:19 +01:00
igorpecovnik
88e05e8832 Automatic board configs status synchronise 2025-03-09 10:48:05 +01:00
igorpecovnik
c0efeb3674 Automatic board configs status synchronise 2025-03-07 19:44:19 +01:00
igorpecovnik
a370033dc3 Automatic board configs status synchronise 2025-03-03 13:21:40 +01:00
igorpecovnik
ebd02ba2c0 Automatic board configs status synchronise 2025-03-03 12:56:48 +01:00
dependabot[bot]
ddc137de23 build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](https://github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 20:40:40 +01:00
dependabot[bot]
a872d94778 build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65c4c4a1dd...4cec3d8aa0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 20:40:28 +01:00
igorpecovnik
70c10c4df0 Automatic board configs status synchronise 2025-02-24 10:29:05 +01:00
hzy
3aa63109b7 generate_CODEOWNERS.sh: corrent the path include ${BOARD} 2025-02-24 07:16:57 +01:00
hzy
97514b1dd1 generate_CODEOWNERS.sh: consider ATFPATCHDIR 2025-02-24 07:16:57 +01:00
hzy
bade9c7e3f generate_CODEOWNERS.sh: consider BOOTPATCHDIR 2025-02-24 07:16:57 +01:00
hzy
de6168c8df generate_CODEOWNERS.sh: correct the path of family config 2025-02-24 07:16:57 +01:00
hzy
de3185dc30 generate_CODEOWNERS.sh: run post_family_config hooks 2025-02-24 07:16:57 +01:00
hzy
342196a432 generate_CODEOWNERS.sh: correct default KERNELPATCHDIR 2025-02-24 07:16:57 +01:00
hzy
89c3c5b83d generate_CODEOWNERS.sh: more dummy functions 2025-02-24 07:16:57 +01:00
hzy
830d9c465b generate_CODEOWNERS.sh: make sort result reproducible 2025-02-24 07:16:57 +01:00
igorpecovnik
31b3c5f752 Automatic board configs status synchronise 2025-02-10 08:03:22 +01:00
igorpecovnik
2d2a67c284 Automatic board configs status synchronise 2025-02-03 19:28:24 +01:00
igorpecovnik
fbd8c8e4c9 Automatic board configs status synchronise 2025-01-24 19:21:17 +01:00
igorpecovnik
d1e8825900 Automatic board configs status synchronise 2025-01-21 14:11:57 +01:00
Koichi Murase
1fdd801908 actions(update-tools): avoid notifying our outdated deps everywhere
In the current main branch, workflow update-tools includes the content
of the upstream release notes in the created GitHub Issue.  This
triggers a notification to every upstream contributor mentioned in the
release note.  This also creates a cross-reference link to our GitHub
Issue (reporting that our dependency is not up-to-date) in every
upstream issue and pull request.  The information that we need to
update our dependency is not relavant to the upstream contributors,
issues, and pull requests at all.  We should avoid this situation.

In the first place, we do not need to include a copy of the upstream
release note.  We can just put a link to the upstream release note.
Currently, we anyway hide the content in the <details> tag and require
the reader to press the button.  The user experience is not so
different from pressing a link and visiting the upstream release note.
2025-01-21 13:26:44 +01:00
dependabot[bot]
3edb905b71 build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](6f51ac03b9...65c4c4a1dd)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-19 20:23:06 +01:00
igorpecovnik
db2a996606 Automatic board configs status synchronise 2025-01-07 11:25:06 +01:00
igorpecovnik
51ab548295 Automatic board configs status synchronise 2024-12-31 11:51:19 +01:00
dependabot[bot]
48ad33ed22 build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](b4b15b8c7c...6f51ac03b9)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-24 14:29:11 +01:00
igorpecovnik
91978d7e6a Automatic board configs status synchronise 2024-12-22 08:19:56 +01:00
igorpecovnik
7183513feb Automatic board configs status synchronise 2024-12-16 13:20:05 +01:00
igorpecovnik
5cab6f12f9 Automatic board configs status synchronise 2024-12-11 09:26:39 +01:00
github-actions[bot]
8b66ced6d4 Automatic board configs status synchronise (#7561)
* `Automatic` board configs status synchronise
* Move Odroid C1 to supported
---------
Co-authored-by: igorpecovnik <6281704+igorpecovnik@users.noreply.github.com>
Co-authored-by: Igor Pecovnik <igor@armbian.com>
2024-12-11 08:28:13 +01:00
igorpecovnik
2d1bbca731 Automatic board configs status synchronise 2024-12-08 17:45:08 +01:00
igorpecovnik
523be17a78 Automatic board configs status synchronise 2024-12-05 00:32:30 +01:00
igorpecovnik
1285de6bd8 Automatic board configs status synchronise 2024-12-02 09:57:10 +01:00
igorpecovnik
c01fad3eda Automatic board configs status synchronise 2024-11-19 09:10:51 +01:00
igorpecovnik
8b215c4891 Automatic board configs status synchronise 2024-11-18 19:04:05 +01:00
igorpecovnik
f407636f61 Automatic board configs status synchronise 2024-11-12 11:36:02 +01:00
igorpecovnik
2eb2b48342 Automatic board configs status synchronise 2024-11-11 17:02:52 +01:00
igorpecovnik
0de1801671 Automatic board configs status synchronise 2024-11-10 16:51:28 +01:00
Igor Pecovnik
52548e408a GitHub Actions: add log cleaner, adjust names, fix labelling on approve 2024-11-03 21:39:25 +01:00
igorpecovnik
6cf475cb90 Automatic board configs status synchronise 2024-11-03 13:12:53 +01:00
Igor Pecovnik
6954f12531 GHA conditions syntay fix 2024-11-01 09:01:28 +01:00
Igor Pecovnik
d355c17dc3 Change pull request trigger in order to get permissions back in order 2024-11-01 08:27:49 +01:00