Skip to content

Commit e5f179e

Browse files
chore(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e121726 commit e5f179e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
github.actor != 'dependabot[bot]' &&
3535
github.actor != 'elastic-renovate-prod[bot]' &&
3636
github.actor != 'elastic-observability-automation[bot]'
37-
uses: actions/github-script@v8
37+
uses: actions/github-script@v9
3838
with:
3939
script: |
4040
github.rest.issues.addLabels({

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Build and Push Docker Image
6767
id: docker-push
68-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
68+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6969
with:
7070
context: .
7171
platforms: linux/amd64,linux/arm64
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Build and Push Docker Image (wolfi)
101101
id: docker-push-wolfi
102-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
102+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
103103
with:
104104
context: .
105105
platforms: linux/amd64,linux/arm64

.github/workflows/tav-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permutations: ${{ steps.transform.outputs.permutations }}
2323
steps:
2424
- name: Is comment allowed?
25-
uses: actions/github-script@v8
25+
uses: actions/github-script@v9
2626
with:
2727
script: |
2828
const actorPermission = (await github.rest.repos.getCollaboratorPermissionLevel({
@@ -47,7 +47,7 @@ jobs:
4747

4848
- id: transform
4949
name: Transform comment to the supported matrix
50-
uses: actions/github-script@v8
50+
uses: actions/github-script@v9
5151
with:
5252
script: |
5353
const fs = require('fs')

.github/workflows/tav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- id: transform
3333
name: Load matrix from tav.json
34-
uses: actions/github-script@v8
34+
uses: actions/github-script@v9
3535
with:
3636
script: |
3737
const fs = require('fs')

0 commit comments

Comments
 (0)