File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
egress-policy : audit
48
48
49
49
- name : Checkout repository
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : " Checkout Repository"
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
17
17
- name : " Dependency Review"
18
18
uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 21
21
with :
22
22
egress-policy : audit
23
23
24
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25
25
26
26
- name : Report inactive collaborators
27
27
id : inactive
Original file line number Diff line number Diff line change 15
15
github.actor != 'github-merge-queue[bot]'
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
- uses : ./actions/notify-on-push
20
20
with :
21
21
webhook : ${{ secrets.SLACK_WEBHOOK }}
Original file line number Diff line number Diff line change 38
38
egress-policy : audit
39
39
40
40
- name : Git Checkout
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
42
with :
43
43
persist-credentials : false
44
44
You can’t perform that action at this time.
0 commit comments