Skip to content

Commit e44fa14

Browse files
dependabot[bot]Thomblin
authored andcommitted
build(deps): bump the github-actions group across 1 directory with 2 updates (elastic#1414)
Squash merge PR elastic#1414: build(deps): bump the github-actions group across 1 directory with 2 updates
1 parent 9b06826 commit e44fa14

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: package-parts-linuxmusl-${{ matrix.BUILD_ARCH }}
3131
path: agent/native/_build/linuxmusl-${{ matrix.BUILD_ARCH }}-release/
3232
- name: Log in to the Container registry
33-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
33+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

.github/workflows/cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
type=raw,value=${{ env.TEST_TAG }}
5151
5252
- name: Build and export Container image
53-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
53+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
5454
with:
5555
context: ./packaging/cache/
5656
load: true
@@ -72,14 +72,14 @@ jobs:
7272
type=raw,value=latest
7373
7474
- name: Log in to the Container registry
75-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
75+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7676
with:
7777
registry: ${{ env.REGISTRY }}
7878
username: ${{ github.actor }}
7979
password: ${{ secrets.GITHUB_TOKEN }}
8080

8181
- name: Build and push Docker image
82-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
82+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8383
with:
8484
context: ./packaging/cache/
8585
push: true

.github/workflows/test-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: ${{ env.BUILD_PACKAGES }}
5757

5858
- name: Log in to the Container registry
59-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
59+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"pull_requests": "write"
3030
}
3131
32-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
32+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)