File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
2424
2525 # Initializes the CodeQL tools for scanning.
2626 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2828 - ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
31+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3232
3333 - name : Use Node.js ${{ matrix.node-version }}
3434 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5656 id-token : write # Required for OIDC
5757
5858 steps :
59- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
59+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
6060 with :
6161 fetch-depth : 0 # Need all git history & tags to determine next release version.
6262 persist-credentials : false
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : ' Checkout code'
31- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
31+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3232 with :
3333 persist-credentials : false
3434
You can’t perform that action at this time.
0 commit comments