Skip to content

Commit cae068b

Browse files
Merge pull request #3112 from newrelic/dev
Release 9.18.0
2 parents d7aaac1 + e43ca2d commit cae068b

File tree

75 files changed

+1965
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1965
-410
lines changed

.build_ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ README.md
2121
test/
2222
lib/tasks/bump_version.rb
2323
lib/tasks/coverage_report.rb
24+
lib/tasks/instrumentation_generator/
2425
lib/tasks/multiverse.rake
2526
lib/tasks/multiverse.rb
2627
lib/tasks/tests.rb

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: github-actions
5+
directory: "/"
6+
schedule:
7+
interval: monthly

.github/versions.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# This file is consumed by lib/tasks/gha.rake
33
ruby/setup-ruby:
4-
:tag: v1.207.0
5-
:sha: 4a9ddd6f338a97768b8006bf671dfbad383215f4
4+
:tag: v1.221.0
5+
:sha: 32110d4e311bd8996b2a82bf2a43b714ccc91777
66
actions/checkout:
77
:tag: v4.1.7
88
:sha: 692973e3d937129bcbf40652eb9f2f61becf3332
@@ -25,8 +25,8 @@ actions/download-artifact:
2525
:tag: v4.1.8
2626
:sha: fa0a91b85d4f404e444e00e005971372dc801d16
2727
actions/cache:
28-
:tag: v4.0.2
29-
:sha: 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
28+
:tag: v4.2.2
29+
:sha: d4323d4df104b026a6aa633fdb11d772146be0bf
3030
actions/github-script:
3131
:tag: v7.0.1
3232
:sha: 60a0d83039c74a4aee543508d2ffcb1c3799cdea
@@ -42,3 +42,6 @@ aquasecurity/trivy-action:
4242
github/codeql-action/upload-sarif:
4343
:tag: v3.27.0
4444
:sha: 662472033e021d55d94146f66f6058822b0b39fd
45+
actions/add-to-project:
46+
:tag: v1.0.2
47+
:sha: 244f685bbc3b7adfa8466e08b698b5577571133e
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add new issues to project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # tag 1.0.2
14+
with:
15+
project-url: https://github.com/orgs/newrelic/projects/84
16+
github-token: ${{ secrets.NEW_RELIC_RUBY_AGENT_BOT_GITHUB_ADD_TO_PROJECT_ACTION }}

0 commit comments

Comments
 (0)