Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/github-commands-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: elastic/oblt-actions/elastic/github-commands@v1.39.7
- uses: elastic/oblt-actions/elastic/github-commands@v1.39.8
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
permission-members: read
- id: is_elastic_member
uses: elastic/oblt-actions/github/is-member-of@v1.39.7
uses: elastic/oblt-actions/github/is-member-of@v1.39.8
with:
github-org: "elastic"
github-user: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Run microbenchmark
uses: elastic/oblt-actions/buildkite/run@v1.39.7
uses: elastic/oblt-actions/buildkite/run@v1.39.8
with:
pipeline: "apm-agent-microbenchmark"
token: ${{ secrets.BUILDKITE_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: make -C .ci dist

- name: Attest Lambda layer zip
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
with:
subject-path: "${{ github.workspace }}/build/aws/elastic-apm-node-lambda-layer-*.zip"

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
AGENT_DIR=/build/dist/nodejs

- name: Attest Docker image
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
with:
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
subject-digest: ${{ steps.docker-push.outputs.digest }}
Expand Down Expand Up @@ -111,13 +111,13 @@ jobs:
AGENT_DIR=/build/dist/nodejs

- name: Attest Docker image (wolfi)
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
with:
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
subject-digest: ${{ steps.docker-push-wolfi.outputs.digest }}
push-to-registry: true

- uses: elastic/oblt-actions/aws/auth@v1.39.7
- uses: elastic/oblt-actions/aws/auth@v1.39.8
with:
aws-account-id: "267093732750"

Expand All @@ -139,7 +139,7 @@ jobs:
run: npm publish

- if: ${{ always() && startsWith(github.ref, 'refs/tags') }}
uses: elastic/oblt-actions/slack/notify-result@v1.39.7
uses: elastic/oblt-actions/slack/notify-result@v1.39.8
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-agent-node"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
needs: test-fips
steps:
- id: check
uses: elastic/oblt-actions/check-dependent-jobs@v1.39.7
uses: elastic/oblt-actions/check-dependent-jobs@v1.39.8
with:
jobs: ${{ toJSON(needs) }}
- name: Notify in Slack
if: steps.check.outputs.status == 'failure'
uses: elastic/oblt-actions/slack/notify-result@v1.39.7
uses: elastic/oblt-actions/slack/notify-result@v1.39.8
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-agent-node"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- test-windows
steps:
- id: check
uses: elastic/oblt-actions/check-dependent-jobs@v1.39.7
uses: elastic/oblt-actions/check-dependent-jobs@v1.39.8
with:
jobs: ${{ toJSON(needs) }}
- run: ${{ steps.check.outputs.is-success }}
6 changes: 3 additions & 3 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: elastic/oblt-actions/updatecli/run@v1.39.7
- uses: elastic/oblt-actions/updatecli/run@v1.39.8
with:
command: --experimental compose diff
version-file: .tool-versions
env:
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}

- uses: elastic/oblt-actions/updatecli/run@v1.39.7
- uses: elastic/oblt-actions/updatecli/run@v1.39.8
with:
command: --experimental compose apply
version-file: .tool-versions
env:
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}

- if: failure()
uses: elastic/oblt-actions/slack/send@v1.39.7
uses: elastic/oblt-actions/slack/send@v1.39.8
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-agent-node"
Expand Down
Loading