Skip to content

Commit

Permalink
deps(github-actions): bump updatecli version (#4354)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 6, 2025
1 parent 9964570 commit 33cbb96
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ci/bump-golang.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: Bump golang-version to latest version
pipelineid: 'bump-golang-main'

scms:
githubConfig:
Expand Down
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,18 @@ updates:
elastic-apm:
patterns:
- "go.elastic.co/apm/*"

# GitHub actions
- package-ecosystem: github-actions
directories:
- '/'
reviewers:
- "elastic/observablt-ci"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
groups:
github-actions:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/bump-elastic-stack-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0

- name: Run Updatecli in Apply mode
run: updatecli apply --config .ci/bump-elastic-stack-snapshot.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0

- name: Run Updatecli in Apply mode
run: updatecli apply --config .ci/bump-golang.yml
Expand Down

0 comments on commit 33cbb96

Please sign in to comment.