dependabot[bot]
54627fcb18
Bump arduino/arduino-lint-action from 1 to 2
...
Bumps [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action ) from 1 to 2.
- [Release notes](https://github.com/arduino/arduino-lint-action/releases )
- [Commits](https://github.com/arduino/arduino-lint-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: arduino/arduino-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 17:20:59 +00:00
dependabot[bot]
9101851c3b
Bump geekyeggo/delete-artifact from 4 to 5 ( #175 )
...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact ) from 4 to 5.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases )
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md )
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 14:48:22 +01:00
Alexander Entinger
8c7bff748a
Correct workflow artifact name pattern in size deltas report workflow
...
The "sketches-reports-source" input of the "arduino/report-size-deltas" GitHub Actions action defines the regular
expression that matches the names of the sketches report workflow artifacts produced by the "Compile Examples" workflow.
The key string in the names of these artifacts was set to "sketches-report" when the "Compile Examples" workflow was
adjusted for compatibility with the breaking changes introduced by updating to version 4.x of the workflow's
"actions/upload-artifact" GitHub Actions action dependency. The pattern set in the size deltas report workflow was
"sketches-reports". The "s" at the end of that pattern caused it to no longer match against the key string in the
artifact names after that adjustment of the "Compile Examples" workflow, resulting in size deltas reports no longer
being generated by the workflow.
Although a minimal fix would be to simply remove the "s" from the end of the pattern, the decision was made to use a
more strict regular expression. This will make it easier for maintainers and contributors to understand that this value
is a regular expression and the exact nature of how that regular expression functions (which is less clear when relying
on the "arduino/report-size-deltas" action's partial pattern matching behavior).
2024-02-21 18:57:48 +01:00
Alexander Entinger
9f01bfe879
Revert "Fix regression: report size delta size on PR. ( #172 )"
...
This reverts commit 7a6b39a1af31c175c7e999ac366f52b6a3efcba4.
2024-02-21 18:57:17 +01:00
Alexander Entinger
7a6b39a1af
Fix regression: report size delta size on PR. ( #172 )
...
The necessary steps have in fact been documented here: https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#workflow-triggered-by-pull_request-event but I have overlooked them when I fixed the upload issue. With this PR the size deltas are - once again - reported within the PR.
2024-02-21 06:58:53 +01:00
Alexander Entinger
9625575fcc
Fix regression re report-size-deltas after updating actions/upload-artifact. ( #171 )
...
For more information see https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#size-deltas-report-workflow-triggered-by-schedule-event .
2024-02-16 08:31:45 +01:00
dependabot[bot]
a6a4127294
Bump geekyeggo/delete-artifact from 2 to 4 ( #167 )
...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact ) from 2 to 4.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases )
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md )
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 08:25:26 +01:00
dependabot[bot]
13d12a45fa
Bump actions/download-artifact from 3 to 4 ( #165 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 08:25:10 +01:00
dependabot[bot]
a721a5b6b3
Bump actions/upload-artifact from 3 to 4 ( #164 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 08:24:56 +01:00
dependabot[bot]
42e8f10231
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 17:45:42 +00:00
dependabot[bot]
8fc4883140
Bump carlosperate/download-file-action from 1 to 2
...
Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action ) from 1 to 2.
- [Release notes](https://github.com/carlosperate/download-file-action/releases )
- [Commits](https://github.com/carlosperate/download-file-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: carlosperate/download-file-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 17:52:24 +00:00
dependabot[bot]
1f50562ffc
Bump geekyeggo/delete-artifact from 1 to 2
...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact ) from 1 to 2.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases )
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 17:10:08 +00:00
per1234
31b4947cad
Merge pull request #131 from arduino-libraries/dependabot/github_actions/actions/upload-artifact-3
...
Bump actions/upload-artifact from 2 to 3
2022-04-11 03:57:17 -07:00
dependabot[bot]
033387f9ff
Bump actions/download-artifact from 2 to 3
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 17:08:57 +00:00
dependabot[bot]
533711d23a
Bump actions/upload-artifact from 2 to 3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 17:08:54 +00:00
dependabot[bot]
2b74b7a619
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 17:11:28 +00:00
per1234
c014e0cdb8
Add GitHub Actions workflow to synchronize with shared repository labels ( #120 )
...
On every push that changes relevant files, and periodically, configure the repository's issue and pull request labels
according to the universal, shared, and local label configuration files.
2022-01-10 10:00:56 +01:00
per1234
b9db038174
Report changes in memory usage that would result from merging a PR
...
On creation or commit to a pull request, a report of the resulting change in memory usage of the examples will be
commented to the PR thread.
2021-04-11 23:48:52 -07:00
per1234
d07192a7f7
Add "smoke test" examples compilation CI workflow
...
On every push or pull request that affects library source or example files, and periodically, compile all example
sketches for the specified boards.
2021-04-11 23:48:52 -07:00
per1234
0d235030a6
Add CI workflow to do Arduino project-specific linting
...
On every push, pull request, and periodically, run Arduino Lint to check for common problems not related to the project
code.
2021-04-11 22:01:54 -07:00
per1234
42d8a204f0
Add CI workflow to check for commonly misspelled words
...
On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly
misspelled words.
In the event of a false positive, the problematic word should be added, in all lowercase, to the ignore-words-list field
of ./.codespellrc. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignore
list. The ignore list is comma-separated with no spaces.
2021-04-11 21:41:26 -07:00
per1234
05b7dfe53d
Configure Dependabot to check for outdated actions used in workflows
...
Dependabot will periodically check the versions of all actions used in the repository's workflows. If any are found to
be outdated, it will submit a pull request to update them.
NOTE: Dependabot's PRs will sometimes try to pin to the patch version of the action (e.g., updating `uses: foo/bar@v1`
to `uses: foo/bar@v2.3.4`). When the action author has provided a major version ref, use that instead
(e.g., `uses: foo/bar@v2`). Dependabot will automatically close its PR once the workflow has been updated.
More information:
https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
2021-04-11 21:40:50 -07:00