File tree 6 files changed +17
-17
lines changed
6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
23
- - uses : actions/setup-dotnet@v4
23
+ - uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
24
24
with :
25
25
dotnet-version : ' 7.0.101'
26
26
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
with :
17
17
fetch-depth : 0
18
18
19
- - uses : actions/setup-dotnet@v4
19
+ - uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
20
20
with :
21
21
dotnet-version : ' 7.0.101'
22
22
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
19
- - uses : actions/setup-dotnet@v4
19
+ - uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
20
20
with :
21
21
dotnet-version : ' 7.0.101'
22
22
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
with :
21
21
fetch-depth : 1
22
22
submodules : true
23
23
24
24
- name : Restore build cache
25
- uses : actions/cache/restore@v4
25
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
26
26
with :
27
27
path : |
28
28
~/.cargo/bin/
49
49
cp -v "$CARGO_TARGET_DIR/$triplet/release/libdatadog_php_profiling.so" "$(php-config --extension-dir)/datadog-profiling.so"
50
50
51
51
- name : Cache build dependencies
52
- uses : actions/cache/save@v4
52
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
53
53
with :
54
54
path : |
55
55
~/.cargo/bin/
Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
with :
23
23
fetch-depth : 1
24
24
submodules : true
25
25
26
26
- name : Setup PHP
27
- uses : shivammathur/setup-php@2 .32.0
27
+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 .32.0
28
28
with :
29
29
php-version : ${{ matrix.php-version }}
30
30
extensions : ${{ matrix.extensions }}
31
31
env :
32
32
phpts : ${{ matrix.phpts }}
33
33
34
34
- name : Restore build cache
35
- uses : actions/cache/restore@v4
35
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
36
36
with :
37
37
path : |
38
38
~/.cargo/bin/
57
57
cargo rustc --features="trigger_time_sample" --release --crate-type=cdylib
58
58
59
59
- name : Cache build dependencies
60
- uses : actions/cache/save@v4
60
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
61
61
with :
62
62
path : |
63
63
~/.cargo/bin/
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : Install PHP
21
- uses : shivammathur/setup-php@2 .32.0
21
+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 .32.0
22
22
with :
23
23
php-version : ' 8.3'
24
24
@@ -38,12 +38,12 @@ jobs:
38
38
run : git diff
39
39
40
40
- name : Create Pull Request
41
- uses : peter-evans/create-pull-request@v7
41
+ uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
42
42
with :
43
43
token : ${{ secrets.GITHUB_TOKEN }}
44
44
commit-message : " chore: update latest versions"
45
45
title : " chore: update latest versions"
46
46
branch : " update-latest-versions"
47
47
base : " master"
48
48
delete-branch : true
49
- body : This PR updates the latest pinned versions of the test dependencies.
49
+ body : This PR updates the latest pinned versions of the test dependencies.
You can’t perform that action at this time.
0 commit comments