Skip to content

Commit 5531e04

Browse files
authored
chore: pin GitHub Actions to full-length commit SHAs (#31)
1 parent cf003ac commit 5531e04

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/changelog-preview.yml

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

1515
jobs:
1616
changelog-preview:
17-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2
17+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # v2
1818
secrets: inherit

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
git config --global --add safe.directory "*"
204204
205205
- name: Setup python
206-
uses: actions/setup-python@v5
206+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
207207
if: ${{ !contains(matrix.container, 'alpine') }}
208208
id: python-setup
209209
with:
@@ -268,7 +268,7 @@ jobs:
268268
run: yarn build:lib
269269

270270
- name: Archive Binary
271-
uses: actions/upload-artifact@v4
271+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
272272
with:
273273
name: stack-trace-${{ matrix.binary }}
274274
path: ${{ github.workspace }}/lib/stack-trace-${{matrix.binary}}.node
@@ -293,7 +293,7 @@ jobs:
293293
run: yarn build:lib
294294

295295
- name: Extract Prebuilt Binaries
296-
uses: actions/download-artifact@v4
296+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
297297
with:
298298
pattern: stack-trace-*
299299
path: ${{ github.workspace }}/lib/
@@ -303,7 +303,7 @@ jobs:
303303
run: yarn build:tarball
304304

305305
- name: Archive artifacts
306-
uses: actions/upload-artifact@v4
306+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
307307
with:
308308
name: ${{ github.sha }}
309309
retention-days: 90
@@ -335,7 +335,7 @@ jobs:
335335
- name: Install dependencies
336336
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
337337
- name: Download Tarball
338-
uses: actions/download-artifact@v4
338+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
339339
with:
340340
name: ${{ github.sha }}
341341
- name: Run tests

0 commit comments

Comments
 (0)