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/checkout from 3.3.0 to 3.4.0 #280

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2023

Bumps actions/checkout from 3.3.0 to 3.4.0.

Release notes

Sourced from actions/checkout's releases.

v3.4.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.3.0...v3.4.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

v3.0.1

v3.0.0

v2.3.1

v2.3.0

v2.2.0

v2.1.1

  • Changes to support GHES (here and here)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...24cb908)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 16, 2023
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
@MVrachev MVrachev merged commit 9772d39 into main Mar 23, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/actions/checkout-3.4.0 branch March 23, 2023 15:21
kairoaraujo pushed a commit to kairoaraujo/repository-service-tuf that referenced this pull request Mar 24, 2023
…rvice-tuf#280)

* build(deps): bump actions/checkout from 3.3.0 to 3.4.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...24cb908)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix linting error

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Vrachev <mvrachev@vmware.com>
MVrachev added a commit that referenced this pull request Mar 24, 2023
* Fix typos in "All-in-one" docs section (#219)

* Add OpenSSF Best Practices badge (#221)

Add the OpenSSF Best Practices badge to RSTUF umbrella README.rst (it
adds also to RSTUF documentation)

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

* chore: sync git submodules and docs (#214)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build: Update Python dependencies (#220)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build: Update Python dependencies (#225)

* chore: sync git submodules and docs (#224)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#228)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#231)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* Update the ROADMAP (#223)

* Update the ROADMAP

- Added to the MWV the Roles Simplification features
- Removed feature, that doesn't impact the minimum functionalities
  - Add TLS/SSL for Broker and Result Backend communication (Issue #6):
    It can be achivied by not exposing the Broker and Result Backend
    communication.
- Moved features that are not compatibility breaker to MVP
  - Old Metadata retention
  - Support to AWS S3 (Storage) and AWS KMS (Key Vault)
  - Token revocation
- Fixed components milestone/versions
  - MWV: v1.0.0bX
  - MVP: v1.0.X

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

* Add Deployment Design Document to MVP

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

---------

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

* build: Update Python dependencies (#230)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* Roadmap update: Issue #28 (#233)

- Update Issue #28 in the Roadmap

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

* chore: sync git submodules and docs (#235)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#236)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#237)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#238)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#239)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#240)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#241)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#242)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build: Update Python dependencies (#234)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build: Update Python dependencies (#247)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#249)

Co-authored-by: kairoaraujo <kairoaraujo@users.noreply.github.com>

* Add MAINTAINERS.rst file (#248)

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>

* build: Update Python dependencies (#250)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#251)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* Update readthedocs url to a working one (#243)

* Update readthedocs url to a working one

* Update README.rst

Co-authored-by: Kairo Araujo <kairo@kairo.eti.br>

---------

Co-authored-by: Kairo Araujo <kairo@kairo.eti.br>

* chore: sync git submodules and docs (#252)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#255)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#258)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* Add load data information to the Guide (#254)

* Add load data information to the Guide

Add a chapter with more details about using the load data feature from
the CLI

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

* Apply suggestions/comments for documentation

Co-authored-by: Martin Vrachev <martin.vrachev@gmail.com>

* Simplify the feature usage text

Simplify the feature usage text removing the details about the process
using the REST API

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

* Update docs/source/guide/deployment/importing-targets.rst

Co-authored-by: Martin Vrachev <martin.vrachev@gmail.com>

---------

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>
Co-authored-by: Martin Vrachev <martin.vrachev@gmail.com>

* build: Update Python dependencies (#257)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#259)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* Mark "Data load for migrations" as complete (#260)

Mark "Data load for migrations" as complete as #188 is closed.

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>

* build: Update Python dependencies (#262)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#263)

Co-authored-by: kairoaraujo <kairoaraujo@users.noreply.github.com>

* RSTUF umbrella repository list all maintainers (#264)

Add all component maintainers in the umbrella repository.

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

* chore: sync git submodules and docs (#266)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#268)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build: Update Python dependencies (#265)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#271)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build: Update Python dependencies (#270)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#273)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build: Update Python dependencies (#272)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#275)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#277)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* Add the MWV Board (#274)

Add to the Minimum Working Version board to the ROADMAP.

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

* build(deps): bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 (#278)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@2b011fa...38e0b6e)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: Update Python dependencies (#276)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#279)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build: Update Python dependencies (#281)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#282)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* chore: sync git submodules and docs (#283)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#280)

* build(deps): bump actions/checkout from 3.3.0 to 3.4.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...24cb908)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix linting error

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Vrachev <mvrachev@vmware.com>

* chore: sync git submodules and docs (#285)

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

* build(deps): bump actions/checkout from 3.4.0 to 3.5.0 (#286)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@24cb908...8f4b7f8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Konstantinos Papadopoulos <konpap1996@yahoo.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>
Co-authored-by: kairoaraujo <kairoaraujo@users.noreply.github.com>
Co-authored-by: Martin Vrachev <mvrachev@vmware.com>
Co-authored-by: Martin Vrachev <martin.vrachev@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
MVrachev added a commit that referenced this pull request Mar 24, 2023
* build(deps): bump actions/checkout from 3.3.0 to 3.4.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...24cb908)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix linting error

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Vrachev <mvrachev@vmware.com>
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant