File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 fail-fast : false # Don't cancel other jobs when one job fails
2222 runs-on : ${{ matrix.os }}
2323 steps :
24- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525 - name : Set up Python ${{ env.PYTHON_VERSION }}
2626 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
2727 with :
Original file line number Diff line number Diff line change 2525 compiler : gcc # GCC is an alias for clang on the MacOS image.
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929 - name : Set up Python ${{ env.PYTHON_VERSION }}
3030 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
3131 with :
Original file line number Diff line number Diff line change 4646 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4747
4848 - name : Checkout repository
49- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3434 coverage-linux :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3838 with :
3939 persist-credentials : false
4040 - name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 2222 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2323
2424 - name : ' Checkout Repository'
25- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626 - name : ' Dependency Review'
2727 uses : actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
Original file line number Diff line number Diff line change 1515
1616 runs-on : ${{ matrix.os }}
1717 steps :
18- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1919 with :
2020 fetch-depth : 0
2121 - run : git branch -a
Original file line number Diff line number Diff line change 3636 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3737
3838 - name : " Checkout code"
39- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040 with :
4141 persist-credentials : false
4242
You can’t perform that action at this time.
0 commit comments