Skip to content

Bump actions/checkout from 4 to 7 - #3

Merged
alsyundawy merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Jul 30, 2026
Merged

Bump actions/checkout from 4 to 7#3
alsyundawy merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 4 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

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 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 [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v7)

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

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

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 2 0 0 0.36s
❌ ACTION zizmor 2 0 17 0 1.85s
✅ COPYPASTE jscpd yes no no 0.42s
✅ REPOSITORY betterleaks yes no no 1.01s
✅ REPOSITORY checkov yes no no 22.11s
✅ REPOSITORY devskim yes no no 1.68s
✅ REPOSITORY dustilock yes no no 0.03s
✅ REPOSITORY gitleaks yes no no 0.96s
✅ REPOSITORY git_diff yes no no 0.07s
✅ REPOSITORY grype yes no no 62.67s
✅ REPOSITORY kingfisher yes no no 10.55s
✅ REPOSITORY osv-scanner yes no no 0.23s
✅ REPOSITORY secretlint yes no no 0.62s
✅ REPOSITORY syft yes no no 1.97s
✅ REPOSITORY trivy yes no no 13.08s
✅ REPOSITORY trivy-sbom yes no no 0.21s
✅ REPOSITORY trufflehog yes no no 4.49s
✅ SPELL cspell 3 0 0 3.14s
✅ SPELL lychee 2 0 0 0.14s
✅ YAML prettier 2 0 0 0 0.6s
✅ YAML v8r 2 0 0 2.85s
✅ YAML yamllint 2 0 0 0.57s

Detailed Issues

❌ ACTION / zizmor - 17 errors
INFO zizmor: 🌈 zizmor v1.25.0
 INFO audit: zizmor: 🌈 completed .github/workflows/codeql.yml
 INFO audit: zizmor: 🌈 completed .github/workflows/jekyll-gh-pages.yml
help[artipacked]: credential persistence through GitHub Actions artifacts
  --> .github/workflows/codeql.yml:34:9
   |
34 |         - name: Checkout repository
   |  _________^
35 | |         uses: actions/checkout@v7
   | |_________________________________^ does not set persist-credentials: false
   |
   = note: audit confidence → Low
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#artipacked

error[unpinned-uses]: unpinned action reference
  --> .github/workflows/codeql.yml:35:15
   |
35 |         uses: actions/checkout@v7
   |               ^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#unpinned-uses

error[unpinned-uses]: unpinned action reference
  --> .github/workflows/codeql.yml:38:15
   |
38 |         uses: github/codeql-action/init@v4
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#unpinned-uses

error[unpinned-uses]: unpinned action reference
  --> .github/workflows/codeql.yml:55:15
   |
55 |         uses: github/codeql-action/analyze@v4
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#unpinned-uses

help[artipacked]: credential persistence through GitHub Actions artifacts
  --> .github/workflows/jekyll-gh-pages.yml:29:9
   |
29 |         - name: Checkout
   |  _________^
30 | |         uses: actions/checkout@v7
   | |_________________________________^ does not set persist-credentials: false
   |
   = note: audit confidence → Low
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#artipacked

error[excessive-permissions]: overly broad permissions
  --> .github/workflows/jekyll-gh-pages.yml:15:3
   |
15 |   pages: write
   |   ^^^^^^^^^^^^ pages: write is overly broad at the workflow level
   |
   = note: audit confidence → High
   = help: audit documentation → https://docs.zizmor.sh/audits/#excessive-permissions

error[excessive-permissions]: overly broad permissions
  --> .github/workflows/jekyll-gh-pages.yml:16:3
   |
16 |   id-token: write
   |   ^^^^^^^^^^^^^^^ id-token: write is overly broad at the workflow level
   |
   = note: audit confidence → High
   = help: audit documentation → https://docs.zizmor.sh/audits/#excessive-permissions

error[unpinned-uses]: unpinned action reference
  --> .github/workflows/jekyll-gh-pages.yml:30:15
   |
30 |         uses: actions/checkout@v7
   |               ^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#unpinned-uses

error[unpinned-uses]: unpinned action reference
  --> .github/workflows/jekyll-gh-pages.yml:32:15
   |
32 |         uses: actions/configure-pages@v5
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#unpinned-uses

error[unpinned-uses]: unpinned action reference
  --> .github/workflows/jekyll-gh-pages.yml:34:15
   |
34 |         uses: actions/jekyll-build-pages@v1
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#unpinned-uses

error[unpinned-uses]: unpinned action reference
  --> .github/workflows/jekyll-gh-pages.yml:39:15
   |
39 |         uses: actions/upload-pages-artifact@v3
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#unpinned-uses

error[unpinned-uses]: unpinned action reference
  --> .github/workflows/jekyll-gh-pages.yml:51:15
   |
51 |         uses: actions/deploy-pages@v5
   |               ^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High
   = note: this finding has an auto-fix
   = help: audit documentation → https://docs.zizmor.sh/audits/#unpinned-uses

17 findings (5 suppressed, 10 unsafe fixes): 0 informational, 2 low, 0 medium, 10 high
No fixes available to apply (10 held back by safe mode). Use --fix=unsafe or --fix=all to apply unsafe fixes.

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@alsyundawy
alsyundawy merged commit 503292c into main Jul 30, 2026
7 of 10 checks passed
@alsyundawy
alsyundawy deleted the dependabot/github_actions/actions/checkout-7 branch July 30, 2026 17:26
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