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 - #1444

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

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions-dependencies group across 1 directory#1444
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 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 │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ .github/actions/generate-blog-post/package-lock.json │    npm     │        0        │         -         │    -    │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ .github/actions/share-blog-post/package-lock.json    │    npm     │        0        │         -         │    -    │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ .github/actions/validate-manifest/package-lock.json  │    npm     │        2        │         -         │    -    │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ application/package-lock.json                        │    npm     │        4        │         -         │    -    │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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.


.github/actions/validate-manifest/package-lock.json (npm)
=========================================================
Total: 2 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 2, CRITICAL: 0)

┌──────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────────┬────────────────────────────────────────────────────────────┐
│ Library  │ Vulnerability  │ Severity │ Status │ Installed Version │    Fixed Version    │                           Title                            │
├──────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────────┼────────────────────────────────────────────────────────────┤
│ fast-uri │ CVE-2026-13676 │ HIGH     │ fixed  │ 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                 │
└──────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────────┴────────────────────────────────────────────────────────────┘

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

┌─────────────────┬─────────────────────┬──────────┬────────┬───────────────────┬──────────────────────┬──────────────────────────────────────────────────────────────┐
│     Library     │    Vulnerability    │ Severity │ Status │ Installed Version │    Fixed Version     │                            Title                             │
├─────────────────┼─────────────────────┼──────────┼────────┼───────────────────┼──────────────────────┼──────────────────────────────────────────────────────────────┤
│ astro           │ GHSA-4g3v-8h47-v7g6 │ MEDIUM   │ fixed  │ 7.0.7             │ 7.1.0                │ Astro: Reflected XSS via unescaped View Transition animation │
│                 │                     │          │        │                   │                      │ properties                                                   │
│                 │                     │          │        │                   │                      │ https://github.com/advisories/GHSA-4g3v-8h47-v7g6            │
├─────────────────┼─────────────────────┼──────────┤        ├───────────────────┼──────────────────────┼──────────────────────────────────────────────────────────────┤
│ brace-expansion │ CVE-2026-13149      │ HIGH     │        │ 5.0.6             │ 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                   │
├─────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼──────────────────────────────────────────────────────────────┤
│ 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            │
│                 │                     │          │        ├───────────────────┤                      │                                                              │
│                 │                     │          │        │ 4.0.1             │                      │                                                              │
│                 │                     │          │        │                   │                      │                                                              │
│                 │                     │          │        │                   │                      │                                                              │
└─────────────────┴─────────────────────┴──────────┴────────┴───────────────────┴──────────────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Code Coverage Report

Coverage Results

Test Results

Status Count
✅ Passed 27
❌ Failed 0
⏭️ Skipped 0
Total 27

Pass Rate: 100.0%

Coverage

Metric Covered Total Percentage
Lines 100 108 92.59%
Branches 93 103 90.29%
Functions 20 21 95.24%

Overall: 92.59% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜

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 force-pushed the dependabot/github_actions/github-actions-dependencies-7a5a078ad4 branch from 4e3d0c2 to 11e46a1 Compare July 31, 2026 15:24
@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 │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ .github/actions/generate-blog-post/package-lock.json │    npm     │        0        │         -         │    -    │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ .github/actions/share-blog-post/package-lock.json    │    npm     │        0        │         -         │    -    │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ .github/actions/validate-manifest/package-lock.json  │    npm     │        2        │         -         │    -    │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ application/package-lock.json                        │    npm     │        4        │         -         │    -    │
├──────────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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.


.github/actions/validate-manifest/package-lock.json (npm)
=========================================================
Total: 2 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 2, CRITICAL: 0)

┌──────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────────┬────────────────────────────────────────────────────────────┐
│ Library  │ Vulnerability  │ Severity │ Status │ Installed Version │    Fixed Version    │                           Title                            │
├──────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────────┼────────────────────────────────────────────────────────────┤
│ fast-uri │ CVE-2026-13676 │ HIGH     │ fixed  │ 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                 │
└──────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────────┴────────────────────────────────────────────────────────────┘

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

┌─────────────────┬─────────────────────┬──────────┬────────┬───────────────────┬──────────────────────┬────────────────────────────────────────────────────────────┐
│     Library     │    Vulnerability    │ Severity │ Status │ Installed Version │    Fixed Version     │                           Title                            │
├─────────────────┼─────────────────────┼──────────┼────────┼───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ brace-expansion │ CVE-2026-13149      │ HIGH     │ fixed  │ 5.0.6             │ 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                 │
│                 ├─────────────────────┤          │        │                   ├──────────────────────┼────────────────────────────────────────────────────────────┤
│                 │ CVE-2026-14257      │          │        │                   │ 5.0.8                │ brace-expansion through 5.0.7 is vulnerable to denial of   │
│                 │                     │          │        │                   │                      │ service via m ......                                       │
│                 │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-14257                 │
├─────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼────────────────────────────────────────────────────────────┤
│ 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          │
│                 │                     │          │        ├───────────────────┤                      │                                                            │
│                 │                     │          │        │ 4.0.1             │                      │                                                            │
│                 │                     │          │        │                   │                      │                                                            │
│                 │                     │          │        │                   │                      │                                                            │
└─────────────────┴─────────────────────┴──────────┴────────┴───────────────────┴──────────────────────┴────────────────────────────────────────────────────────────┘

@neilime
neilime merged commit f5d1ae9 into main Jul 31, 2026
46 of 49 checks passed
@neilime
neilime deleted the dependabot/github_actions/github-actions-dependencies-7a5a078ad4 branch July 31, 2026 16:13
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