File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
egress-policy : audit
34
34
35
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
35
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
36
36
37
37
- name : Set up Python
38
38
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
Original file line number Diff line number Diff line change 46
46
egress-policy : audit
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
49
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 22
22
egress-policy : audit
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
25
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 32
32
repositories : ' ${{ env.FLUX_REPO }}'
33
33
34
34
- name : Checkout Flux repo
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
repository : ' ${{ env.FLUX_OWNER }}/${{ env.FLUX_REPO }}'
38
38
token : ' ${{ steps.app-token.outputs.token }}'
@@ -120,7 +120,7 @@ jobs:
120
120
repositories : ' ${{ env.FLUX_REPO }}'
121
121
122
122
- name : Checkout Flux repo
123
- uses : actions/checkout@v4
123
+ uses : actions/checkout@v5
124
124
with :
125
125
repository : ' ${{ env.FLUX_OWNER }}/${{ env.FLUX_REPO }}'
126
126
token : ' ${{ steps.app-token.outputs.token }}'
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
38
38
Original file line number Diff line number Diff line change 43
43
with :
44
44
egress-policy : audit
45
45
46
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
46
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
47
47
with :
48
48
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
49
49
Original file line number Diff line number Diff line change 18
18
with :
19
19
egress-policy : audit
20
20
21
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
21
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
22
22
23
23
- name : Set up Python 3.13
24
24
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
Original file line number Diff line number Diff line change 12
12
release :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
- name : Create GitHub App token
18
18
uses : actions/create-github-app-token@v2
You can’t perform that action at this time.
0 commit comments