6868 id-token : write # mint the OIDC token for hort-auth
6969 pull-requests : write # triage posts the diagnosis comment
7070 steps :
71- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
71+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
7272 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
7373 - uses : ./.github/actions/hort-auth
7474 id : hort_auth
9898 contents : read
9999 id-token : write # mint the OIDC token for hort-auth
100100 steps :
101- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
101+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
102102
103103 # Route cargo fetches through registry.hort.rs when the instance is live.
104104 # No-op when vars.HORT_PROXY_ENABLED is unset (see action guard step).
@@ -159,7 +159,7 @@ jobs:
159159 contents : read
160160 id-token : write # required to mint the OIDC token for hort-auth
161161 steps :
162- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
162+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
163163
164164 # Route cargo fetches through registry.hort.rs when the instance is live.
165165 - uses : ./.github/actions/hort-auth
@@ -185,7 +185,7 @@ jobs:
185185 # tests skip when DATABASE_URL is unset (parity with the GitLab
186186 # `test:coverage` job, which also runs no Postgres / no migrations).
187187 steps :
188- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
188+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
189189
190190 # Route cargo fetches through registry.hort.rs when the instance is live.
191191 - uses : ./.github/actions/hort-auth
@@ -456,7 +456,7 @@ jobs:
456456 --health-retries 10
457457
458458 steps :
459- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
459+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
460460
461461 # Route cargo fetches through registry.hort.rs when the instance is live.
462462 - uses : ./.github/actions/hort-auth
@@ -486,7 +486,7 @@ jobs:
486486 runs-on : ubuntu-latest
487487 timeout-minutes : 10
488488 steps :
489- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
489+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
490490
491491 - name : Verify .cargo/audit.toml ↔ deny.toml ignore-list parity
492492 run : bash scripts/check-advisory-sync.sh
@@ -499,7 +499,7 @@ jobs:
499499 runs-on : ubuntu-latest
500500 timeout-minutes : 15
501501 steps :
502- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
502+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
503503
504504 - name : Install helm
505505 uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
@@ -514,7 +514,7 @@ jobs:
514514 runs-on : ubuntu-latest
515515 timeout-minutes : 15
516516 steps :
517- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
517+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
518518
519519 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
520520 with :
@@ -544,7 +544,7 @@ jobs:
544544 runs-on : ubuntu-latest
545545 timeout-minutes : 15
546546 steps :
547- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
547+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
548548
549549 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
550550 with :
@@ -568,7 +568,7 @@ jobs:
568568 runs-on : ubuntu-latest
569569 timeout-minutes : 15
570570 steps :
571- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
571+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
572572
573573 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
574574 with :
0 commit comments