Skip to content

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions-dependencies group across 1 directory - #1295

Merged
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-7a5a078ad4
Jul 25, 2026
Merged

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions-dependencies group across 1 directory#1295
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-7a5a078ad4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions-dependencies group with 1 update in the / directory: actions/checkout.

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

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

Dependabot compatibility score

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 <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-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
...

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 24, 2026
@github-actions

Copy link
Copy Markdown

Hi, thank you for creating your PR, we will check it out very soon

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌───────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│            Target             │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├───────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ application/package-lock.json │    npm     │        9        │         -         │    -    │
├───────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                    │ dockerfile │        -        │         0         │    -    │
└───────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.69/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


application/package-lock.json (npm)
===================================
Total: 9 (UNKNOWN: 0, LOW: 1, MEDIUM: 2, HIGH: 6, CRITICAL: 0)

┌────────────────────┬─────────────────────┬──────────┬────────┬───────────────────┬──────────────────────┬────────────────────────────────────────────────────────────┐
│      Library       │    Vulnerability    │ Severity │ Status │ Installed Version │    Fixed Version     │                           Title                            │
├────────────────────┼─────────────────────┼──────────┼────────┼───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ body-parser        │ CVE-2026-12590      │ LOW      │ fixed  │ 1.20.5            │ 1.20.6, 2.3.0        │ body-parser: body-parser: Denial of Service via invalid    │
│                    │                     │          │        │                   │                      │ limit option                                               │
│                    │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-12590                 │
├────────────────────┼─────────────────────┼──────────┤        ├───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ brace-expansion    │ CVE-2026-13149      │ HIGH     │        │ 1.1.13            │ 5.0.7, 1.1.16, 2.1.2 │ brace-expansion: Brace-expansion: Denial of Service due to │
│                    │                     │          │        │                   │                      │ exponential-time complexity                                │
│                    │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-13149                 │
├────────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ fast-uri           │ CVE-2026-13676      │          │        │ 3.1.2             │ 4.0.1, 3.1.3, 2.4.2  │ fast-uri: fast-uri: Security policy bypass due to improper │
│                    │                     │          │        │                   │                      │ Unicode hostname canonicalization                          │
│                    │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-13676                 │
│                    ├─────────────────────┤          │        │                   ├──────────────────────┼────────────────────────────────────────────────────────────┤
│                    │ CVE-2026-16221      │          │        │                   │ 2.4.3, 3.1.4, 4.1.1  │ Impact: fast-uri versions from 2.3.1 through 4.1.0         │
│                    │                     │          │        │                   │                      │ (including the 3.x ......                                  │
│                    │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-16221                 │
├────────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ js-yaml            │ CVE-2026-59869      │          │        │ 4.2.0             │ 3.15.0, 4.3.0        │ js-yaml: js-yaml: Denial of Service via crafted YAML       │
│                    │                     │          │        │                   │                      │ documents                                                  │
│                    │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-59869                 │
├────────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ shell-quote        │ CVE-2026-13311      │          │        │ 1.8.4             │ 1.9.0                │ shell-quote: shell-quote/parse: shell-quote: Denial of     │
│                    │                     │          │        │                   │                      │ Service due to inefficient input parsing                   │
│                    │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-13311                 │
├────────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ svgo               │ GHSA-2p49-hgcm-8545 │          │        │ 3.3.3             │ 2.8.3, 3.3.4, 4.0.2  │ SVGO removeScripts plugin leaves some executable scripts   │
│                    │                     │          │        │                   │                      │ intact                                                     │
│                    │                     │          │        │                   │                      │ https://github.com/advisories/GHSA-2p49-hgcm-8545          │
├────────────────────┼─────────────────────┼──────────┤        ├───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ webpack-dev-server │ CVE-2026-14620      │ MEDIUM   │        │ 5.2.5             │ 5.2.6                │ webpack-dev-server: webpack-dev-server: Arbitrary file     │
│                    │                     │          │        │                   │                      │ opening and denial of service via exposed developer...     │
│                    │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-14620                 │
│                    ├─────────────────────┤          │        │                   │                      ├────────────────────────────────────────────────────────────┤
│                    │ CVE-2026-14631      │          │        │                   │                      │ webpack-dev-server: webpack-dev-server: Denial of Service  │
│                    │                     │          │        │                   │                      │ via malformed headers                                      │
│                    │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-14631                 │
└────────────────────┴─────────────────────┴──────────┴────────┴───────────────────┴──────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Code Coverage Report

Coverage Results

Coverage

Metric Covered Total Percentage
Lines 12 12 100.00%
Branches 3 3 100.00%
Functions 8 8 100.00%

Overall: 100.00% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩

@neilime
neilime merged commit db6dba0 into main Jul 25, 2026
53 of 55 checks passed
@neilime
neilime deleted the dependabot/github_actions/github-actions-dependencies-7a5a078ad4 branch July 25, 2026 15:35
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.

1 participant