File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3434 BRANCH_NAME: ${{ github.ref }}
3535 REPO_NAME: ${{ github.repository }}
3636 - name : Check out repository code
37- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
3838 - name : Install poetry
3939 run : pipx install poetry
4040 - name : Set up Python
@@ -100,7 +100,7 @@ jobs:
100100 BRANCH_NAME: ${{ github.ref }}
101101 REPO_NAME: ${{ github.repository }}
102102 - name : Check out repository code
103- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
103+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
104104 - name : Install poetry
105105 run : pipx install poetry
106106 - name : Set up Python
@@ -139,7 +139,7 @@ jobs:
139139 if : contains('refs/heads/main', github.ref)
140140 steps :
141141 - name : Check out repository code
142- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
142+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
143143 - name : Set up Python
144144 uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
145145 with :
Original file line number Diff line number Diff line change 3131 BRANCH_NAME: ${{ github.ref }}
3232 REPO_NAME: ${{ github.repository }}
3333 - name : Check out repository code
34- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
3535 - name : Install poetry
3636 run : pipx install poetry
3737 - name : Set up Python
5555 id-token : write # required for requesting the JWT (GitHub OIDC)
5656 steps :
5757 - name : Check out repository code
58- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
58+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
5959 - name : Install poetry
6060 run : pipx install poetry
6161 - name : Set up Python
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : " Checkout code"
35- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments