diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d1b904d35..c6be444009 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 with: ruby-version: 3.4 @@ -40,7 +40,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -121,7 +121,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -222,7 +222,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -320,7 +320,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -411,7 +411,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -494,7 +494,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -591,7 +591,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: Install Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 @@ -633,7 +633,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 with: ruby-version: 3.4 diff --git a/.github/workflows/ci_cron.yml b/.github/workflows/ci_cron.yml index e0c8aa46a9..02d9c07228 100644 --- a/.github/workflows/ci_cron.yml +++ b/.github/workflows/ci_cron.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 with: ruby-version: 3.4 @@ -41,7 +41,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -133,7 +133,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -214,7 +214,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -293,7 +293,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -366,7 +366,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -430,7 +430,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -510,7 +510,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: Install Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 @@ -541,7 +541,7 @@ jobs: runs-on: ubuntu-22.04 if: always() steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - uses: ./.github/actions/workflow-conclusion - uses: voxmedia/github-action-slack-notify-build@373da97827332b19e753c84d1e5b7937dbe0fbfa # tag v2 if: ${{ env.WORKFLOW_CONCLUSION == 'failure' && github.event_name != 'workflow_dispatch' }} @@ -559,7 +559,7 @@ jobs: runs-on: ubuntu-22.04 if: always() steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - uses: ./.github/actions/workflow-conclusion - run: echo ${{ github.event_name }} - uses: Mercymeilya/last-workflow-status@3418710aefe8556d73b6f173a0564d38bcfd9a43 # tag v0.3.3 diff --git a/.github/workflows/ci_jruby.yml b/.github/workflows/ci_jruby.yml index a2f3f3b8af..ea3fb7ecae 100644 --- a/.github/workflows/ci_jruby.yml +++ b/.github/workflows/ci_jruby.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: Install JRuby uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 @@ -46,7 +46,7 @@ jobs: run: 'git config --global init.defaultBranch main' - name: Check out the source code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: Install JRuby uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 diff --git a/.github/workflows/ci_special.yml b/.github/workflows/ci_special.yml index 3bb40d6d12..7bfa9d093b 100644 --- a/.github/workflows/ci_special.yml +++ b/.github/workflows/ci_special.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Configure git run: 'git config --global init.defaultBranch main' - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-22.04 if: always() steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - uses: ./.github/actions/workflow-conclusion - uses: voxmedia/github-action-slack-notify-build@373da97827332b19e753c84d1e5b7937dbe0fbfa # tag v2 if: ${{ env.WORKFLOW_CONCLUSION == 'failure' && github.event_name != 'workflow_dispatch' }} @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-22.04 if: always() steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - uses: ./.github/actions/workflow-conclusion - run: echo ${{ github.event_name }} - uses: Mercymeilya/last-workflow-status@3418710aefe8556d73b6f173a0564d38bcfd9a43 # tag v0.3.3 diff --git a/.github/workflows/config_docs.yml b/.github/workflows/config_docs.yml index 39a61eca9f..63ab51913a 100644 --- a/.github/workflows/config_docs.yml +++ b/.github/workflows/config_docs.yml @@ -20,7 +20,7 @@ jobs: ruby-version: 3.4 - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - run: bundle @@ -57,10 +57,10 @@ jobs: if: failure() steps: - name: Checkout agent repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: Checkout docs website repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 with: repository: ${{ env.DESTINATION_REPO }} token: ${{ secrets.NEWRELIC_RUBY_AGENT_BOT_TOKEN }} diff --git a/.github/workflows/lambda_release.yml b/.github/workflows/lambda_release.yml index 8a0103d2d5..1dfc4abc0d 100644 --- a/.github/workflows/lambda_release.yml +++ b/.github/workflows/lambda_release.yml @@ -13,7 +13,7 @@ jobs: contents: write repository-projects: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/performance_tests.yml b/.github/workflows/performance_tests.yml index 240e92d5d0..ff2a66a60a 100644 --- a/.github/workflows/performance_tests.yml +++ b/.github/workflows/performance_tests.yml @@ -14,7 +14,7 @@ jobs: outputs: changed: ${{ steps.branch_change_output.outputs.has-new-commits }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: check branch changes id: branch_change_output uses: adriangl/check-new-commits-action@e6471f4fda990ebdb3bf44726371e1ad45ac4d37 # tag v1.0.7 @@ -30,7 +30,7 @@ jobs: run: working-directory: ./test/performance steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 with: ref: 'main' - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 @@ -38,7 +38,7 @@ jobs: ruby-version: 3.4 - run: bundle - run: bundle exec script/runner -B - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - run: bundle - run: bundle exec script/runner -C -M > performance_results.md - name: Save performance results diff --git a/.github/workflows/pr_closed.yml b/.github/workflows/pr_closed.yml index ee39cab271..dc6f82ab93 100644 --- a/.github/workflows/pr_closed.yml +++ b/.github/workflows/pr_closed.yml @@ -12,7 +12,7 @@ jobs: permissions: write-all steps: - name: Clone the repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: issue_closer Action uses: ./.github/actions/issue_closer with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 442276b866..cd32f39603 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -16,7 +16,7 @@ jobs: ruby-version: 3.4 - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - run: bundle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8ac689349..32e21c138c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: contents: write repository-projects: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/release_notes.yml b/.github/workflows/release_notes.yml index b91727bbd2..21b408e965 100644 --- a/.github/workflows/release_notes.yml +++ b/.github/workflows/release_notes.yml @@ -17,7 +17,7 @@ jobs: with: ruby-version: 3.4 - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: Generate release notes and environment variables run: | @@ -57,13 +57,13 @@ jobs: if: failure() steps: - name: Checkout agent repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: Get branch name run: echo "branch_name=$(ruby -r $PWD/.github/workflows/scripts/generate_release_notes.rb -e GenerateReleaseNotes.new.branch_name)" >> $GITHUB_ENV - name: Checkout docs website repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 with: repository: newrelic/docs-website token: ${{ secrets.NEWRELIC_RUBY_AGENT_BOT_TOKEN }} diff --git a/.github/workflows/release_pr.yml b/.github/workflows/release_pr.yml index af0419c4f5..1eaf48d3d9 100644 --- a/.github/workflows/release_pr.yml +++ b/.github/workflows/release_pr.yml @@ -19,7 +19,7 @@ jobs: ruby-version: 3.4 - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - run: bundle diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index df5298833e..e9ebdcfb51 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -26,7 +26,7 @@ jobs: return data.data && data.data.default_branch === context.ref.split('/').slice(-1)[0] - name: Checkout Self if: ${{ steps.default-branch.outputs.result == 'true' }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - name: Run Repolinter if: ${{ steps.default-branch.outputs.result == 'true' }} uses: newrelic/repolinter-action@3f4448f855c351e9695b24524a4111c7847b84cb # tag v1.7.0 diff --git a/.github/workflows/slack_notifications.yml b/.github/workflows/slack_notifications.yml index be3de04142..e7e8d692a8 100644 --- a/.github/workflows/slack_notifications.yml +++ b/.github/workflows/slack_notifications.yml @@ -11,7 +11,7 @@ jobs: - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 with: ruby-version: 3.4 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - run: gem install httparty - name: Check for outdated gems run: ruby .github/workflows/scripts/slack_notifications/gem_notifier.rb ${{ env.gems }} @@ -50,7 +50,7 @@ jobs: - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # tag v1.221.0 with: ruby-version: 3.4 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2 - run: gem install httparty - run: gem install feedjira - name: Check for CVEs