From 823f8bd979faadf28027f21fb537b86035954cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:58:38 +0000 Subject: [PATCH] Bump newrelic/agent-metadata-action from 1.0.6 to 1.0.8 Bumps [newrelic/agent-metadata-action](https://github.com/newrelic/agent-metadata-action) from 1.0.6 to 1.0.8. - [Release notes](https://github.com/newrelic/agent-metadata-action/releases) - [Commits](https://github.com/newrelic/agent-metadata-action/compare/v1.0.6...v1.0.8) --- updated-dependencies: - dependency-name: newrelic/agent-metadata-action dependency-version: 1.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/AgentMetadata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AgentMetadata.yml b/.github/workflows/AgentMetadata.yml index 077598fb81..82b943419a 100644 --- a/.github/workflows/AgentMetadata.yml +++ b/.github/workflows/AgentMetadata.yml @@ -95,7 +95,7 @@ jobs: continue-on-error: true steps: - name: Run action - uses: newrelic/agent-metadata-action@v1.0.6 + uses: newrelic/agent-metadata-action@v1.0.8 with: newrelic-client-id: ${{ secrets.FC_SYS_ID_CLIENT_ID }} newrelic-private-key: ${{ secrets.FC_SYS_ID_PR_KEY }}