Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.3 #679

Open
wants to merge 499 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps actions/upload-artifact from 3.1.3 to 4.3.3.

Release notes

Sourced from actions/upload-artifact's releases.

v4.3.3

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

v4.3.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

v4.0.0

... (truncated)

Commits
  • 6546280 updating package version
  • c004fb4 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
  • 90aba49 updating toolkit artifact dependency to 2.1.6
  • b06cde3 Merge pull request #563 from actions/eggyhead/release-4.3.2
  • 1746f4a Revert "updating to release 4.3.2"
  • 31685d0 updating to release 4.3.2
  • 18bf333 Merge pull request #562 from actions/eggyhead/update-artifact-v215
  • dac413b update package lock version
  • bb3b4a3 updating package version
  • 3e3da83 updating artifact and core dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

pussuw and others added 30 commits November 21, 2023 09:01
Makes analyzing core dumps a whole lot easier
This is needed if using authenticated encryption/decryption (e.g. AES-GCM)

Signed-off-by: Jukka Laitinen <[email protected]>
Add renew_nonce and and decrypt_data interfaces, and also ioctl's for memory
protected builds. Stub these functions in sw_crypto driver. the functions are
currently not used but a stub is needed in order to build properly.

Add implementation for signature_check in PX4Crypto class, there is already an
implementation in the backend, but the function is missing from the PX4Crypto
interface.

Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
Combination of multiple dependabot updates:
build(deps): bump scipy
build(deps): bump actions/upload-artifact from 2.pre.preview to 3.1.3
build(deps): bump docker/setup-buildx-action from 2 to 3
build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
build(deps): bump codecov/codecov-action from 1 to 3
build(deps): bump actions/cache from 2 to 3

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
Use different size input / output buffers for testing, add some preliminary RSA test code

Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
The size input argument for monocypher crypto_xchacha20_ctr should be the
plaintext message length.

The promise of the interface is, that the call to encrypt_data updates the
ciphertext message length after the call succeeds.

The crypto should check that the output buffer length (cipher length) is
large enough to contain the encrypted data.

Fix these issues; these have gone unnoticed for a long time since the interface
has been only used by logger, and passing the same size for both in and out.

Signed-off-by: Jukka Laitinen <[email protected]>
Add a systemcmd to check R&D feature flags for the board

Signed-off-by: Jukka Laitinen <[email protected]>
Place them inside the board configuration instead

Signed-off-by: Jukka Laitinen <[email protected]>
Temporary disable tamper protection

Signed-off-by: Jukka Laitinen <[email protected]>
…_LEAVE macros

These macros were only used to protect write / copy functions. Use them also for
callback registration.

Signed-off-by: Jukka Laitinen <[email protected]>
clear dataman file and init initial value on creation
pussuw and others added 27 commits March 26, 2024 11:36
… if reset is not supported

Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
change CONFIG_SSRC_BOARD_COREMMC_SDIO_MINOR
so mmc block device name will be 0
Read unique ID for IMX93 from OCOTP fuses.

Signed-off-by: Jani Paalijarvi <[email protected]>
Add uorb interface to just acknowledge the updates for next poll
without needs to copy data from all the updated topics.
In mavlink main loop use uorb poll for streams instead of waiting
px4_usleep to allow higher stream rates in systems having long
system tick period.
PX4 compatible wrapper for pin interrupts
Signed-off-by: Jukka Laitinen <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.3...v4.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.