Skip to content

Commit 2b8c58d

Browse files
authored
ci: pin GitHub Actions to SHA digests (#249)
Refs #248
1 parent 07df959 commit 2b8c58d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
name: Build and package
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222

23-
- uses: actions/setup-node@v6
23+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2424
with:
2525
node-version: 22
2626
cache: "npm"
@@ -37,30 +37,30 @@ jobs:
3737
- name: Generate documentation
3838
run: npm run docgen
3939

40-
- uses: actions/upload-artifact@v7
40+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
4141
with:
4242
name: docs
4343
path: docs
4444

45-
- uses: actions/upload-artifact@v7
45+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
4646
with:
4747
name: python
4848
path: dist/python/*
4949

50-
- uses: actions/upload-artifact@v7
50+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5151
with:
5252
name: js
5353
path: dist/js/*
5454

55-
- uses: actions/upload-artifact@v7
55+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5656
with:
5757
name: jsii
5858
path: .jsii
5959

6060
- name: Get Release Bot Token
6161
id: get-token
6262
if: ${{ inputs.release && github.actor != 'dependabot[bot]' }}
63-
uses: getsentry/action-github-app-token@v3
63+
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3
6464
with:
6565
app_id: ${{ secrets.DS_RELEASE_BOT_ID }}
6666
private_key: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)