File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
id : extract_branch
26
26
27
27
- name : Checkout branch
28
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # @v4.2.0
28
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # @v4.2.1
29
29
with :
30
30
ref : ${{ steps.extract_branch.outputs.branch }}
31
31
path : ${{ steps.extract_branch.outputs.branch }}
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Check out the code
18
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # @v4.2.0
18
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # @v4.2.1
19
19
- name : Install NodeJs # Install Software NodeJs
20
20
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # @v4.0.4
21
21
with :
31
31
name : gitleaks
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
34
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
35
35
with :
36
36
fetch-depth : 0
37
37
- uses : gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5
47
47
- scan
48
48
steps :
49
49
- name : Checkout main
50
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
50
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
51
51
52
52
- name : Set up Python 3.9
53
53
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Check out the code
18
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # @v4.2.0
18
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # @v4.2.1
19
19
20
20
- name : Install NodeJs # Install Software NodeJs
21
21
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # @v4.0.4
You can’t perform that action at this time.
0 commit comments