File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 # Steps represent a sequence of tasks that will be executed as part of the job
2828 steps :
2929 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3131 with :
3232 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
3333 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 # Steps represent a sequence of tasks that will be executed as part of the job
2222 steps :
2323 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2525 with :
2626 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2727 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments