From 7a3a8f75adb2d0c08475d303239a493ae1ee08a7 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 28 Nov 2024 09:49:29 +0100 Subject: [PATCH] github-actions: use v1 for the oblt-actions dependabot does not bump version for githubactions using semver and 'v1', see https://github.com/dependabot/dependabot-core/issues/10924 --- .github/workflows/microbenchmark.yml | 2 +- .github/workflows/release-step-3.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index f1814b2e4b..859eac4334 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 5 steps: - name: Run microbenchmark - uses: elastic/oblt-actions/buildkite/run@v1.5.0 + uses: elastic/oblt-actions/buildkite/run@v1 env: JAVA_VERSION: ${{ inputs.java_version || 'openjdk-17+35-linux' }} with: diff --git a/.github/workflows/release-step-3.yml b/.github/workflows/release-step-3.yml index 95aa6c0c6c..7be553e9ec 100644 --- a/.github/workflows/release-step-3.yml +++ b/.github/workflows/release-step-3.yml @@ -168,7 +168,7 @@ jobs: uses: ./.github/workflows/maven-goal with: command: ./mvnw dependency:purge-local-repository package -pl apm-agent-lambda-layer - - uses: elastic/oblt-actions/aws/auth@v1.10.0 + - uses: elastic/oblt-actions/aws/auth@v1 with: aws-account-id: '267093732750' - name: Publish