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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
1616 - name : Set up Python 3
1717 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
2121 - name : Set up Python 3
2222 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333 with :
3434 persist-credentials : false
3535
You can’t perform that action at this time.
0 commit comments