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

Bump the github-actions group across 1 directory with 6 updates #1033

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the github-actions group with 6 updates in the / directory:

Package From To
actions/upload-artifact 3.1.3 4.3.3
actions/checkout 4.1.1 4.1.7
actions/setup-python 4.7.1 5.1.0
svenstaro/upload-release-action 2.7.0 2.9.0
tj-actions/glob 17.3.0 22.0.1
slsa-framework/slsa-github-generator 1.9.0 2.0.0

Updates 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

Updates actions/checkout from 4.1.1 to 4.1.7

Release notes

Sourced from actions/checkout's releases.

v4.1.7

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.6...v4.1.7

v4.1.6

What's Changed

Full Changelog: actions/checkout@v4.1.5...v4.1.6

v4.1.5

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: actions/checkout@v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

... (truncated)

Commits

Updates actions/setup-python from 4.7.1 to 5.1.0

Release notes

Sourced from actions/setup-python's releases.

v5.1.0

What's Changed

New Contributors

Full Changelog: actions/setup-python@v5.0.0...v5.1.0

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

... (truncated)

Commits
  • 82c7e63 Documentation changes for avoiding rate limit issues on GHES (#835)
  • 10aa35a feat: fallback to raw endpoint for manifest when rate limit is reached (#766)
  • 9a7ac94 Bump undici from 5.27.2 to 5.28.3 (#817)
  • 871daa9 Fix the "Specifying multiple Python/PyPy versions" link (#782)
  • 2f07895 Fix broken README.md link (#793)
  • e9d6f99 Replace setup-python@v4 by setup-python@v5 in README (#776)
  • 0a5c615 Update action to node20 (#772)
  • 0ae5836 Add example of GraalPy to docs (#773)
  • b64ffca update actions/checkout to v4 (#761)
  • 8d28961 Examples now use checkout@v4 (#738)
  • Additional commits viewable in compare view

Updates svenstaro/upload-release-action from 2.7.0 to 2.9.0

Release notes

Sourced from svenstaro/upload-release-action's releases.

2.9.0

2.8.0

  • Bump all deps
  • Update to node 20
Changelog

Sourced from svenstaro/upload-release-action's changelog.

Changelog

[2.9.0] - 2024-02-22

[2.8.0] - 2024-02-21

  • Bump all deps
  • Update to node 20

[2.7.0] - 2023-07-28

[2.6.1] - 2023-05-31

[2.6.0] - 2023-05-23

  • Add make_latest input parameter. Can be set to false to prevent the created release from being marked as the latest release for the repository #100 (thanks @​brandonkelly)
  • Don't try to upload empty files #102 (thanks @​Loyalsoldier)
  • Bump all deps #105
  • overwrite option also overwrites name and body #106 (thanks @​regevbr)
  • Add promote option to allow prereleases to be promoted #74 (thanks @​regevbr)

[2.5.0] - 2023-02-21

[2.4.1] - 2023-02-01

  • Modernize octokit usage

[2.4.0] - 2023-01-09

  • Update to node 16
  • Bump most dependencies

[2.3.0] - 2022-06-05

  • Now defaults repo_token to ${{ github.token }} and tag to ${{ github.ref }} #69 (thanks @​leighmcculloch)

[2.2.1] - 2020-12-16

  • Added support for the GitHub pagination API for repositories with many releases #36 (thanks @​djpohly)

[2.2.0] - 2020-10-07

  • Add support for ceating a new release in a foreign repository #25 (thanks @​kittaakos)
  • Upgrade all deps

[2.1.1] - 2020-09-25

[2.1.0] - 2020-08-10

[2.0.0] - 2020-07-03

  • Add prerelease input parameter. Setting this marks the created release as a pre-release.

... (truncated)

Commits

Updates tj-actions/glob from 17.3.0 to 22.0.1

Release notes

Sourced from tj-actions/glob's releases.

v22.0.1

What's Changed

Full Changelog: tj-actions/glob@v22...v22.0.1

v22.0.0

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Renamed escape-paths input to safe-output.

What's Changed

... (truncated)

Changelog

Sourced from tj-actions/glob's changelog.

Changelog

22.0.1 - (2024-05-09)

🔄 Update

  • Update sync-release-version.yml (2944188) - (Tonye Jack)
  • Updated README.md (3ab1fe2) - (jackton1)

👷 CI/CD

  • deps-dev: Bump eslint-plugin-n from 17.5.0 to 17.5.1 (67e2a34) - (dependabot[bot])
  • deps: Bump actions/checkout from 4.1.4 to 4.1.5 (1133b97) - (dependabot[bot])
  • deps-dev: Bump eslint-plugin-n from 17.4.0 to 17.5.0 (064e444) - (dependabot[bot])
  • deps: Bump actions/checkout from 4.1.4 to 4.1.5 (75a1408) - (dependabot[bot])

📚 Documentation

  • Improve clarity of read-gitignore input (53aa93a) - (Tonye Jack)

📝 Other

  • PR #1260: bump eslint-plugin-n from 17.5.0 to 17.5.1 (1561bbb) - (repo-ranger[bot])
  • PR #1259: update actions/checkout digest to 0ad4b8f (dc9b183) - (repo-ranger[bot])
  • PR #1258: bump actions/checkout from 4.1.4 to 4.1.5 (a4a08fd) - (repo-ranger[bot])
  • PR #1257: bump eslint-plugin-n from 17.4.0 to 17.5.0 (b65df37) - (repo-ranger[bot])
  • PR #1256: update actions/checkout digest to 0ad4b8f (82e5c55) - (repo-ranger[bot])
  • PR #1255: bump actions/checkout from 4.1.4 to 4.1.5 (e737fba) - (repo-ranger[bot])
  • PR #1251: update tj-actions/verify-changed-files action to v20 (86498b1) - (repo-ranger[bot])
  • PR #1250: README.md (aada2df) - (repo-ranger[bot])

⚙️ Miscellaneous Tasks

  • deps: Update actions/checkout digest to 44c2b7a (6f9090a) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.12.11 (13a8194) - (renovate[bot])
  • deps: Update codacy/codacy-analysis-cli-action action to v4.4.1 (2696167) - (renovate[bot])
  • deps: Update actions/checkout digest to 0ad4b8f (e766415) - (renovate[bot])
  • deps: Update actions/checkout digest to 0ad4b8f (a39eb9e) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.12.10 (8f256e3) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.12.9 (9fe938f) - (renovate[bot])
  • deps: Lock file maintenance (660f659) - (renovate[bot])
  • deps: Update tj-actions/verify-changed-files action to v20 (5ada2e3) - (renovate[bot])

22.0.0 - (2024-05-04)

🚀 Features

  • Upgrade to eslint v9 (#1234) (fe8057e) - (Tonye Jack)
  • Rename escape-paths to safe-output (#1029) (be06119) - (Tonye Jack)

... (truncated)

Commits
  • 2944188 Update sync-release-version.yml
  • 6f9090a chore(deps): update actions/checkout digest to 44c2b7a
  • 13a8194 chore(deps): update dependency @​types/node to v20.12.11
  • 2696167 chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.1
  • 1561bbb Merge pull request #1260 from tj-actions/dependabot/npm_and_yarn/eslint-plugi...
  • 67e2a34 build(deps-dev): bump eslint-plugin-n from 17.5.0 to 17.5.1
  • dc9b183 Merge pull request #1259 from tj-actions/renovate/actions-checkout-digest
  • e766415 chore(deps): update actions/checkout digest to 0ad4b8f
  • a4a08fd Merge pull request #1258 from tj-actions/dependabot/github_actions/actions/ch...
  • 1133b97 build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  • Additional commits viewable in compare view

Updates slsa-framework/slsa-github-generator from 1.9.0 to 2.0.0

Release notes

Sourced from slsa-framework/slsa-github-generator's releases.

v2.0.0

See the CHANGELOG for details.

v2.0.0-rc.0

See the CHANGELOG for details.

v1.10.0

See the CHANGELOG for details.

v1.9.1

This is an un-finalized release.

See the CHANGELOG for details.

v1.9.1-rc.0

See the CHANGELOG for details.

Changelog

Sourced from slsa-framework/slsa-github-generator's changelog.

v2.0.0

v2.0.0: Breaking Change: upload-artifact and download-artifact

  • Our workflows now use the new @v4s of actions/upload-artifact and actions/download-artifact, which are incompatiblle with the prior @v3. See Our docs on the generic generator for more information and how to upgrade.

v2.0.0: Breaking Change: attestation-name Workflow Input and Output

  • attestation-name as a workflow input to .github/workflows/generator_generic_slsa3.yml is now removed. Use provenance-name instead.

v2.0.0: DSSE Rekor Type

  • When uploading signed provenance to the log, the entry created in the log is now a DSSE Rekor type. This fixes a bug where the current intoto type does not persist provenance signatures. The attestation will no longer be persisted in Rekor (#3299)

v1.10.0

Release v1.10.0 includes bug fixes and new features.

See the full change list.

v1.10.0: TUF fix

  • The cosign TUF roots were fixed (#3350). More details here.

v1.10.0: Gradle Builder

  • The Gradle Builder was fixed when the project root is the same as the repository root (#2727)

v1.10.0: Go Builder

  • The go-version-file input was fixed so that it can find the go.mod file (#2661)

v1.10.0: Container Generator

  • A new provenance-repository input was added to allow reading provenance from a different container repository than the image itself (#2956)
Commits
  • 5a775b3 chore: v2.0.0: update tags (#3583)
  • 41733f7 chore: v2.0.0-rc.0: update tags (#3578)
  • 3789345 docs: v.2.0.0: finalize CHANGELOG.md (#3577)
  • 02fc78b fix: deadlock and improve debugging experience (#3570)
  • 4534a0b break: Revert "chore: Revert "fix: upload-artifact and download-artifact v4""...
  • e8c2dcf fix(deps): Update Sigstore Dep to Sigstore 2.2.2 (#3491)
  • 2512315 feat(breaking): remove attestation-name input and output (#3456)
  • 4fbc6a9 chore: add ramonpetgrave64 to CODEOWNERS (#3490)
  • 8869c8a fix: Switch to newer DSSE rekor type (#3299)
  • 9d81ca7 chore: Update slsa-verifier version (#3454)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency...

Description has been truncated

Bumps the github-actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3.1.3` | `4.3.3` |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.7` |
| [actions/setup-python](https://github.com/actions/setup-python) | `4.7.1` | `5.1.0` |
| [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) | `2.7.0` | `2.9.0` |
| [tj-actions/glob](https://github.com/tj-actions/glob) | `17.3.0` | `22.0.1` |
| [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) | `1.9.0` | `2.0.0` |



Updates `actions/upload-artifact` from 3.1.3 to 4.3.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@a8a3f3a...6546280)

Updates `actions/checkout` from 4.1.1 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@b4ffde6...692973e)

Updates `actions/setup-python` from 4.7.1 to 5.1.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@65d7f2d...82c7e63)

Updates `svenstaro/upload-release-action` from 2.7.0 to 2.9.0
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](svenstaro/upload-release-action@1beeb57...04733e0)

Updates `tj-actions/glob` from 17.3.0 to 22.0.1
- [Release notes](https://github.com/tj-actions/glob/releases)
- [Changelog](https://github.com/tj-actions/glob/blob/main/HISTORY.md)
- [Commits](tj-actions/glob@ac7d983...2944188)

Updates `slsa-framework/slsa-github-generator` from 1.9.0 to 2.0.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](slsa-framework/slsa-github-generator@v1.9.0...v2.0.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: svenstaro/upload-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: tj-actions/glob
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants