afuetterer / oaipmh-scythe

A Scythe for harvesting OAI-PMH repositories.
https://afuetterer.github.io/oaipmh-scythe/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

ci: bump the github-actions group across 1 directory with 7 updates #381

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

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

Package From To
actions/checkout 4.1.6 4.1.7
github/codeql-action 3.25.5 3.25.11
python-semantic-release/python-semantic-release 9.7.3 9.8.3
python-semantic-release/upload-to-gh-release 0f96c02a48278aff14251e9f1a0d73122a8c638b c7c3b69570cbd3011111d2673d8f07142473a871
pypa/gh-action-pypi-publish 1.8.14 1.9.0
hynek/build-and-inspect-python-package 2.5.0 2.6.0
peter-evans/create-pull-request 6.0.5 6.1.0

Updates actions/checkout from 4.1.6 to 4.1.7

Release notes

Sourced from actions/checkout's releases.

v4.1.7

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.1.6...v4.1.7

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 github/codeql-action from 3.25.5 to 3.25.11

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

No user facing changes.

3.25.11 - 28 Jun 2024

  • Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349
  • Update default CodeQL bundle version to 2.17.6. #2352

3.25.10 - 13 Jun 2024

  • Update default CodeQL bundle version to 2.17.5. #2327

3.25.9 - 12 Jun 2024

  • Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
  • The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332

3.25.8 - 04 Jun 2024

  • Update default CodeQL bundle version to 2.17.4. #2321

3.25.7 - 31 May 2024

  • We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306

3.25.6 - 20 May 2024

  • Update default CodeQL bundle version to 2.17.3. #2295

3.25.5 - 13 May 2024

  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274
  • The tools: latest input to the init Action has been renamed to tools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #2281

3.25.4 - 08 May 2024

  • Update default CodeQL bundle version to 2.17.2. #2270

3.25.3 - 25 Apr 2024

  • Update default CodeQL bundle version to 2.17.1. #2247
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261

... (truncated)

Commits
  • b611370 Merge pull request #2357 from github/update-v3.25.11-de945755c
  • 3e6431f Update changelog for v3.25.11
  • de94575 Merge pull request #2352 from github/update-bundle/codeql-bundle-v2.17.6
  • a32d305 Add changelog note
  • 9ccc995 Update default bundle to codeql-bundle-v2.17.6
  • 9b7c22c Merge pull request #2351 from github/dependabot/npm_and_yarn/npm-6791eaa26c
  • 9cf3243 Rebuild
  • 1895b29 Update checked-in dependencies
  • 9dcfde9 Bump the npm group with 2 updates
  • 8723b5b Merge pull request #2350 from github/angelapwen/add-exclude-pr-check-param
  • Additional commits viewable in compare view


Updates python-semantic-release/python-semantic-release from 9.7.3 to 9.8.3

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v9.8.3 (2024-06-18)

Fixes

  • parser: strip DOS carriage-returns in commits (#956)

Resolved Issues

  • #955: Inconsistent carriage returns in generated changelogs

Detailed Changes: https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.2...v9.8.3

v9.8.2 (2024-06-17)

Fixes

  • changelog: suppress extra newlines in default changelog (#954)

Detailed Changes: https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.1...v9.8.2

v9.8.1 (2024-06-05)

Fixes

  • Improve build cmd env on windows (#942)

  • version-cmd: pass windows specific env vars to build cmd when on windows (d911fae)

Documentation

  • configuration: define windows specific env vars for build cmd (d911fae)

Detailed Changes: https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.8.1

v9.8.0 (2024-05-27)

Features

  • Extend GitLab support to edit a previous release if exists (#934)

  • gha: configure ssh signed tags in GitHub Action (#937)

  • hvcs-gitlab: enable gitlab to edit a previous release if found (23e02b9)

... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

CHANGELOG

v9.8.3 (2024-06-18)

Fix

  • fix(parser): strip DOS carriage-returns in commits (#956)

The default template can result in mixed (UNIX / DOS style) carriage returns in the generated changelog. Use a string replace in the commit parser to strip the DOS CRs ("\r"). This is only needed in the case when we are not byte decoding.

Fixes #955 (0b005df)

v9.8.2 (2024-06-17)

Fix

  • fix(templates): suppress extra newlines in default changelog (#954)

    Suppress extra newlines in default generated changelog output (7b0079b)

v9.8.1 (2024-06-05)

Fix

  • fix: improve build cmd env on windows (#942)

  • fix(version-cmd): pass windows specific env vars to build cmd when on windows

  • test(version-cmd): extend build cmd tests to include windows vars

  • docs(configuration): define windows specific env vars for build cmd

  • refactor(version-cmd): only add windows vars when windows is detected


Co-authored-by: Juan Cruz Mencia Naranjo <jcmencia@arsys.es> (d911fae)

v9.8.0 (2024-05-27)

Documentation

  • docs(migration-v8): update version references in migration instructions (#938) (d6ba16a)

Feature

  • feat: extend gitlab to edit a previous release if exists (#934)

... (truncated)

Commits
  • 0f4c0b1 9.8.3
  • cb092b6 ci(deps): bump mikepenz/action-junit-report in the github-actions group (#945)
  • 0b005df fix(parser): strip DOS carriage-returns in commits (#956)
  • 2f1b046 build(deps-dev): bump ruff from 0.4.4 to 0.4.9 (#960)
  • 440406b 9.8.2
  • 38ac61c style: beautify 7b0079bf3e17c0f476bff520b77a571aeac469d0
  • 7b0079b fix(templates): suppress extra newlines in default changelog (#954)
  • 69af12c refactor: ruff fixes and remove / reflow commented code (#958)
  • 67971bf 9.8.1
  • c82c7d2 style: beautify d911fae993d41a8cb1497fa8b2a7e823576e0f22
  • Additional commits viewable in compare view


Updates python-semantic-release/upload-to-gh-release from 0f96c02a48278aff14251e9f1a0d73122a8c638b to c7c3b69570cbd3011111d2673d8f07142473a871

Changelog

Sourced from python-semantic-release/upload-to-gh-release's changelog.

[semantic_release] assets = ["README.md", "LICENSE"] build_command = """python3 ./scripts/bump_version.py""" commit_parser = "angular"

[semantic_release.changelog] exclude_commit_patterns = [ '''chore(?:([^)]?))?: .+''', '''ci(?:([^)]?))?: .+''', '''refactor(?:([^)]?))?: .+''', '''style(?:([^)]?))?: .+''', '''test(?:([^)]?))?: .+''', '''build((?!deps): .+)''', '''Merged? .''', '''Initial Commit.*''', ]

[semantic_release.branches.main] match = "(main|master)" prerelease = false

[semantic_release.remote] type = "github" token = { env = "GH_TOKEN" }

[semantic_release.publish] upload_to_vcs_release = false

Commits
  • c7c3b69 9.8.3
  • e8cb8ec build(deps): bump python-semantic-release from 9.8.2 to 9.8.3 (#14)
  • 0562d62 9.8.2
  • e4ea974 build(deps): bump python-semantic-release from 9.8.1 to 9.8.2 (#12)
  • ab0f05f ci(deps): bump python-semantic-release/python-semantic-release (#13)
  • 6b7558f ci(deps): bump python-semantic-release/python-semantic-release (#11)
  • d69c4ee 9.8.1
  • 71737dc build(deps): bump python-semantic-release from 9.8.0 to 9.8.1 (#10)
  • ad6ff4b fix(publish): remove extra default from action to use PSR internal defaults i...
  • 923d4d3 docs(README): fix example action definition usage for conditionals
  • Additional commits viewable in compare view


Updates pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0

Release notes

Sourced from pypa/gh-action-pypi-publish's releases.

v1.9.0

💅 Cosmetic Output Improvements

🛠️ Internal Dependencies

  • pre-commit linters got auto-updated @ #225
  • some notable dependency bumps include
    • cryptography == 42.0.7
    • id == 1.4.0
    • idna == 3.7 via #228
    • requests == 2.32.0 via #240
    • Twine == 5.1.0

⚙️ Secret Stuff

In #241, @​br3ndonland💰 added a Docker label linking the container image to this repository for GHCR to display it nicely. This is preparatory work for a big performance-focused refactoring he's working on in #230.

💪 New Contributors

🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​pradyunsg💰 for promptly unblocking this release to Marketplace as GitHub started asking for yet another developer agreement signature from the organization admins.

Commits
  • ec4db0b Merge PR #243 into unstable/v1
  • e790844 oidc-exchange: link to status dashboard
  • 87b624f 💅Update homepage @ Dockerfile to GH Marketplace
  • da2f9bb Merge pull request #241 from br3ndonland/ghcr-label
  • abbea2d Add Docker label for GHCR
  • 2734d07 build(deps): bump requests from 2.31.0 to 2.32.0 in /requirements (#240)
  • a54b9b8 ---
  • 699cd61 ⇪📦 Bump the runtime dep lockfile
  • 8414fc2 [pre-commit.ci] pre-commit autoupdate (#225)
  • 67a07eb Disable the progress bar when running twine upload
  • Additional commits viewable in compare view


Updates hynek/build-and-inspect-python-package from 2.5.0 to 2.6.0

Release notes

Sourced from hynek/build-and-inspect-python-package's releases.

v2.6.0

Added

  • Support for ubuntu-24.04 builders. #126

  • New output: artifact-name is the name of the uploaded artifact. #125

Changelog

Sourced from hynek/build-and-inspect-python-package's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • A header before package contents in the summary. Especially useful together with a preceding build provenance attestation. #131

2.6.0 - 2024-05-26

Added

  • Support for ubuntu-24.04 builders. #126

  • New output: artifact-name is the name of the uploaded artifact. #125

2.5.0 - 2024-05-13

Added

  • New input: attest-build-provenance-github generates signed build provenance attestations for workflow artifacts. #122

2.4.0 - 2024-04-11

Changed

  • The action doesn't crash anymore if the user sets globally the UV_SYSTEM_PYTHON environment variable. #116

2.3.0 - 2024-04-11

Added

  • Cache busting for the uv cache. GitHub Actions's caching behavior is a bit idiosyncratic: Once a cache is created, it's immutable.

... (truncated)

Commits


Updates peter-evans/create-pull-request from 6.0.5 to 6.1.0

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v6.1.0

✨ Adds pull-request-branch as an action output.

What's Changed

Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0

Commits
  • c5a7806 feat: add branch name output (#2995)
  • 4383ba9 build: update distribution (#2990)
  • 36f7648 build(deps): bump undici from 6.18.2 to 6.19.2 (#2977)
  • 5f7c158 build(deps-dev): bump @​types/node from 18.19.34 to 18.19.36 (#2976)
  • db1713d build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 (#2975)
  • ca98a71 build(deps-dev): bump ws from 8.11.0 to 8.17.1 (#2970)
  • ce00808 build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2962)
  • 7318c0b build(deps-dev): bump prettier from 3.3.0 to 3.3.2 (#2959)
  • e30bbbb build: update distribution (#2947)
  • bad19b8 build(deps-dev): bump @​types/node from 18.19.33 to 18.19.34 (#2935)
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.