diff --git a/.github/workflows/nr1_lib_deprecations.yml b/.github/workflows/nr1_lib_deprecations.yml index 2965857..f874f40 100644 --- a/.github/workflows/nr1_lib_deprecations.yml +++ b/.github/workflows/nr1_lib_deprecations.yml @@ -17,6 +17,8 @@ jobs: - name: Checkout Self if: ${{ steps.default-branch.outputs.result == 'true' }} uses: actions/checkout@v2 + with: + persist-credentials: false - name: Run Repolinter if: ${{ steps.default-branch.outputs.result == 'true' }} uses: newrelic/repolinter-action@v1 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 418f7fd..9b1bfd9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + persist-credentials: false - name: Setup node uses: actions/setup-node@v1 @@ -49,6 +51,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + persist-credentials: false - name: Setup node uses: actions/setup-node@v1 @@ -95,6 +99,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + persist-credentials: false - name: Setup node uses: actions/setup-node@v1 @@ -125,6 +131,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + persist-credentials: false - name: Validate Open Source Files uses: newrelic/validate-nerdpack-action@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4dc116..0919b21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + persist-credentials: false - name: Setup Node.js uses: actions/setup-node@v1 @@ -55,6 +57,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 2 + persist-credentials: false - name: Setup Node.js uses: actions/setup-node@v1 @@ -166,6 +169,7 @@ jobs: uses: actions/checkout@v2 with: ref: main + persist-credentials: false - name: Setup Node.js uses: actions/setup-node@v1 diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index d1ba2b2..275e1ff 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -21,6 +21,8 @@ jobs: - name: Checkout Self if: ${{ steps.default-branch.outputs.result == 'true' }} uses: actions/checkout@v2 + with: + persist-credentials: false - name: Run Repolinter if: ${{ steps.default-branch.outputs.result == 'true' }} uses: newrelic/repolinter-action@v1