Skip to content

Commit 91db748

Browse files
authored
Merge pull request #9522 from BitGo/inf-2712-pin-third-party-actions
fix(ci): pin claude-code-action and socketdev/action to commit SHAs
2 parents c258e56 + 7be5cf7 commit 91db748

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
node-version: [20.x, 22.x, 24.x]
6363

6464
steps:
65-
- uses: socketdev/action@v1
65+
- uses: socketdev/action@937f824ec476dfd164d4a4d9995751427b0be143 # v1.3.0
6666
with:
6767
mode: firewall-free
6868

@@ -132,7 +132,7 @@ jobs:
132132
check: ['lint', 'format', 'commit-lint', 'dependencies', 'scripts']
133133

134134
steps:
135-
- uses: socketdev/action@v1
135+
- uses: socketdev/action@937f824ec476dfd164d4a4d9995751427b0be143 # v1.3.0
136136
with:
137137
mode: firewall-free
138138

@@ -189,7 +189,7 @@ jobs:
189189
if: always() && (needs.changes.result == 'skipped' || needs.changes.outputs.source == 'true')
190190

191191
steps:
192-
- uses: socketdev/action@v1
192+
- uses: socketdev/action@937f824ec476dfd164d4a4d9995751427b0be143 # v1.3.0
193193
with:
194194
mode: firewall-free
195195

@@ -385,7 +385,7 @@ jobs:
385385
if: always() && (needs.changes.result == 'skipped' || needs.changes.outputs.docker == 'true')
386386

387387
steps:
388-
- uses: socketdev/action@v1
388+
- uses: socketdev/action@937f824ec476dfd164d4a4d9995751427b0be143 # v1.3.0
389389
with:
390390
mode: firewall-free
391391

.github/workflows/iyarc-prune.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Run Claude Code (Bedrock)
7272
id: claude
73-
uses: anthropics/claude-code-action@v1
73+
uses: anthropics/claude-code-action@459ad358ae43fea66bfefd0a1f8d840b4b9791fb # v1.0.194
7474
with:
7575
prompt: ${{ steps.agent.outputs.content }}
7676
use_commit_signing: 'true'

0 commit comments

Comments
 (0)