File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
name : code_format
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18
18
- uses : oven-sh/setup-bun@v2
19
19
- name : Install Dependencies
20
20
run : bun install
25
25
name : spelling
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
29
29
- uses : oven-sh/setup-bun@v2
30
30
- name : Install Dependencies
31
31
run : bun install
36
36
name : markdown_lint
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40
40
- uses : oven-sh/setup-bun@v2
41
41
- name : Install Dependencies
42
42
run : bun install
47
47
name : code_lint
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
51
51
- uses : oven-sh/setup-bun@v2
52
52
- name : Install Dependencies
53
53
run : bun install
Original file line number Diff line number Diff line change 19
19
outputs :
20
20
output_urls : " ${{ steps.preview_deploy.outputs.urls }}"
21
21
steps :
22
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23
23
24
24
- uses : oven-sh/setup-bun@v2
25
25
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
environment : production
24
24
steps :
25
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
26
26
with :
27
27
persist-credentials : false # <--- checking this in commit context
28
28
Original file line number Diff line number Diff line change 23
23
environment : staging
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
27
27
with :
28
28
ref : " ${{ github.event.inputs.ref }}"
29
29
Original file line number Diff line number Diff line change 13
13
if : ${{ github.event.repository.full_name == github.repository }} && {{ !contains(github.event.head_commit.message, "skip ci") }}
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
17
17
with :
18
18
fetch-depth : 0
19
19
persist-credentials : false
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout code
10
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .1
10
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2 .1
11
11
with :
12
12
fetch-depth : 0
13
13
- name : TruffleHog OSS
14
- uses : trufflesecurity/trufflehog@f2a0ea0b70288cf25ba46d906034417555a207a8 # v3.69.0
14
+ uses : trufflesecurity/trufflehog@59c615a5e9001224d1dd4049f92f046ca620498c # v3.82.7
15
15
with :
16
16
path : ./
17
17
base : ${{ github.event.repository.default_branch }}
You can’t perform that action at this time.
0 commit comments