Skip to content

[Superseded] Bump actions/checkout from 7.0.0 to 7.0.1 - #111

Closed
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/actions/checkout-7.0.1
Closed

[Superseded] Bump actions/checkout from 7.0.0 to 7.0.1#111
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/actions/checkout-7.0.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps 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 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)

Summary by CodeRabbit

  • Chores
    • 코드 보안 분석 워크플로의 저장소 체크아웃 단계가 최신 버전으로 업데이트되었습니다.
    • 워크플로 실행 시 인증 정보가 자동으로 유지되지 않도록 설정되어 보안이 강화되었습니다.
    • 일반적인 워크플로 사용 방식과 분석 결과에는 변경 사항이 없습니다.

Bumps [actions/checkout](https://github.com/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
...

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 27, 2026
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: fd663de1-90ff-4273-9c0f-ab08aabea9ba

📥 Commits

Reviewing files that changed from the base of the PR and between 04f9578 and 7b4a765.

📒 Files selected for processing (1)
  • .github/workflows/codeql.yml
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/codeql.yml

📝 Walkthrough

Walkthrough

CodeQL 워크플로에서 actions/checkout 참조를 v7.0.0에서 v7.0.1로 업데이트했습니다. persist-credentials: false 설정을 추가했습니다.

Changes

CodeQL 워크플로 업데이트

Layer / File(s) Summary
체크아웃 액션 참조 및 인증 설정 업데이트
.github/workflows/codeql.yml
actions/checkout 참조 커밋을 v7.0.1로 변경했습니다. 인증 정보가 유지되지 않도록 persist-credentials: false를 추가했습니다.

Estimated code review effort: 1 (매우 간단) | ~2분

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 제목은 GitHub Actions의 actions/checkout 버전 업데이트를 정확하고 간결하게 설명합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/actions/checkout-7.0.1

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/codeql.yml:
- Line 20: Update the actions/checkout step in the CodeQL workflow to set
persist-credentials to false, ensuring checkout does not retain authentication
credentials for subsequent steps.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 1664636a-5a0d-48b8-bab0-2ae46ff000e5

📥 Commits

Reviewing files that changed from the base of the PR and between 44ea282 and 04f9578.

📒 Files selected for processing (1)
  • .github/workflows/codeql.yml

Comment thread .github/workflows/codeql.yml

Copy link
Copy Markdown
Contributor

@opencode-agent Please perform an independent review of exact current head 7b4a7658254dc4fc84f7e735d2811009101c20a8. Verify the single-file immutable actions/checkout v7.0.1 update, persist-credentials: false, resolved review thread, exact-head Security Scan and Semgrep results, CodeRabbit status, and repository policy. Approve only this exact head if every required gate is complete and clean; otherwise submit actionable findings. Do not merge, update branches, or bypass protections.

@seonghobae
seonghobae enabled auto-merge (squash) August 6, 2026 01:59

Copy link
Copy Markdown
Contributor

@coderabbitai review
@opencode-agent review
@noema-agent review

Please review exact current head 7b4a7658254dc4fc84f7e735d2811009101c20a8. The one-file workflow update uses immutable actions/checkout v7.0.1, explicitly disables persisted credentials, has successful exact-head Security Scan and Semgrep results, and has zero unresolved review threads. Do not reuse predecessor-head comments as independent approval evidence.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

repo="ContextualWisdomLab/ContextualWisdomLab.github.io"
pr=111
expected_sha="7b4a7658254dc4fc84f7e735d2811009101c20a8"

echo '== Local checkout and exact commit =='
git rev-parse HEAD
git status --short
git show --no-ext-diff --format='commit=%H%nparents=%P%nsubject=%s' --stat HEAD
git diff-tree --no-commit-id --name-status -r HEAD
git diff --no-ext-diff "${expected_sha}^" "${expected_sha}" -- .github/workflows/codeql.yml
printf '\n== Workflow content ==\n'
cat -n .github/workflows/codeql.yml

echo '== Pull request metadata =='
gh pr view "$pr" --repo "$repo" --json number,url,state,isDraft,headRefOid,baseRefOid,mergeStateStatus,reviewDecision,statusCheckRollup,reviews

echo '== Pull request review threads =='
gh api graphql -F owner="${repo%%/*}" -F name="${repo#*/}" -F number="$pr" -f query='
query($owner: String!, $name: String!, $number: Int!) {
  repository(owner: $owner, name: $name) {
    pullRequest(number: $number) {
      reviewThreads(first: 100) {
        nodes {
          isResolved
          isOutdated
          path
          line
          comments(first: 10) {
            nodes { author { login } body commit { oid } createdAt }
          }
        }
      }
    }
  }
}' 

echo '== Repository policy files =='
fd -H -t f -a '^(CODEOWNERS|CONTRIBUTING(\..*)?|SECURITY(\..*)?|POLICY(\..*)?|README(\..*)?|coderabbit\.ya?ml)$' . \
  -E .git -E node_modules -E dist -E build \
  | sort
for f in $(fd -H -t f -a '^(CODEOWNERS|CONTRIBUTING(\..*)?|SECURITY(\..*)?|POLICY(\..*)?|coderabbit\.ya?ml)$' . -E .git -E node_modules -E dist -E build); do
  echo "-- $f"
  sed -n '1,240p' "$f"
done

echo '== Branch protection and repository rulesets =='
gh api "repos/$repo/branches/main/protection" 2>&1 || true
gh api "repos/$repo/rulesets" 2>&1 || true

Length of output: 22438


🏁 Script executed:

#!/bin/bash
set -euo pipefail

repo="ContextualWisdomLab/ContextualWisdomLab.github.io"
sha="7b4a7658254dc4fc84f7e735d2811009101c20a8"
base="44ea2827947d7cdde0063488f8da2ca50a373459"
pinned="3d3c42e5aac5ba805825da76410c181273ba90b1"

echo '== Complete pull request diff and changed paths =='
git diff --no-ext-diff --name-status "$base" "$sha"
git diff --no-ext-diff --check "$base" "$sha"
git diff --no-ext-diff "$base" "$sha" -- .github/workflows/codeql.yml

echo '== Upstream actions/checkout v7.0.1 ref =='
gh api "repos/actions/checkout/git/ref/tags/v7.0.1"
gh api "repos/actions/checkout/commits/v7.0.1" --jq '{sha: .sha, message: .commit.message}'
if [ "$(gh api "repos/actions/checkout/commits/v7.0.1" --jq -r .sha)" = "$pinned" ]; then
  echo 'PIN_MATCH=true'
else
  echo 'PIN_MATCH=false'
fi

echo '== Check runs associated with the requested commit =='
gh api --paginate "repos/$repo/commits/$sha/check-runs?per_page=100" \
  --jq '.check_runs[] | [.name, .status, .conclusion, .details_url, .head_sha] | `@tsv`'

echo '== Commit statuses associated with the requested commit =='
gh api "repos/$repo/commits/$sha/status" \
  --jq '{state: .state, statuses: [.statuses[] | {context, state, target_url}]}'

echo '== Active ruleset definitions =='
for id in 18156473 17921151; do
  echo "-- ruleset $id"
  gh api "repos/$repo/rulesets/$id"
done

Length of output: 11248


@seonghobae Approved for exact head 7b4a7658254dc4fc84f7e735d2811009101c20a8.

I found no actionable findings.

  • The PR changes only .github/workflows/codeql.yml.
  • actions/checkout is pinned to 3d3c42e5aac5ba805825da76410c181273ba90b1, which is upstream v7.0.1.
  • The checkout step sets persist-credentials: false.
  • The sole review thread is resolved on the requested commit.
  • Exact-SHA CodeQL, Semgrep, Security Scan, dependency review, OSV, Trivy, Scorecard, Strix, OpenCode, and Noema checks succeeded.
  • The exact-SHA CodeRabbit status succeeded.
  • The active rulesets require resolved threads and one current approval. This approval satisfies the remaining review gate.

[approve]

You are interacting with an AI system.

seonghobae
seonghobae previously approved these changes Aug 6, 2026

@seonghobae seonghobae left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved on exact head 7b4a765 after verifying the single-file immutable actions/checkout v7.0.1 pin update, explicit persist-credentials: false hardening, successful exact-head Security Scan and Semgrep workflows, successful CodeRabbit status, and zero unresolved review threads.

@seonghobae
seonghobae dismissed their stale review August 6, 2026 17:08

Dismissed because repository rules identify seonghobae as the last pusher; this approval cannot satisfy the required independent non-last-pusher review gate.

Copy link
Copy Markdown
Contributor

Superseded by #145. The current-main replacement preserves this PR's complete valid scope—immutable actions/checkout v7.0.1 plus persist-credentials: false—and consolidates the overlapping CodeQL init/analyze updates at the newer verified v4.37.6 exact commit with a test-first regression contract, doctoring, and changelog evidence. No check, review, or approval from this predecessor is reused.

@seonghobae seonghobae changed the title Bump actions/checkout from 7.0.0 to 7.0.1 [Superseded] Bump actions/checkout from 7.0.0 to 7.0.1 Aug 6, 2026
@seonghobae seonghobae closed this Aug 6, 2026
auto-merge was automatically disabled August 6, 2026 17:14

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-7.0.1 branch August 6, 2026 17:14

Copy link
Copy Markdown
Contributor

Closing as superseded by PR #145. The replacement is based on current main and carries this PR's complete valid scope (actions/checkout v7.0.1 pinned to 3d3c42e5aac5ba805825da76410c181273ba90b1 with persist-credentials: false) together with the current CodeQL pin updates, regression coverage, doctoring, and changelog. No review or check evidence from this superseded head will be reused for #145.

Copy link
Copy Markdown
Contributor

@coderabbitai review
@cwl-noema-review
@opencode-agent

Review the exact live head only. Verify every intended CodeQL checkout use resolves to immutable actions/checkout v7.0.1, persisted credentials remain disabled, no workflow permission or analysis scope is broadened, and site/build/security checks plus repository protection pass. Review only; do not update the branch, merge, release, or alter protections.

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Rate Limit Exceeded

@seonghobae have exceeded the limit for the number of chat messages per hour. Please wait 17 minutes and 53 seconds before sending another message.

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