File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-24.04
1212 steps :
1313 - name : Check out the codebase
14- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515
1616 - name : Set up Python 3
1717 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Check out the codebase
19- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020
2121 - name : Set up Python 3
2222 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
5555 steps :
5656 - name : Check out the codebase
5757 if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
58- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5959
6060 - name : Set up Python 3
6161 if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
Original file line number Diff line number Diff line change 2929 # checks: read # To detect SAST tools
3030 steps :
3131 - name : Check out the codebase
32- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333 with :
3434 persist-credentials : false
3535
You can’t perform that action at this time.
0 commit comments