From 71040d7a64a6bde4a85ece9f3c386c2b53d217c0 Mon Sep 17 00:00:00 2001 From: "renovate4splunk-platform-apps[bot]" <267679168+renovate4splunk-platform-apps[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:48:01 +0000 Subject: [PATCH 1/2] chore(deps): Update Public GitHub actions --- .github/workflows/auto-assign.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/reusable-build-appinspect-release.yml | 2 +- .github/workflows/reusable-docs-deploy.yml | 8 ++++---- .github/workflows/reusable-triage-issues.yml | 2 +- actions/splunk-apps-detector/action.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 8497596..4f05bf9 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Auto-assign issue" - uses: pozil/auto-assign-issue@v2 + uses: pozil/auto-assign-issue@v3.0.0 with: assignees: shalper2,joseacunacarrera,edro15 # teams: admins diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 4ffc9f7..eff2922 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - name: Get token id: get_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }} app-id: ${{ secrets.RENOVATE_APP_ID }} diff --git a/.github/workflows/reusable-build-appinspect-release.yml b/.github/workflows/reusable-build-appinspect-release.yml index 1b82245..de26fcc 100644 --- a/.github/workflows/reusable-build-appinspect-release.yml +++ b/.github/workflows/reusable-build-appinspect-release.yml @@ -164,7 +164,7 @@ jobs: exit 1 fi - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} files: dist/*.tar.gz diff --git a/.github/workflows/reusable-docs-deploy.yml b/.github/workflows/reusable-docs-deploy.yml index 5a23ac9..0930785 100644 --- a/.github/workflows/reusable-docs-deploy.yml +++ b/.github/workflows/reusable-docs-deploy.yml @@ -47,10 +47,10 @@ jobs: ls -la ./website ls -la ./website/docs - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: cache-dependency-path: website/package-lock.json - node-version: 20 + node-version: 24 cache: npm - name: Install dependencies @@ -60,7 +60,7 @@ jobs: run: npm run build - name: Upload Build Artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: website/build @@ -75,4 +75,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/reusable-triage-issues.yml b/.github/workflows/reusable-triage-issues.yml index 54de03e..a4bc9c1 100644 --- a/.github/workflows/reusable-triage-issues.yml +++ b/.github/workflows/reusable-triage-issues.yml @@ -44,7 +44,7 @@ jobs: labels: ${{ steps.classify.outputs.labels }} - name: Comment on issue - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ inputs.issue_number }} diff --git a/actions/splunk-apps-detector/action.yml b/actions/splunk-apps-detector/action.yml index beb4144..26c933b 100644 --- a/actions/splunk-apps-detector/action.yml +++ b/actions/splunk-apps-detector/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' - name: Run Python script From f5f92c574562b060f60cc98c71efb148d7cd9881 Mon Sep 17 00:00:00 2001 From: Erica Pescio Date: Wed, 20 May 2026 10:30:44 +0200 Subject: [PATCH 2/2] ci(deps):restored node version for docusaurus and updated renovate inputs Co-authored-by: Erica Pescio --- .github/workflows/renovate.yml | 2 +- .github/workflows/reusable-docs-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index eff2922..8d3eb0a 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -21,7 +21,7 @@ jobs: uses: actions/create-github-app-token@v3 with: private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }} - app-id: ${{ secrets.RENOVATE_APP_ID }} + client-id: ${{ secrets.RENOVATE_CLIENT_ID }} owner: "splunk-platform-apps" # The owner of the GitHub App installation - name: Self-hosted Renovate diff --git a/.github/workflows/reusable-docs-deploy.yml b/.github/workflows/reusable-docs-deploy.yml index 0930785..979834c 100644 --- a/.github/workflows/reusable-docs-deploy.yml +++ b/.github/workflows/reusable-docs-deploy.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-node@v6 with: cache-dependency-path: website/package-lock.json - node-version: 24 + node-version: 20 cache: npm - name: Install dependencies