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

ci: bump the github-actions group with 4 updates #379

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the github-actions group with 4 updates: github/codeql-action, python-semantic-release/python-semantic-release, python-semantic-release/upload-to-gh-release and hynek/build-and-inspect-python-package.

Updates github/codeql-action from 3.25.5 to 3.25.7

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.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

3.25.2 - 22 Apr 2024

No user facing changes.

3.25.1 - 17 Apr 2024

  • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
  • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245

3.25.0 - 15 Apr 2024

  • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

    As a result, the following inputs and environment variables are now ignored:

    • The setup-python-dependencies input to the init Action
    • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable

... (truncated)

Commits
  • f079b84 Merge pull request #2317 from github/update-v3.25.7-a095bf2a1
  • e1a4268 Update changelog for v3.25.7
  • a095bf2 Merge pull request #2313 from github/revert-2312-update-bundle/codeql-bundle-...
  • bbd4e19 Revert "Update default bundle to 2.17.4"
  • 9ab5d16 Merge pull request #2312 from github/update-bundle/codeql-bundle-v2.17.4
  • 028346e Add changelog note
  • 5fe0847 Update default bundle to codeql-bundle-v2.17.4
  • 9550da9 Merge pull request #2311 from github/henrymercer/pack-missing-auth-config-error
  • 6548a4d Add configuration error for missing auth to package registry
  • 7927df0 Bump micromatch from 4.0.5 to 4.0.7 in the npm group (#2310)
  • Additional commits viewable in compare view

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

Release notes

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

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)

  • version-cmd: add toggle of --no-verify option to git commit (#927)

Fixes

  • hvcs-gitlab: add tag message to release creation (23e02b9)

  • gitlab: adjust release name to mirror other hvcs release names (23e02b9)

Documentation

  • configuration: add no_git_verify description to the configuration page (1de6f78)

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

Resolved Issues

  • #936: Enable signing of the created version tags

Detailed Changes: python-semantic-release/python-semantic-release@v9.7.3...v9.8.0

Changelog

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

CHANGELOG

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)

  • style(hvcs-github): update function docstrings for params

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

  • fix(hvcs-gitlab): add tag message to release creation

  • fix(gitlab): adjust release name to mirror other hvcs release names

  • refactor(gitlab): consolidate & simplify usage of gitlab client

  • test(gitlab): neuter test cases that used the internet & add new tests

  • refactor(gitlab): handle errors in release retrieval gracefully

  • refactor(gitlab): update release notes editing implementation


Co-authored-by: bdorsey <brentadorsey@gmail.com> (23e02b9)

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

Resolves: #936 (dfb76b9)

  • feat(version-cmd): add toggle of --no-verify option to git commit (#927)

  • test(version-cmd): add test w/ failing pre-commit hook--preventing version commit

  • feat(version-cmd): add toggle of --no-verify option to git commit

    This commit adds a configuration option that toggles the addition of --no-verify command line switch on git commit operations that are run with the version command.

  • docs(configuration): add no_git_verify description to the configuration page


... (truncated)

Commits
  • 31a691e 9.8.0
  • 1e15270 style: beautify 23e02b96dfb2a58f6b4ecf7b7812e4c1bc50573d
  • 23e02b9 feat: extend gitlab to edit a previous release if exists (#934)
  • d6ba16a docs(migration-v8): update version references in migration instructions (#938)
  • dfb76b9 feat(gha): configure ssh signed tags in GitHub Action (#937)
  • 1de6f78 feat(version-cmd): add toggle of --no-verify option to git commit (#927)
  • 170bc80 build(deps-dev): bump ruff from 0.4.3 to 0.4.4 (#928)
  • 772c7da chore(stalebot): customize PR stale message
  • 95e7b49 chore(stalebot): auto-remove awaiting-reply label upon update
  • See full diff in compare view

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

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
  • 477a404 ci: bump python-semantic-release/python-semantic-release (#8)
  • 84139cf 9.8.0
  • 14d8f0a build(deps): bump python-semantic-release from 9.7.3 to 9.8.0 (#7)
  • 673709c chore(dependabot): add dependency updater conf for pip, docker, & gh-actions
  • 20f89b4 9.7.3
  • fa665c7 build(deps): bump python-semantic-release from 9.7.2 to 9.7.3 (#5)
  • 1a743d2 9.7.2
  • 06bfbde build(deps): bump python-semantic-release from 9.7.1 to 9.7.2
  • 877e0c1 9.7.1
  • 842e67d build(deps): bump python-semantic-release from 9.7.0 to 9.7.1
  • 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

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. But as long as it's accessed within 7 days, it never goes away.

    Therefore, baipp now uses the hash of the requirements file as part of the cache key. Behaviorally, nothing changes, except that the cache doesn't grow useless over time. #115

... (truncated)

Commits

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's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 4 updates: [github/codeql-action](https://github.com/github/codeql-action), [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release), [python-semantic-release/upload-to-gh-release](https://github.com/python-semantic-release/upload-to-gh-release) and [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package).


Updates `github/codeql-action` from 3.25.5 to 3.25.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b7cec75...f079b84)

Updates `python-semantic-release/python-semantic-release` from 9.7.3 to 9.8.0
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@9555482...31a691e)

Updates `python-semantic-release/upload-to-gh-release` from 0f96c02a48278aff14251e9f1a0d73122a8c638b to 477a4045c717b615cd9018a0c40499f9c12bb12e
- [Release notes](https://github.com/python-semantic-release/upload-to-gh-release/releases)
- [Changelog](https://github.com/python-semantic-release/upload-to-gh-release/blob/main/releaserc.toml)
- [Commits](python-semantic-release/upload-to-gh-release@0f96c02...477a404)

Updates `hynek/build-and-inspect-python-package` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases)
- [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md)
- [Commits](hynek/build-and-inspect-python-package@4aea7de...b4fc3f6)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: python-semantic-release/upload-to-gh-release
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: hynek/build-and-inspect-python-package
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from afuetterer as a code owner June 1, 2024 14:30
@dependabot dependabot bot added deps: github-actions Pull requests that update GitHub Actions code type: ci Continuous Integration labels Jun 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2024

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

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-c41863e1eb branch July 1, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps: github-actions Pull requests that update GitHub Actions code type: ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants