Skip to content

build(deps): Bump asymmetric-effort/actions/actions/codeql-autobuild from e565630fb74add31f164fc517eff80906801e8aa to db7bf0da04b1904428ef5244fd0a9c97cb62d88e#294

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/asymmetric-effort/actions/actions/codeql-autobuild-db7bf0da04b1904428ef5244fd0a9c97cb62d88e
Open

build(deps): Bump asymmetric-effort/actions/actions/codeql-autobuild from e565630fb74add31f164fc517eff80906801e8aa to db7bf0da04b1904428ef5244fd0a9c97cb62d88e#294
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/asymmetric-effort/actions/actions/codeql-autobuild-db7bf0da04b1904428ef5244fd0a9c97cb62d88e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps asymmetric-effort/actions/actions/codeql-autobuild from e565630fb74add31f164fc517eff80906801e8aa to db7bf0da04b1904428ef5244fd0a9c97cb62d88e.

Changelog

Sourced from asymmetric-effort/actions/actions/codeql-autobuild's changelog.

Release

Create or update GitHub Releases with full-featured release management.

Overview

The release action is a complete, self-contained replacement for softprops/action-gh-release with full feature parity. It creates or updates GitHub Releases, uploads assets via glob patterns, supports draft/prerelease workflows, auto-generated release notes, discussion linking, and body appending.

Usage

# Basic release on tag push
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    tag_name: ${{ github.ref_name }}
    generate_release_notes: "true"
# Upload build artifacts
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    files: |
      dist/*.tar.gz
      dist/*.zip
      dist/*.deb
# Release notes from file
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    body_path: CHANGELOG.md
    files: dist/*
# Draft prerelease
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    draft: "true"
    prerelease: "true"
    files: build/output/*
# Auto-generated notes with base tag comparison
- uses: asymmetric-effort/actions/actions/release@v1
  with:
    generate_release_notes: "true"
</tr></table> 

... (truncated)

Commits
  • db7bf0d fix: pin upload-artifact SHA in upload-pages-artifact to prevent local path r...
  • 57770ba fix: resolve macOS broken pipe in setup-bun resolve-version
  • See full diff 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 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)

Bumps [asymmetric-effort/actions/actions/codeql-autobuild](https://github.com/asymmetric-effort/actions) from e565630fb74add31f164fc517eff80906801e8aa to db7bf0da04b1904428ef5244fd0a9c97cb62d88e.
- [Release notes](https://github.com/asymmetric-effort/actions/releases)
- [Changelog](https://github.com/asymmetric-effort/actions/blob/main/docs/release.md)
- [Commits](asymmetric-effort/actions@e565630...db7bf0d)

---
updated-dependencies:
- dependency-name: asymmetric-effort/actions/actions/codeql-autobuild
  dependency-version: db7bf0da04b1904428ef5244fd0a9c97cb62d88e
  dependency-type: direct:production
...

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 Jul 13, 2026
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.

0 participants