Commit a6a2bd3 1 parent 9ea35ba commit a6a2bd3 Copy full SHA for a6a2bd3
File tree 10 files changed +20
-20
lines changed
10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ runs:
47
47
48
48
- name : Upload junit reports
49
49
if : ${{ !cancelled() }}
50
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
50
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
51
51
with :
52
52
name : junit-${{ inputs.alias }}-${{ inputs.container-id }}
53
53
path : tmp/rspec/*.xml
54
54
55
55
- name : Upload coverage data
56
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
56
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
57
57
with :
58
58
name : coverage-${{ inputs.alias }}-${{ inputs.container-id }}
59
59
path : coverage
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ runs:
29
29
bundle lock
30
30
echo "lockfile=$LOCKFILE" >> "$GITHUB_OUTPUT"
31
31
- name : Upload lockfile
32
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
32
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
33
33
with :
34
34
name : ${{ steps.lockfile.outputs.lockfile }}
35
35
path : " *.lock"
36
36
- name : Restore cache
37
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
37
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
38
38
id : restore-cache
39
39
with :
40
40
key : bundle-${{ runner.os }}-${{ runner.arch }}-${{ steps.ruby-alias.outputs.ruby-alias }}-${{ hashFiles('*.lock') }}
44
44
run : bundle install
45
45
- if : steps.restore-cache.outputs.cache-hit != 'true'
46
46
name : Save cache
47
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
47
+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
48
48
with :
49
49
key : " ${{ steps.restore-cache.outputs.cache-primary-key }}"
50
50
path : " /usr/local/bundle"
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ runs:
15
15
using : composite
16
16
steps :
17
17
- name : Download lockfile
18
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
18
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
19
19
with :
20
20
name : ${{ inputs.lockfile }}
21
21
22
22
- name : Restore cache
23
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
23
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
24
24
id : restore-cache
25
25
with :
26
26
key : " ${{ inputs.cache-key }}"
Original file line number Diff line number Diff line change 36
36
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
with :
38
38
persist-credentials : false
39
- - uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
39
+ - uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
40
40
with :
41
41
ruby-version : ' 3.2'
42
42
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
87
87
- name : List gem
88
88
run : |
89
89
find pkg
90
- - uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
90
+ - uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
91
91
with :
92
92
ruby-version : ' 3.2'
93
93
- name : Install gem
Original file line number Diff line number Diff line change 34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
37
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -45,10 +45,10 @@ jobs:
45
45
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
46
46
# If this step fails, then you should remove it and run the build manually
47
47
- name : Autobuild
48
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
48
+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
51
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
52
52
53
53
complete :
54
54
name : CodeQL (complete)
Original file line number Diff line number Diff line change 19
19
persist-credentials : false
20
20
21
21
- name : Set up Ruby
22
- uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
22
+ uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
23
23
with :
24
24
ruby-version : " 3.3"
25
25
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
with :
22
22
persist-credentials : false
23
- - uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
23
+ - uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
24
24
with :
25
25
ruby-version : ' 3.3.7'
26
26
@@ -117,7 +117,7 @@ jobs:
117
117
with :
118
118
persist-credentials : false
119
119
- name : Set up Ruby
120
- uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
120
+ uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
121
121
with :
122
122
ruby-version : ' 3.3.7'
123
123
- run : bundle install
@@ -161,7 +161,7 @@ jobs:
161
161
persist-credentials : false
162
162
fetch-depth : 0
163
163
- name : Set up Ruby
164
- uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
164
+ uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
165
165
with :
166
166
ruby-version : ' 3.3.7'
167
167
- run : bundle install
Original file line number Diff line number Diff line change 43
43
# head rubies
44
44
- if : ${{ matrix.ruby == 'head' }}
45
45
run : sed -i~ -e '/spec\.required_ruby_version/d' datadog.gemspec
46
- - uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
46
+ - uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
47
47
with :
48
48
ruby-version : ${{ matrix.ruby }}
49
49
rubygems : 3.3.26
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
with :
20
20
persist-credentials : false
21
- - uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
21
+ - uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
22
22
with :
23
23
ruby-version : 3.4.1
24
24
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
33
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
with :
35
35
persist-credentials : false
36
- - uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # Adds 3.4-asan builds
36
+ - uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # Adds 3.4-asan builds
37
37
with :
38
38
ruby-version : 3.4-asan
39
39
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 49
49
# head rubies
50
50
- if : ${{ matrix.ruby == 'head' }}
51
51
run : sed -i~ -e '/spec\.required_ruby_version/d' datadog.gemspec
52
- - uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222 .0
52
+ - uses : ruby/setup-ruby@bbda85882f33075a3727c01e3c8d0de0be6146ce # v1.224 .0
53
53
with :
54
54
ruby-version : ${{ matrix.ruby }}
55
55
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
You can’t perform that action at this time.
0 commit comments