An open index of dependabot pull requests across open source projects.

[GITHUB-ACTIONS] Bump the github-actions group with 3 updates

Open
Number: #336
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 21, 2025 at 07:16 PM UTC
(9 months ago)
Updated: August 21, 2025 at 07:16 PM UTC
(9 months ago)
Labels:
dependencies github_actions
Description:

Bumps the github-actions group with 3 updates: tagdots/setup-badge-action, tagdots/delete-workflow-runs-action and github/codeql-action.

Updates tagdots/setup-badge-action from 1.0.12 to 1.0.17

Release notes

Sourced from tagdots/setup-badge-action's releases.

1.0.17

What's Changed

Full Changelog: https://github.com/tagdots/setup-badge-action/compare/1.0.12...1.0.17

Changelog

Sourced from tagdots/setup-badge-action's changelog.

1.0.17 (2025-08-20)

Fix

  • minor typo in cron-tasks
  • add fail-on-severity configuration to report low level vulnerabilities
  • fix the stuck version comment on codeql-action at v3.29.5
  • add stale-branches and stale-issues-prs
  • minor typo issues in actions

1.0.12 (2025-08-15)

Fix

  • replace the cron task that deletes workflow runs
  • correct wrong cron-tasks > slack-github-action > update-pre-commit result

1.0.4 (2025-07-26)

1.0.3 (2025-07-25)

Feat

  • add marketplace badge to cron-tasks

Fix

  • cron-tasks is missing badge-marketplace in overall results and slack message

1.0.2 (2025-07-25)

1.0.1 (2025-07-25)

Fix

  • correct typos

1.0.0 (2025-07-25)

Feat

  • setup initial release

Fix

  • correct package name in action and display setup-badge badge for CI
  • correct update-pre-commit-action version
Commits
  • c6514d5 Merge pull request #28 from tagdots/release/1.0.17
  • a6ca28a bump: version 1.0.12 → 1.0.17
  • 71d0888 Merge pull request #27 from tagdots/fix/cron-tasks-typo
  • 9a4d07e fix: minor typo in cron-tasks
  • c4b4f06 Merge pull request #26 from tagdots/dependabot/github_actions/github-actions-...
  • 62ced31 [GITHUB-ACTIONS] bump the github-actions group with 8 updates
  • d90d496 Merge pull request #25 from tagdots/update_pre_commit_01K35FHQ3GMTE8J8KQVQ7MWG3W
  • 73e66d1 update pre-commit-config
  • 1a0e1d7 Merge pull request #24 from tagdots/fix/actions
  • b7312fb fix: add fail-on-severity configuration to report low level vulnerabilities
  • Additional commits viewable in compare view

Updates tagdots/delete-workflow-runs-action from 1.0.4 to 1.0.7

Release notes

Sourced from tagdots/delete-workflow-runs-action's releases.

1.0.7

What's Changed

New Contributors

Full Changelog: https://github.com/tagdots/delete-workflow-runs-action/compare/1.0.4...1.0.7

Changelog

Sourced from tagdots/delete-workflow-runs-action's changelog.

1.0.7 (2025-08-20)

Fix

  • update README to clarify action usage
  • fix codeql version comment problem on v3.29.5
  • add fail-on-severity option to configuration to report on low severity alert
  • add stale-branches to cron-tasks

1.0.4 (2025-08-15)

Fix

  • fix marketplace url

1.0.2 (2025-08-14)

1.0.1 (2025-08-14)

Fix

  • rename action name due to the name has been used
  • add tagged version to README and cron-tasks

1.0.0 (2025-08-14)

Feat

  • setup initial release

Fix

  • fix docs in README and typos in action file
Commits
  • 8c2f169 Merge pull request #17 from tagdots/release/1.0.7
  • 20966c0 bump: version 1.0.4 → 1.0.7
  • edbd374 Merge pull request #16 from tagdots/fix/README
  • 7fef678 fix: update README to clarify action usage
  • 8d1cea8 Merge pull request #15 from tagdots/fix/actions
  • a2af2a8 fix: fix codeql version comment problem on v3.29.5
  • 7b396ec fix: add fail-on-severity option to configuration to report on low severity a...
  • 28f37c0 fix: add stale-branches to cron-tasks
  • 6feb09f Merge pull request #14 from tagdots/update_pre_commit_01K2V3A7WS2WNK54K70SB8W7S0
  • 25e595c update pre-commit-config
  • See full diff in compare view

Updates github/codeql-action from 3.29.10 to 3.29.11

Release notes

Sourced from github/codeql-action's releases.

v3.29.11

CodeQL Action Changelog

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

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #3044

See the full CHANGELOG.md for more information.

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.

[UNRELEASED]

No user facing changes.

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #3044

3.29.10 - 18 Aug 2025

No user facing changes.

3.29.9 - 12 Aug 2025

No user facing changes.

3.29.8 - 08 Aug 2025

  • Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015

3.29.7 - 07 Aug 2025

This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.

3.29.6 - 07 Aug 2025

  • The cleanup-level input to the analyze Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #2999
  • Update default CodeQL bundle version to 2.22.3. #3000

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #2986

3.29.4 - 23 Jul 2025

No user facing changes.

3.29.3 - 21 Jul 2025

No user facing changes.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935

3.29.1 - 27 Jun 2025

... (truncated)

Commits
  • 3c3833e Merge pull request #3052 from github/update-v3.29.11-14148a433
  • 8c4bfbd Update changelog for v3.29.11
  • 14148a4 Merge pull request #3044 from github/update-bundle/codeql-bundle-v2.22.4
  • 71b2cb3 Add changelog note
  • 2bf7825 Update default bundle to codeql-bundle-v2.22.4
  • db69a51 Merge pull request #3049 from github/update-supported-enterprise-server-versions
  • a68d47b Merge pull request #3050 from github/henrymercer/init-not-called-config-error
  • e496ff9 Make "init not called" a configuration error
  • fd2ea72 Update supported GitHub Enterprise Server versions
  • 6dee5bc Merge pull request #3045 from github/dependabot/npm_and_yarn/npm-5b4171dd16
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+8
Deletions:
-8
Package Dependencies
Ecosystem:
actions
Version Change:
3.29.10 → 3.29.11
Update Type:
Patch
Ecosystem:
actions
Version Change:
1.0.12 → 1.0.17
Update Type:
Patch
Ecosystem:
actions
Version Change:
1.0.4 → 1.0.7
Update Type:
Patch
Technical Details
ID: 5485481
UUID: 2764030084
Node ID: PR_kwDOOZgZRc6kv8CE
Host: GitHub
Repository: tagdots-dev/python-test
Merge State: Unknown