Skip to content

Commit 5de7f8e

Browse files
chore(deps): pin dependencies (#1130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de63252 commit 5de7f8e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
matrix:
1717
node-version: [18.x, 20.x, 22.x]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
with:
2121
fetch-depth: 0
2222
submodules: recursive
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727

@@ -39,11 +39,11 @@ jobs:
3939
runs-on: ubuntu-latest
4040

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343
with:
4444
fetch-depth: 0
4545
submodules: recursive
46-
- uses: actions/setup-node@v4
46+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
4747
with:
4848
# we need 'fetch' for this test, which is only in 18+
4949
node-version: 18

.github/workflows/lint-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v5
15+
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
1616
id: lint_pr_title
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- uses: marocchino/sticky-pull-request-comment@v2
20+
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
2121
# When the previous steps fails, the workflow would stop. By adding this
2222
# condition you can continue the execution with the populated error message.
2323
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -34,7 +34,7 @@ jobs:
3434
```
3535
# Delete a previous comment when the issue has been resolved
3636
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
37-
uses: marocchino/sticky-pull-request-comment@v2
37+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
3838
with:
3939
header: pr-title-lint-error
4040
delete: true

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
# Release-please creates a PR that tracks all changes
1111
steps:
12-
- uses: google-github-actions/release-please-action@v3
12+
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
1313
id: release
1414
with:
1515
command: manifest
@@ -19,7 +19,7 @@ jobs:
1919
# The logic below handles the npm publication:
2020
- name: Checkout Repository
2121
if: ${{ steps.release.outputs.releases_created }}
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323
with:
2424
fetch-depth: 0
2525
submodules: recursive
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
github_token: ${{ github.token }}
3030
- name: Setup Node
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
3232
if: ${{ steps.release.outputs.releases_created }}
3333
with:
3434
node-version: 18

0 commit comments

Comments
 (0)