Skip to content

Commit 2e7059a

Browse files
fix(deps): pin dependencies
1 parent 01037be commit 2e7059a

16 files changed

Lines changed: 186 additions & 204 deletions

File tree

.github/workflows/bump-versions-and-tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
version_packages:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222
with:
2323
# Need custom service user token to allow bypassing default branch protection rules
2424
# to push a bumped version directly to default branch (master/main)
2525
token: ${{ secrets.SERVICE_USER_GIT_TOKEN }}
2626

2727
- name: Configure git credentials
28-
uses: OleksiyRudenko/gha-git-credentials@v2
28+
uses: OleksiyRudenko/gha-git-credentials@6132cfce45156e2c1562673f9be1a91a575ce879 # v2
2929
with:
3030
token: ${{ secrets.SERVICE_USER_GIT_TOKEN }}
3131

32-
- uses: actions/setup-node@v4
32+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3333
with:
3434
node-version: "24.x"
3535

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222

2323
steps:
24-
- uses: actions/checkout@v4
25-
- uses: actions/setup-node@v4
24+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
25+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2626
with:
2727
node-version: ${{ matrix.node_version }}
2828
cache: 'npm'

.github/workflows/commitlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
commitlint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: wagoid/commitlint-github-action@v6
17+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
18+
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
1919
with:
2020
# https://github.com/wagoid/commitlint-github-action?tab=readme-ov-file#commitdepth
2121
commitDepth: '1'

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1818
with:
1919
node-version: '24.x'
2020
# This `registry-url` resolves an issue with lerna publishing:
@@ -37,6 +37,6 @@ jobs:
3737
run: node ./scripts/extract-last-ver-changelog.mjs
3838

3939
- name: Release
40-
uses: softprops/action-gh-release@v2
40+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
4141
with:
4242
body_path: last-ver-changelog.txt

0 commit comments

Comments
 (0)