Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino-libraries/ArduinoECCX08
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.8
Choose a base ref
...
head repository: arduino-libraries/ArduinoECCX08
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 16, 2024

  1. Configure Dependabot to check for outdated actions used in workflows (#…

    …56)
    
    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 occasionally propose to pin to the patch version of the action (e.g., updating
     to ). When the action author has provided a major version ref, use that instead
    (e.g., ). Dependabot will automatically close its PR once the workflow has been updated.
    
    More information:
    https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
    aentinger authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    edf43b7 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 2 to 4 (#57)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    60d4b82 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 2 to 4 (#58)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    519f727 View commit details
    Browse the repository at this point in the history
  4. Bump actions/upload-artifact from 2 to 4 (#59)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e79aa4f View commit details
    Browse the repository at this point in the history
  5. Bump geekyeggo/delete-artifact from 1 to 4 (#60)

    Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 4.
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@v1...v4)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ae8d40c View commit details
    Browse the repository at this point in the history
  6. Bump carlosperate/download-file-action from 1 to 2 (#61)

    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](carlosperate/download-file-action@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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a351e07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66f991a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Fix regression: report size delta size on PR. (#63)

    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.
    aentinger authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b26acea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf1f6f4 View commit details
    Browse the repository at this point in the history
  3. 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).
    aentinger committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2e0fa45 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from arduino-libraries/fix-compile-examples

    Fix size deltas report infrastructure configuration
    aentinger authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    00ff506 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Bump geekyeggo/delete-artifact from 4 to 5 (#65)

    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](GeekyEggo/delete-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    18b9826 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. 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](arduino/arduino-lint-action@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] <[email protected]>
    dependabot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    58e4c36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from arduino-libraries/dependabot/github_actio…

    …ns/arduino/arduino-lint-action-2
    
    Bump arduino/arduino-lint-action from 1 to 2
    per1234 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9971d60 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Add dedicated license file

    Standardization in license documentation is important because, in addition to making it easy for humans to find this
    vital information, it allows machines to automate the process of license type determination, which is useful both for
    discovering suitable open source projects as well as checking open source license compliance.
    
    Previously, the open source license of this project was not documented in a dedicated license file. Due to this, even
    though the project is licensed under a standardized open source license, the open license type could not be identified
    with 100% confidence by machines (e.g., the Licensee Gem used by the GitHub website), which meant identification could
    only be made by a human carefully evaluating the license text.
    
    The project's license is hereby documented in a standardized license file. The result is that the project's open source
    license type can now be automatically identified. This does not result in any change to the project licensing.
    per1234 committed May 9, 2025
    Configuration menu
    Copy the full SHA
    81994bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from per1234/license-file

    Add dedicated license file
    per1234 authored May 9, 2025
    Configuration menu
    Copy the full SHA
    f7657d0 View commit details
    Browse the repository at this point in the history
Loading