Skip to content

Commit c2f114f

Browse files
chore: R-16 toolchain pin + reconciliation (#105)
Reconciles local R-16 history with origin per owner rulings R-20/R-21/R-24/R-29. Pin conversion (.tool-versions -> .mise.toml) kept; sweep rows reverted per the 2026-08-28 TSV. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents b898428 + a17242c commit c2f114f

6 files changed

Lines changed: 14 additions & 17 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [main, master]
99
schedule:
10-
- cron: '0 6 * * 1'
10+
- cron: '0 6 1 * *' # monthly 1st 06:00 UTC
1111

1212
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
1313
# updates do not pile up queued runs against the shared account-wide

.github/workflows/push-email-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Send push notification email
18-
uses: dawidd6/action-send-mail@0bbdab096651ee93f37ec02383e088183d41ff0b # pinned
18+
uses: dawidd6/action-send-mail@6e502825a508b867ab2954ad6343b68787624c01 # pinned
1919
with:
2020
server_address: ${{ secrets.SMTP_HOST }}
2121
server_port: ${{ secrets.SMTP_PORT }}

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ permissions:
1414

1515
jobs:
1616
rust-ci:
17-
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@8dc2bf039d1ff0372d650895c46bea7fbaec68ff
17+
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236

.github/workflows/scorecard.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@ permissions:
1111

1212
jobs:
1313
scorecard:
14-
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
15-
permissions:
16-
contents: read
17-
security-events: write
18-
id-token: write
14+
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e

.mise.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[tools]
2+
# = "Uncomment and customize for your project"
3+
# = "rust nightly"
4+
# = "just 1.40.0"
5+
# = "nickel 1.10.0"
6+
# = "gleam 1.8.0"
7+
# = "elixir 1.18.0"
8+
# = "erlang 27.2"
9+
# = "zig 0.14.0"
10+
# = "idris2 0.7.0"

.tool-versions

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)