Skip to content

Commit

Permalink
github-actions: use v1 for the oblt-actions (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 28, 2024
1 parent 3e56e38 commit e428417
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: elastic/oblt-actions/slack/send@v1.8.0
- uses: elastic/oblt-actions/slack/send@v1
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-agent-php"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: zip -r packages.zip packages/
working-directory: build

- uses: elastic/oblt-actions/google/auth@v1.9.3
- uses: elastic/oblt-actions/google/auth@v1
with:
project-number: '911195782929'

Expand All @@ -78,15 +78,15 @@ jobs:
destination: "${{ env.BUCKET_NAME }}/${{ github.run_id }}"

- id: buildkite-run
uses: elastic/oblt-actions/buildkite/run@v1.8.0
uses: elastic/oblt-actions/buildkite/run@v1
with:
token: ${{ secrets.BUILDKITE_TOKEN }}
pipeline: observability-robots-php-release
wait-for: true
env-vars: |
BUNDLE_URL=https://storage.googleapis.com/${{ env.BUCKET_NAME }}/${{ steps.upload-file.outputs.uploaded }}
- uses: elastic/oblt-actions/buildkite/download-artifact@v1.8.0
- uses: elastic/oblt-actions/buildkite/download-artifact@v1
with:
build-number: ${{ steps.buildkite-run.outputs.number }}
path: signed-artifacts.zip
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
with:
jobs: ${{ toJSON(needs) }}
- if: startsWith(github.ref, 'refs/tags')
uses: elastic/oblt-actions/slack/notify-result@v1.8.0
uses: elastic/oblt-actions/slack/notify-result@v1
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-agent-php"
Expand Down

0 comments on commit e428417

Please sign in to comment.