File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
24
24
25
25
# Initializes the CodeQL tools for scanning.
26
26
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 23
23
- ubuntu-latest
24
24
25
25
steps :
26
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
27
27
28
28
- name : Use Node.js ${{ matrix.node-version }}
29
29
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
50
50
pull-requests : write # to be able to comment on released pull requests
51
51
52
52
steps :
53
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
54
54
with :
55
55
fetch-depth : 0 # Need all git history & tags to determine next release version.
56
56
persist-credentials : false
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : ' Checkout code'
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
32
32
with :
33
33
persist-credentials : false
34
34
You can’t perform that action at this time.
0 commit comments