Skip to content

Commit 24b17a2

Browse files
chore(actions): relock drifted action pins (#58)
Regenerates `.github/workflows/actions.lock` only — every workflow file is byte-identical. The lockfile had drifted: recorded pins no longer matched the refs the workflows name. This run used `--relock --no-onboard --no-narrow --no-migrate-local-actions`, and the commit was gated on an assert that the changed-path set is **exactly** the lockfile. Repos where the tool wanted to touch a `.yml` were rejected by that assert and are handled separately. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_0178nN4Nm3neFRy5K9StZKnB Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 161f249 commit 24b17a2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/actions.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ version: 'v0.0.2'
55
workflows:
66
'.github/workflows/codeql.yml':
77
- 'actions/checkout@v7.0.1'
8-
- 'github/codeql-action@v4.37.9'
8+
- 'github/codeql-action@v4.38.0'
99
'.github/workflows/governance.yml': []
1010
'.github/workflows/hypatia-scan.yml': []
1111
'.github/workflows/label-triage.yml': []
1212
'.github/workflows/labels.yml': []
1313
'.github/workflows/push-email-notify.yml':
14-
- 'hyperpolymath/smtp-notify-action@v0.2.0'
14+
- 'hyperpolymath/smtp-notify-action@v0.3.0'
1515
'.github/workflows/secret-scanner.yml': []
1616
dependencies:
1717
'actions/checkout@v7.0.1':
1818
ref: 'v7.0.1'
1919
commit: 'sha1-3d3c42e5aac5ba805825da76410c181273ba90b1'
2020
owner_id: 44036562
2121
repo_id: 197814629
22-
'github/codeql-action@v4.37.9':
23-
ref: 'v4.37.9'
24-
commit: 'sha1-cdf488f595d80d6e07e03d4674febd5ab45fa938'
22+
'github/codeql-action@v4.38.0':
23+
ref: 'v4.38.0'
24+
commit: 'sha1-b96794f015dfd88f77b49b1c93e0fa7110f94c63'
2525
owner_id: 9919
2626
repo_id: 259445878
27-
'hyperpolymath/smtp-notify-action@v0.2.0':
28-
ref: 'v0.2.0'
29-
commit: 'sha1-ede1191ef6ff3ac02c4f4d9efdf837ee517e11d7'
27+
'hyperpolymath/smtp-notify-action@v0.3.0':
28+
ref: 'v0.3.0'
29+
commit: 'sha1-22e7bdb322c430c1d0dac6b3bb307f4bb139d0be'
3030
owner_id: 6759885
3131
repo_id: 1352485172

0 commit comments

Comments
 (0)