File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 31
31
requireScope : false
32
32
wip : true
33
33
34
- -
uses :
marocchino/[email protected] .0
34
+ - uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
35
35
# When the previous steps fails, the workflow would stop. By adding this
36
36
# condition you can continue the execution with the populated error message.
37
37
if : always() && (steps.lint_pr_title.outputs.error_message != null)
53
53
54
54
# Delete a previous comment when the issue has been resolved
55
55
- if : ${{ steps.lint_pr_title.outputs.error_message == null }}
56
- uses :
marocchino/[email protected] .0
56
+ uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
57
57
with :
58
58
header : pr-title-lint-error
59
59
GITHUB_TOKEN : ${{ github.token }}
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@6641d4ba5b684fffe195b9820345de1bf19f3181 # v3.89.2
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