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 2020 - windows-2022
2121 runs-on : ${{ matrix.os }}
2222 steps :
23- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
23+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2424 - name : Set up Python ${{ env.PYTHON_VERSION }}
2525 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
2626 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
28+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
49+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
37+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2626 - name : ' Dependency Review'
2727 uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
Original file line number Diff line number Diff line change 1515
1616 runs-on : ${{ matrix.os }}
1717 steps :
18- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
39+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4040 with :
4141 persist-credentials : false
4242
You can’t perform that action at this time.
0 commit comments