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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
46+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
37+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3838 - name : Install poetry
3939 run : pipx install poetry
4040 - name : Set up Python
9999 BRANCH_NAME: ${{ github.ref }}
100100 REPO_NAME: ${{ github.repository }}
101101 - name : Check out repository code
102- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
102+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
103103 - name : Install poetry
104104 run : pipx install poetry
105105 - name : Set up Python
@@ -138,7 +138,7 @@ jobs:
138138 if : contains('refs/heads/main', github.ref)
139139 steps :
140140 - name : Check out repository code
141- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
141+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
142142 - name : Set up Python
143143 uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
144144 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
34+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
58+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
35+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments