Skip to content

Commit a950541

Browse files
committed
update shared and composite workflow paths
newrelic org @ main
1 parent 7919611 commit a950541

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/fossa-caos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
check_env:
8-
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@reusable
8+
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
99
secrets:
1010
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1111

@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
ssh-private-key: ${{ secrets.CAOS_RUST_CRATE_FOSSA }}
3030
- id: fossa-cli
31-
uses: newrelic-csec/.github/.github/composite/fossa-composite@reusable
31+
uses: newrelic/.github/.github/composite/fossa-composite@main

.github/workflows/fossa-default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
check_env:
8-
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@reusable
8+
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
99
secrets:
1010
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1111

@@ -24,4 +24,4 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626
- id: fossa-cli
27-
uses: newrelic-csec/.github/.github/composite/fossa-composite@reusable
27+
uses: newrelic/.github/.github/composite/fossa-composite@main

.github/workflows/fossa-elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
check_env:
8-
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@reusable
8+
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
99
secrets:
1010
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1111

@@ -28,4 +28,4 @@ jobs:
2828
otp-version: '26'
2929
elixir-version: '1.15'
3030
- id: fossa-cli
31-
uses: newrelic-csec/.github/.github/composite/fossa-composite@reusable
31+
uses: newrelic/.github/.github/composite/fossa-composite@main

.github/workflows/fossa-gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
check_env:
8-
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@reusable
8+
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
99
secrets:
1010
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1111

@@ -47,4 +47,4 @@ jobs:
4747
- name: Setup Gradle options
4848
run: echo "GRADLE_OPTIONS=--console=plain --parallel -Porg.gradle.java.installations.auto-detect=false -Porg.gradle.java.installations.fromEnv=JAVA_HOME_8_X64,JAVA_HOME_11_X64,JAVA_HOME_17_X64,JAVA_HOME_21_X64" >> $GITHUB_ENV
4949
- id: fossa-cli
50-
uses: newrelic-csec/.github/.github/composite/fossa-composite@reusable
50+
uses: newrelic/.github/.github/composite/fossa-composite@main

.github/workflows/fossa-ruby-bundler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
check_env:
8-
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@reusable
8+
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
99
secrets:
1010
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1111

@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
ruby-version: '3.2'
2929
- id: fossa-cli
30-
uses: newrelic-csec/.github/.github/composite/fossa-composite@reusable
30+
uses: newrelic/.github/.github/composite/fossa-composite@main

.github/workflows/fossa-scala.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
check_env:
8-
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@reusable
8+
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
99
secrets:
1010
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1111

@@ -24,9 +24,9 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Download newrelic.jar
27-
if: ${{ github.repository == 'newrelic-csec/newrelic-java-examples' }}
27+
if: ${{ github.repository == 'newrelic/newrelic-java-examples' }}
2828
run: |
2929
mkdir newrelic-java-agent/scala/segment-api-synchronous/libs
3030
curl https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic.jar --output newrelic-java-agent/scala/segment-api-synchronous/libs/newrelic.jar
3131
- id: fossa-cli
32-
uses: newrelic-csec/.github/.github/composite/fossa-composite@reusable
32+
uses: newrelic/.github/.github/composite/fossa-composite@main

0 commit comments

Comments
 (0)