Skip to content

Commit b4da9b7

Browse files
committed
Tests: refresh checkout v4 live fixture
1 parent 0a7eaaa commit b4da9b7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

test/integration/run.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def golden_json_diff(expected, actual, path)
346346

347347
# ── Fixture data ────────────────────────────────────────────────────────
348348

349-
CHECKOUT_SHA = "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
349+
CHECKOUT_SHA = "11d5960a326750d5838078e36cf38b85af677262"
350350
SETUP_GO_SHA = "4a3601121dd01d1626a1e23e37211e3254c1c06c"
351351
CACHE_SHA = "27d5ce7f107fe9357f9df03efb73ab90386fccae"
352352
MAIN_BRANCH_SHA = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

test/scenarios/catalog.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ scenarios:
16871687
hash_algo: sha1
16881688
nwo: actions/checkout
16891689
ref: v4
1690-
sha: de0fac2e4500dabe0009e67214ff5f5447ce83dd
1690+
sha: 11d5960a326750d5838078e36cf38b85af677262
16911691
findings: []
16921692
path: .github/workflows/ci.yml
16931693
valid: true
@@ -1782,7 +1782,7 @@ scenarios:
17821782
hash_algo: sha1
17831783
nwo: actions/checkout
17841784
ref: v4
1785-
sha: de0fac2e4500dabe0009e67214ff5f5447ce83dd
1785+
sha: 11d5960a326750d5838078e36cf38b85af677262
17861786
findings:
17871787
- category: onboarding-required
17881788
confidence: high
@@ -1860,7 +1860,7 @@ scenarios:
18601860
hash_algo: sha1
18611861
nwo: actions/checkout
18621862
ref: v4
1863-
sha: de0fac2e4500dabe0009e67214ff5f5447ce83dd
1863+
sha: 11d5960a326750d5838078e36cf38b85af677262
18641864
findings: []
18651865
path: .github/workflows/ci.yml
18661866
valid: true
@@ -1937,7 +1937,7 @@ scenarios:
19371937
- "version: 'v0.0.2'"
19381938
- "'actions/checkout@v4':"
19391939
- "ref: 'v4'"
1940-
- "commit: 'sha1-de0fac2e4500dabe0009e67214ff5f5447ce83dd'"
1940+
- "commit: 'sha1-11d5960a326750d5838078e36cf38b85af677262'"
19411941

19421942
- name: dbot_impostor_blocks
19431943
category: dependabot
@@ -1993,7 +1993,7 @@ scenarios:
19931993
- category: unreachable-pin
19941994
confidence: high
19951995
dependency: actions/checkout@v4
1996-
detail: "pinned de0fac2e4500 is not an ancestor of bbbbbbbbbbbb \u2014 lockfile may have been tampered with"
1996+
detail: "pinned 11d5960a3267 is not an ancestor of bbbbbbbbbbbb \u2014 lockfile may have been tampered with"
19971997
doc_url: "https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-third-party-actions"
19981998
remediation: "investigate immediately \u2014 verify the lockfile entry against upstream history"
19991999
severity: error
@@ -2042,7 +2042,7 @@ scenarios:
20422042
- "'actions/checkout@main':"
20432043
- "ref: 'main'"
20442044
- "commit: 'sha1-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'"
2045-
lockfile_comment_excludes: "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
2045+
lockfile_comment_excludes: "11d5960a326750d5838078e36cf38b85af677262"
20462046

20472047
- name: onboard_roundtrip_v002
20482048
category: onboarding

0 commit comments

Comments
 (0)