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 43
43
44
44
steps :
45
45
- name : Checkout repository
46
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
46
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 34
34
BRANCH_NAME: ${{ github.ref }}
35
35
REPO_NAME: ${{ github.repository }}
36
36
- name : Check out repository code
37
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
38
- name : Install poetry
39
39
run : pipx install poetry
40
40
- name : Set up Python
@@ -100,7 +100,7 @@ jobs:
100
100
BRANCH_NAME: ${{ github.ref }}
101
101
REPO_NAME: ${{ github.repository }}
102
102
- name : Check out repository code
103
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
103
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104
104
- name : Install poetry
105
105
run : pipx install poetry
106
106
- name : Set up Python
@@ -139,7 +139,7 @@ jobs:
139
139
if : contains('refs/heads/main', github.ref)
140
140
steps :
141
141
- name : Check out repository code
142
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
142
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
143
143
- name : Set up Python
144
144
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
145
145
with :
Original file line number Diff line number Diff line change 31
31
BRANCH_NAME: ${{ github.ref }}
32
32
REPO_NAME: ${{ github.repository }}
33
33
- name : Check out repository code
34
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
- name : Install poetry
36
36
run : pipx install poetry
37
37
- name : Set up Python
55
55
id-token : write # required for requesting the JWT (GitHub OIDC)
56
56
steps :
57
57
- name : Check out repository code
58
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
59
- name : Install poetry
60
60
run : pipx install poetry
61
61
- name : Set up Python
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
with :
37
37
persist-credentials : false
38
38
You can’t perform that action at this time.
0 commit comments