File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
45+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3131 - run : pip install nox coverage
3232
3333 - name : Checkout base branch
34- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
34+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3535 with :
3636 ref : ${{ github.base_ref }}
3737
4444 coverage erase
4545
4646 - name : Checkout PR branch
47- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
47+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4848 with :
4949 ref : ${{ github.event.pull_request.head.sha }}
5050 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 2828 issues : write
2929 pull-requests : write
3030 steps :
31- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
31+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3232 - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3333 run : pip install nox
3434
3535 - name : Checkout code
36- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
36+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3737
3838 - name : Run nox lint session
3939 run : nox --sessions lint
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : " Checkout code"
38- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
38+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3939 with :
4040 persist-credentials : false
4141
5757 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858 # format to the repository Actions tab.
5959 - name : " Upload artifact"
60- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
60+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6161 with :
6262 name : SARIF file
6363 path : results.sarif
Original file line number Diff line number Diff line change 4444 pull-requests : write
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
47+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4848
4949 - name : Setup Python ${{ matrix.python-version }}
5050 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
@@ -153,7 +153,7 @@ jobs:
153153 pull-requests : write
154154 steps :
155155 - name : Checkout code
156- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
156+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
157157
158158 - name : Setup Python ${{ matrix.python-version }}
159159 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
You can’t perform that action at this time.
0 commit comments