File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
commitlint :
11
14
runs-on : ubuntu-latest
12
15
steps :
13
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
17
with :
15
18
fetch-depth : 100
16
- - uses : wagoid/commitlint-github-action@v5
19
+ - uses : wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
lint :
11
14
name : Lint using ESLint
12
15
runs-on : ubuntu-latest
13
16
steps :
14
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
18
- name : Use latest Node.js LTS
16
- uses : actions/setup-node@v4
19
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
17
20
with :
18
21
node-version : lts/*
19
22
- name : Install dependencies
23
26
24
27
test :
25
28
name : Test on Node.js
26
- uses : pkgjs /action/.github/workflows/node-test.yaml@v0
29
+ uses : aduh95 /action/.github/workflows/node-test.yaml@b93ad1a9fbde06f18c2f78e753d7efde85b9043c # v0.1.10
27
30
with :
28
31
runs-on : ubuntu-latest, macos-latest
29
32
test-command : npm run coverage:ci
Original file line number Diff line number Diff line change 14
14
outputs :
15
15
release_created : ${{ steps.release.outputs.release_created }}
16
16
steps :
17
- - uses : googleapis/release-please-action@v4
17
+ - uses : googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
18
18
id : release
19
19
with :
20
20
release-type : node
24
24
if : ${{ needs.release-please.outputs.release_created }}
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v4
28
- - uses : actions/setup-node@v4
27
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
29
29
with :
30
30
node-version : lts/*
31
31
registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments