Skip to content

Commit

Permalink
change called workflows to newrelic-csec
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr committed May 28, 2024
1 parent a950541 commit c75631f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fossa-caos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
check_env:
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@main
secrets:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

Expand All @@ -28,4 +28,4 @@ jobs:
with:
ssh-private-key: ${{ secrets.CAOS_RUST_CRATE_FOSSA }}
- id: fossa-cli
uses: newrelic/.github/.github/composite/fossa-composite@main
uses: newrelic-csec/.github/.github/composite/fossa-composite@main
4 changes: 2 additions & 2 deletions .github/workflows/fossa-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
check_env:
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@main
secrets:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

Expand All @@ -24,4 +24,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: fossa-cli
uses: newrelic/.github/.github/composite/fossa-composite@main
uses: newrelic-csec/.github/.github/composite/fossa-composite@main
4 changes: 2 additions & 2 deletions .github/workflows/fossa-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
check_env:
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@main
secrets:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

Expand All @@ -28,4 +28,4 @@ jobs:
otp-version: '26'
elixir-version: '1.15'
- id: fossa-cli
uses: newrelic/.github/.github/composite/fossa-composite@main
uses: newrelic-csec/.github/.github/composite/fossa-composite@main
4 changes: 2 additions & 2 deletions .github/workflows/fossa-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
check_env:
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@main
secrets:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Setup Gradle options
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
- id: fossa-cli
uses: newrelic/.github/.github/composite/fossa-composite@main
uses: newrelic-csec/.github/.github/composite/fossa-composite@main
4 changes: 2 additions & 2 deletions .github/workflows/fossa-ruby-bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
check_env:
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@main
secrets:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

Expand All @@ -27,4 +27,4 @@ jobs:
with:
ruby-version: '3.2'
- id: fossa-cli
uses: newrelic/.github/.github/composite/fossa-composite@main
uses: newrelic-csec/.github/.github/composite/fossa-composite@main
12 changes: 6 additions & 6 deletions .github/workflows/fossa-scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
check_env:
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@main
secrets:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

Expand All @@ -23,10 +23,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Download newrelic.jar
if: ${{ github.repository == 'newrelic/newrelic-java-examples' }}
- name: Download newrelic-csec.jar
if: ${{ github.repository == 'newrelic-csec/newrelic-csec-java-examples' }}
run: |
mkdir newrelic-java-agent/scala/segment-api-synchronous/libs
curl https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic.jar --output newrelic-java-agent/scala/segment-api-synchronous/libs/newrelic.jar
mkdir newrelic-csec-java-agent/scala/segment-api-synchronous/libs
curl https://download.newrelic-csec.com/newrelic-csec/java-agent/newrelic-csec-agent/current/newrelic-csec.jar --output newrelic-csec-java-agent/scala/segment-api-synchronous/libs/newrelic-csec.jar
- id: fossa-cli
uses: newrelic/.github/.github/composite/fossa-composite@main
uses: newrelic-csec/.github/.github/composite/fossa-composite@main

0 comments on commit c75631f

Please sign in to comment.