File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14
14
- uses : MH4GF/shared-config/.github/composite-actions/setup-pnpm@main
15
15
with :
16
16
node-version-file : .node-version
Original file line number Diff line number Diff line change 23
23
contents : write
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27
27
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
28
28
- run : |
29
29
git config --local user.name "GitHub Actions"
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
41
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
13
13
14
14
- uses : MH4GF/shared-config/.github/composite-actions/setup-pnpm@main
15
15
with :
Original file line number Diff line number Diff line change 9
9
pull-requests : write
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
13
13
- uses : ./
14
14
with :
15
15
package-manager : pnpm
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout code
20
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
21
21
with :
22
22
ref : ${{ github.event.pull_request.head.ref }}
23
23
token : ${{ secrets.MH4GF_PAT }}
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ inputs:
23
23
runs :
24
24
using : composite
25
25
steps :
26
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27
27
- id : changed-files
28
- uses : tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 # v42.0.5
28
+ uses : tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 # v42.1.0
29
29
with :
30
30
path : ${{ inputs.working-directory }}
31
31
diff_relative : true
You can’t perform that action at this time.
0 commit comments