Skip to content

Commit d9ed48b

Browse files
Bumps the github-actions group with 4 updates in the / directory: [elastic/get-user-teams-membership](https://github.com/elastic/get-user-teams-membership), [actions/checkout](https://github.com/actions/checkout), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [docker/login-action](https://github.com/docker/login-action). Updates `elastic/get-user-teams-membership` from 1.0.4 to 1.1.0 - [Release notes](https://github.com/elastic/get-user-teams-membership/releases) - [Commits](elastic/get-user-teams-membership@v1.0.4...1.1.0) Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3...v4) Updates `actions/attest-build-provenance` from 1.1.1 to 1.4.1 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Commits](actions/attest-build-provenance@951c0c5...310b0a4) Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0d4c9c5...9780b0c)
1 parent a199d6a commit d9ed48b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
configuration-path: .github/labeler-config.yml
2424
enable-versioned-regex: 0
2525
- name: Check team membership for user
26-
uses: elastic/get-user-teams-membership@v1.0.4
26+
uses: elastic/get-user-teams-membership@1.1.0
2727
id: checkUserMember
2828
with:
2929
username: ${{ github.actor }}

.github/workflows/release-step-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: tar xvf ${{ env.TARBALL_FILE }}
9797

9898
- name: generate build provenance
99-
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
99+
uses: actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
100100
with:
101101
subject-path: "${{ github.workspace }}/**/target/*.jar"
102102

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: tar xvf ${{ env.TARBALL_FILE }}
6767

6868
- name: generate build provenance
69-
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
69+
uses: actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
7070
with:
7171
subject-path: "${{ github.workspace }}/**/target/*.jar"
7272

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 'compile javadoc:javadoc'
3131
fail-fast: false
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- uses: ./.github/workflows/maven-goal
3535
with:
3636
command: ./mvnw ${{ matrix.goal }}

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
20+
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)