From 9319e6dd3eb6d512c47d2efcb9b7648e33d796d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 22:57:16 +0000 Subject: [PATCH] chore: bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [actions/setup-node](https://github.com/actions/setup-node) | `3` | `4` | | [hashicorp/vault-action](https://github.com/hashicorp/vault-action) | `2.7.3` | `2.7.4` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `1` | `2` | | [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) | `1` | `2` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Updates `actions/setup-node` from 3 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) Updates `hashicorp/vault-action` from 2.7.3 to 2.7.4 - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault-action/compare/v2.7.3...v2.7.4) Updates `google-github-actions/auth` from 1 to 2 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v1...v2) Updates `google-github-actions/upload-cloud-storage` from 1 to 2 - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/upload-cloud-storage/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-elastic-stack.yml | 2 +- .github/workflows/ci-saucelabs.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/pre-release.yml | 4 ++-- .github/workflows/release.yml | 16 ++++++++-------- .github/workflows/snapshoty.yml | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/bump-elastic-stack.yml b/.github/workflows/bump-elastic-stack.yml index da26ab549..bd880cfd6 100644 --- a/.github/workflows/bump-elastic-stack.yml +++ b/.github/workflows/bump-elastic-stack.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: elastic/apm-pipeline-library/.github/actions/updatecli@current with: diff --git a/.github/workflows/ci-saucelabs.yml b/.github/workflows/ci-saucelabs.yml index 00bc39ee3..18e67e271 100644 --- a/.github/workflows/ci-saucelabs.yml +++ b/.github/workflows/ci-saucelabs.yml @@ -60,7 +60,7 @@ jobs: - '@elastic/apm-rum-angular' - '@elastic/apm-rum-vue' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run saucelabs tests uses: ./.github/workflows/run-test with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf053114..5174e1146 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,10 @@ jobs: permissions: statuses: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - run: '.ci/scripts/lint.sh' @@ -74,7 +74,7 @@ jobs: - '@elastic/apm-rum-angular' - '@elastic/apm-rum-vue' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run puppeteer tests uses: ./.github/workflows/run-test with: @@ -99,7 +99,7 @@ jobs: name: Coverage runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run coverage uses: ./.github/workflows/run-test with: diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 1bb2dd995..e46b56cd8 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -38,12 +38,12 @@ jobs: email: ${{ env.GIT_EMAIL }} token: ${{ env.GITHUB_TOKEN }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ env.GITHUB_TOKEN }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb4d5f7d1..2ae3c4cfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,12 +45,12 @@ jobs: email: ${{ env.GIT_EMAIL }} token: ${{ env.GITHUB_TOKEN }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ env.GITHUB_TOKEN }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' @@ -59,7 +59,7 @@ jobs: - name: Read NPM vault TOTP if: inputs.dry-run == false - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v2.7.4 with: method: approle url: ${{ secrets.VAULT_ADDR }} @@ -90,7 +90,7 @@ jobs: run: npm run ci:release - name: Read GCE vault secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v2.7.4 with: method: approle url: ${{ secrets.VAULT_ADDR }} @@ -100,7 +100,7 @@ jobs: ${{ env.ELASTIC_CDN_CREDENTIALS }} value | GOOGLE_CREDENTIALS ; - name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ env.GOOGLE_CREDENTIALS }}' create_credentials_file: true @@ -111,7 +111,7 @@ jobs: - id: 'upload-files-version' if: ${{ always() && hashFiles('packages/rum/dist/bundles/*.js') }} - uses: 'google-github-actions/upload-cloud-storage@v1' + uses: 'google-github-actions/upload-cloud-storage@v2' with: parent: false path: 'packages/rum/dist/bundles/' @@ -123,7 +123,7 @@ jobs: - id: 'upload-files-major-version' if: ${{ always() && hashFiles('packages/rum/dist/bundles/*.js') }} - uses: 'google-github-actions/upload-cloud-storage@v1' + uses: 'google-github-actions/upload-cloud-storage@v2' with: parent: false path: 'packages/rum/dist/bundles/' @@ -135,7 +135,7 @@ jobs: - id: 'upload-file-index' if: ${{ always() && hashFiles('index.html') }} - uses: 'google-github-actions/upload-cloud-storage@v1' + uses: 'google-github-actions/upload-cloud-storage@v2' with: parent: false path: 'index.html' diff --git a/.github/workflows/snapshoty.yml b/.github/workflows/snapshoty.yml index 26f3580d9..bd277aa45 100644 --- a/.github/workflows/snapshoty.yml +++ b/.github/workflows/snapshoty.yml @@ -15,9 +15,9 @@ jobs: upload: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc'