File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- name : Datadog CI CLI cache
32
32
id : dd-ci-cli-cache
33
- uses : actions/cache@v3
33
+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
34
34
with :
35
35
path : ./datadog-ci
36
36
key : datadog-ci-cli-${{ env.DD_CI_CLI_BUILD }}
Original file line number Diff line number Diff line change 7
7
runs :
8
8
using : " composite"
9
9
steps :
10
- - uses : actions/setup-go@v4
10
+ - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
11
11
with :
12
12
go-version : ${{ inputs.go-version }}
13
13
cache : false
20
20
# perhaps network activity occasionally.
21
21
- name : Cache go
22
22
id : cache-go
23
- uses : actions/cache@v3
23
+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
24
24
with :
25
25
path : |
26
26
/home/runner/.cache/go-build
Original file line number Diff line number Diff line change 6
6
version : 2
7
7
updates :
8
8
- package-ecosystem : " github-actions"
9
- directory : " /"
9
+ directories :
10
+ - " /"
11
+ - " /.github/actions/*"
10
12
schedule :
11
13
interval : " monthly"
12
14
groups :
You can’t perform that action at this time.
0 commit comments