File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
+ with :
12
+ persist-credentials : false
11
13
- name : Rustup
12
14
run : |
13
15
rustup install stable
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
10
+ with :
11
+ persist-credentials : false
10
12
- name : Rustup
11
13
run : |
12
14
rustup install --profile minimal stable
Original file line number Diff line number Diff line change 7
7
- " **/Cargo.toml"
8
8
- " **/Cargo.lock"
9
9
10
- # Declare default permissions as read only.
11
- permissions : read-all
10
+ permissions : {}
12
11
13
12
jobs :
14
13
audit :
19
18
runs-on : ubuntu-latest
20
19
steps :
21
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
+ with :
22
+ persist-credentials : false
22
23
- name : Generate lockfile
23
24
run : cargo generate-lockfile
24
25
- uses : rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
+ with :
12
+ persist-credentials : false
11
13
- name : Rustup
12
14
run : |
13
15
rustup install --profile minimal stable
21
23
runs-on : ubuntu-latest
22
24
steps :
23
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ with :
27
+ persist-credentials : false
24
28
- name : Rustup
25
29
run : |
26
30
rustup install --profile minimal stable
35
39
runs-on : ubuntu-latest
36
40
steps :
37
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
+ with :
43
+ persist-credentials : false
38
44
- name : Rustup
39
45
run : |
40
46
rustup install --profile minimal stable
48
54
runs-on : ubuntu-latest
49
55
steps :
50
56
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
+ with :
58
+ persist-credentials : false
51
59
- name : Rustup (nightly)
52
60
run : |
53
61
rustup install --profile minimal nightly
61
69
runs-on : ubuntu-latest
62
70
steps :
63
71
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
+ with :
73
+ persist-credentials : false
64
74
- name : Rustup
65
75
run : |
66
76
rustup install --profile minimal stable
75
85
runs-on : ubuntu-latest
76
86
steps :
77
87
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
88
+ with :
89
+ persist-credentials : false
78
90
- name : Rustup
79
91
run : |
80
92
rustup install --profile minimal stable
You can’t perform that action at this time.
0 commit comments