Skip to content

chore(deps): bump the all-actions group across 1 directory with 2 updates - #76

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-actions-02325a8da5
Open

chore(deps): bump the all-actions group across 1 directory with 2 updates#76
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-actions-02325a8da5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-actions group with 2 updates in the / directory: actions/checkout and actions/cache.

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/cache from 5 to 6

Release notes

Sourced from actions/cache's releases.

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 29, 2026
@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Score: B → B- | Δ -2 pts | 0 blocks flagged across 9 files | 9 modified, 0 added

🟡 Code Health: B- (71/100)

196 files · codeqa-action · 2026-09-07

Combined metric scores use cosine similarity: +1 = metric profile perfectly matches healthy pattern for this behavior, 0 = no signal, −1 = anti-pattern detected. Mapped to 0–100 using breakpoints (approx: ≥0.5→A, ≥0.2→B, ≥0.0→C, ≥−0.3→D, <−0.3→F); actual letter grades use the full 15-step scale.

Metric Changes

Category Base Head Δ
Readability 88.64 97.89 +9.25
Complexity 30.63 41.57 +10.94
Duplication 0.57 0.59 +0.02
Structure 6.24 9.20 +2.96
%%{init: {'theme': 'neutral'}}%%
xychart-beta
    title "Code Health Scores"
    x-axis ["Readability", "Complexity", "Complexity Outliers", "Structure", "Duplication", "Naming", "Magic Numbers", "Combined Metrics"]
    y-axis "Score" 0 --> 100
    bar [94, 85, 75, 87, 49, 96, 100, 65]
Loading
Readability          ███████████████████░   94  🟢 A
Complexity           █████████████████░░░   85  🟢 A-
Complexity Outliers  ███████████████░░░░░   75  🟡 B
Structure            █████████████████░░░   87  🟢 A-
Duplication          ██████████░░░░░░░░░░   49  🟠 C-
Naming               ███████████████████░   96  🟢 A
Magic Numbers        ████████████████████  100  🟢 A
Combined Metrics     █████████████░░░░░░░   65  🔴 D

@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor
🔍 Top Likely Issues (cosine similarity)

Most negative cosine = file's metric profile best matches this anti-pattern.

Behavior Cosine Score
dependencies.low_coupling -0.56 -12.98
file_structure.single_responsibility -0.52 -12.68
file_structure.line_count_under_300 -0.45 -9.59
code_smells.no_dead_code_after_return -0.41 -23.23
scope_and_assignment.shadowed_by_inner_scope -0.31 -5.13
file_structure.line_length_under_120 -0.30 -8.41
variable_naming.name_contains_type_suffix -0.23 -2.28
variable_naming.loop_var_is_single_letter -0.23 3.48
variable_naming.name_contains_and -0.21 -36.63
consistency.same_concept_same_name -0.21 -2.34
🟢 Readability — A (94/100)

Codebase averages: flesch_adapted=97.89, fog_adapted=4.82, avg_tokens_per_line=9.57, avg_line_length=35.81

Metric Value Score
readability.flesch_adapted 97.89 100
readability.fog_adapted 4.82 100
readability.avg_tokens_per_line 9.57 72
readability.avg_line_length 35.81 100
🟢 Complexity — A- (85/100)

Codebase averages: difficulty=41.57, effort=243432.62, volume=4137.53, estimated_bugs=1.38

Metric Value Score
halstead.difficulty 41.57 81
halstead.effort 243432.62 83
halstead.volume 4137.53 89
halstead.estimated_bugs 1.38 90
🟡 Complexity Outliers — B (75/100)

Codebase averages: p90_volume=9542.41, p90_difficulty=67.33, p90_effort=659285.40

Metric Value Score
halstead.p90_volume 9542.41 88
halstead.p90_difficulty 67.33 55
halstead.p90_effort 659285.40 81
🟢 Structure — A- (87/100)

Codebase averages: branching_density=0.14, mean_depth=3.85, avg_function_lines=8.37, max_depth=9.18, max_function_lines=20.13, variance=6.77, avg_param_count=1.16, max_param_count=2.08

Metric Value Score
branching.branching_density 0.14 76
indentation.mean_depth 3.85 88
function_metrics.avg_function_lines 8.37 89
indentation.max_depth 9.18 87
function_metrics.max_function_lines 20.13 90
indentation.variance 6.77 100
function_metrics.avg_param_count 1.16 100
function_metrics.max_param_count 2.08 100
🟠 Duplication — C- (49/100)

Codebase averages: redundancy=0.59, bigram_repetition_rate=0.54, trigram_repetition_rate=0.37

Metric Value Score
compression.redundancy 0.59 58
ngram.bigram_repetition_rate 0.54 38
ngram.trigram_repetition_rate 0.37 41
🟢 Naming — A (96/100)

Codebase averages: entropy=0.89, mean=6.64, variance=18.73, avg_sub_words_per_id=1.17

Metric Value Score
casing_entropy.entropy 0.89 100
identifier_length_variance.mean 6.64 100
identifier_length_variance.variance 18.73 85
readability.avg_sub_words_per_id 1.17 100
🟢 Magic Numbers — A (100/100)

Codebase averages: density=0.00

Metric Value Score
magic_number_density.density 0.00 100
🔴 Combined Metrics — D (65/100)
Category Score Grade
Code Smells 25 🔴 D-
Consistency 82 🟡 B+
Dependencies 19 🔴 E+
Documentation 85 🟢 A-
Error Handling 91 🟢 A-
File Structure 48 🟠 C-
Function Design 82 🟡 B+
Naming Conventions 90 🟢 A-
Scope And Assignment 29 🔴 D-
Testing 83 🟡 B+
Type And Value 89 🟢 A-
Variable Naming 74 🟡 B
🔴 Code Smells — D- (25/100)

Cosine similarity scores for 1 behaviors.

Behavior Cosine Score Grade
no_dead_code_after_return -0.41 25 D-
🟡 Consistency — B+ (82/100)

Cosine similarity scores for 1 behaviors.

Behavior Cosine Score Grade
consistent_function_style 0.39 82 B+
🔴 Dependencies — E+ (19/100)

Cosine similarity scores for 1 behaviors.

Behavior Cosine Score Grade
low_coupling -0.56 19 E+
🟢 Documentation — A- (85/100)

Cosine similarity scores for 3 behaviors.

Behavior Cosine Score Grade
file_has_module_docstring 0.32 78 B+
docstring_is_nonempty 0.46 88 A-
function_has_docstring 0.47 88 A-
🟢 Error Handling — A- (91/100)

Cosine similarity scores for 3 behaviors.

Behavior Cosine Score Grade
error_message_is_descriptive 0.46 87 A-
does_not_swallow_errors 0.62 92 A-
returns_typed_error 0.66 93 A
🟠 File Structure — C- (48/100)

Cosine similarity scores for 5 behaviors.

Behavior Cosine Score Grade
single_responsibility -0.52 20 E+
line_count_under_300 -0.45 24 E+
line_length_under_120 -0.30 30 D-
has_consistent_indentation 0.28 75 B
no_magic_numbers 0.58 92 A-
🟡 Function Design — B+ (82/100)

Cosine similarity scores for 3 behaviors.

Behavior Cosine Score Grade
is_less_than_20_lines 0.33 79 B+
has_verb_in_name 0.40 83 B+
no_magic_numbers 0.40 83 B+
🟢 Naming Conventions — A- (90/100)

Cosine similarity scores for 1 behaviors.

Behavior Cosine Score Grade
function_name_is_not_single_word 0.50 90 A-
🔴 Scope And Assignment — D- (29/100)

Cosine similarity scores for 1 behaviors.

Behavior Cosine Score Grade
shadowed_by_inner_scope -0.31 29 D-
🟡 Testing — B+ (83/100)

Cosine similarity scores for 2 behaviors.

Behavior Cosine Score Grade
test_single_concept 0.28 75 B
test_name_describes_behavior 0.54 91 A-
🟢 Type And Value — A- (89/100)

Cosine similarity scores for 1 behaviors.

Behavior Cosine Score Grade
hardcoded_url_or_path 0.48 89 A-
🟡 Variable Naming — B (74/100)

Cosine similarity scores for 1 behaviors.

Behavior Cosine Score Grade
name_is_generic 0.26 74 B

@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

kind: refactoring-tasks
path: /home/runner/work/codeqa-action/codeqa-action
timestamp: 2026-09-07T04:19:22.313883Z
overall_grade: B-
overall_score: 71
task_count: 0
critical: 0
high: 0
instructions: >-
Address the tasks below in order of severity (critical first).
After each fix, run the project's test suite and confirm it passes
before moving on.

No critical or high-severity blocks need attention. ✅

…ates

Bumps the all-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache).


Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

Updates `actions/cache` from 5 to 6
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/all-actions-02325a8da5 branch from 936c705 to a204e1a Compare September 7, 2026 04:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants