File tree Expand file tree Collapse file tree 20 files changed +326
-1302
lines changed Expand file tree Collapse file tree 20 files changed +326
-1302
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ updates:
19
19
interval : weekly
20
20
open-pull-requests-limit : 10
21
21
commit-message :
22
- prefix : " build (deps)"
23
- prefix-development : " build (deps-dev)"
22
+ prefix : " ci (deps)"
23
+ prefix-development : " ci (deps-dev)"
24
24
reviewers :
25
25
- " qwerty541"
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
if : github.repository == 'anuraghazra/github-readme-stats'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
14
- name : Deployment Prep
15
15
run : python ./.github/workflows/deploy-prep.py
16
- - uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
16
+ - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
17
17
with :
18
18
branch : vercel
19
19
create_branch : true
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
node-version : [18.x]
18
18
19
19
steps :
20
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
21
22
22
- name : Setup Node
23
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
23
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
cache : npm
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
# NOTE: Retrieve issue templates.
30
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
31
32
32
- name : Run empty issues closer action
33
- uses : rickstaa/empty-issues-closer-action@67fade8af223e124eedb5e7c77e7df7c9a4a434c # v1.1.68
33
+ uses : rickstaa/empty-issues-closer-action@e96914613221511279ca25f50fd4acc85e331d99 # v1.1.74
34
34
env :
35
35
github_token : ${{ secrets.GITHUB_TOKEN }}
36
36
with :
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
node-version : [18.x]
30
30
31
31
steps :
32
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
34
34
- name : Setup Node
35
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
35
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
36
36
with :
37
37
node-version : ${{ matrix.node-version }}
38
38
cache : npm
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions: read-all
11
11
12
12
jobs :
13
13
analysis :
14
+ if : github.repository == 'anuraghazra/github-readme-stats'
14
15
name : Scorecard analysis
15
16
runs-on : ubuntu-latest
16
17
permissions :
@@ -21,12 +22,12 @@ jobs:
21
22
22
23
steps :
23
24
- name : " Checkout code"
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
26
with :
26
27
persist-credentials : false
27
28
28
29
- name : " Run analysis"
29
- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
30
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
30
31
with :
31
32
results_file : results.sarif
32
33
results_format : sarif
35
36
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
36
37
# format to the repository Actions tab.
37
38
- name : " Upload artifact"
38
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
39
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
39
40
with :
40
41
name : SARIF file
41
42
path : results.sarif
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
node-version : [18.x]
31
31
32
32
steps :
33
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
35
35
- name : Setup Node
36
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
36
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
37
37
with :
38
38
node-version : ${{ matrix.node-version }}
39
39
cache : npm
40
40
41
- - uses : bahmutov/npm-install@d476752204653fb5cce6c09db0eaf220761f5d9e # v1.8.37
41
+ - uses : bahmutov/npm-install@e5c7e14408aa6089501de32bd16123b41738047e # v1.10.2
42
42
with :
43
43
useLockFile : false
44
44
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
28
28
- name : Cleanup
29
29
run : |
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
36
36
node-version : [18.x]
37
37
38
38
steps :
39
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
40
41
41
- name : Setup Node
42
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
42
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
43
43
with :
44
44
node-version : ${{ matrix.node-version }}
45
45
cache : npm
46
46
47
- - uses : bahmutov/npm-install@d476752204653fb5cce6c09db0eaf220761f5d9e # v1.8.37
47
+ - uses : bahmutov/npm-install@e5c7e14408aa6089501de32bd16123b41738047e # v1.10.2
48
48
with :
49
49
useLockFile : false
50
50
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
node-version : [18.x]
19
19
20
20
steps :
21
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
23
23
- name : Setup Node
24
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
24
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
27
cache : npm
44
44
npm run format:check
45
45
46
46
- name : Code Coverage
47
- uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
47
+ uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Run top issues action
37
- uses : rickstaa/top-issues-action@eefb38db8e2fa93f349623f5fc987daf7816ffbd # v1.3.93
37
+ uses : rickstaa/top-issues-action@7e8dda5d5ae3087670f9094b9724a9a091fc3ba1 # v1.3.101
38
38
env :
39
39
github_token : ${{ secrets.GITHUB_TOKEN }}
40
40
with :
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
node-version : [18.x]
37
37
38
38
steps :
39
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
40
41
41
- name : Setup Node
42
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
42
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
43
43
with :
44
44
node-version : ${{ matrix.node-version }}
45
45
cache : npm
53
53
run : npm run generate-langs-json
54
54
55
55
- name : Create Pull Request if upstream language file is changed
56
- uses : peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
56
+ uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
57
57
with :
58
58
commit-message : " refactor: update languages JSON"
59
59
branch : " update_langs/patch"
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
npm test
5
2
npm run lint
6
3
npx lint-staged
You can’t perform that action at this time.
0 commit comments