File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout TUF
14- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
14+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1515
1616 - name : Set up Python (oldest supported version)
1717 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
4848
4949 steps :
5050 - name : Checkout TUF
51- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
51+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5252
5353 - name : Set up Python ${{ matrix.python-version }}
5454 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout TUF
14- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
14+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Original file line number Diff line number Diff line change 1818 needs : test
1919 steps :
2020 - name : Checkout release tag
21- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2222 with :
2323 ref : ${{ github.event.workflow_run.head_branch }}
2424
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
26+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2727
2828 - name : Initialize CodeQL
2929 uses : github/codeql-action/init@v3 # unpinned since this is not security critical
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : ' Checkout Repository'
19- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
19+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2020 - name : ' Dependency Review'
2121 uses : actions/dependency-review-action@v4 # unpinned since this is not security critical
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : " Checkout code"
25- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2626
2727 - name : " Run analysis"
2828 uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
Original file line number Diff line number Diff line change 1414 outputs :
1515 version : ${{ steps.get-version.outputs.version }}
1616 steps :
17- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
17+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1818 - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
1919 with :
2020 python-version : " 3.x"
You can’t perform that action at this time.
0 commit comments