Skip to content

Commit

Permalink
Bump the github-actions group with 3 updates (#2216)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 3 updates: [elastic/get-user-teams-membership](https://github.com/elastic/get-user-teams-membership), [actions/checkout](https://github.com/actions/checkout) and [hashicorp/vault-action](https://github.com/hashicorp/vault-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)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

Updates `hashicorp/vault-action` from 2.4.2 to 2.7.4
- [Release notes](https://github.com/hashicorp/vault-action/releases)
- [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault-action@v2.4.2...v2.7.4)

---
updated-dependencies:
- dependency-name: elastic/get-user-teams-membership
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: hashicorp/vault-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent edf2bc1 commit 12fe83c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
labels: agent-dotnet
- name: Check team membership for user
uses: elastic/get-user-teams-membership@v1.0.4
uses: elastic/get-user-teams-membership@1.1.0
id: checkUserMember
with:
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
id: bootstrap
uses: ./.github/workflows/bootstrap
Expand All @@ -28,7 +28,7 @@ jobs:
run: ./build.sh pack

- name: Prepare feedz.io
uses: hashicorp/vault-action@v2.4.2
uses: hashicorp/vault-action@v2.7.4
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
id: bootstrap
uses: ./.github/workflows/bootstrap
Expand All @@ -30,7 +30,7 @@ jobs:
run: ./build.sh pack

- name: Prepare Nuget
uses: hashicorp/vault-action@v2.4.2
uses: hashicorp/vault-action@v2.7.4
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
major-version: ${{ steps.bootstrap.outputs.major-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
id: bootstrap
uses: ./.github/workflows/bootstrap
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshoty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# used by opbeans .NET to reference the on commit nuget packages
# TODO: update opbeans to use our feedz.io packages
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap
with:
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap

Expand All @@ -72,7 +72,7 @@ jobs:
github.event_name != 'pull_request'
|| github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap
with:
Expand All @@ -83,7 +83,7 @@ jobs:
run: dotnet build -c Release --verbosity minimal

- name: 'Read credentials'
uses: hashicorp/vault-action@v2.7.1
uses: hashicorp/vault-action@v2.7.4
with:
url: ${{ secrets.VAULT_ADDR }}
roleId: ${{ secrets.VAULT_ROLE_ID }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap

Expand All @@ -136,7 +136,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
id: bootstrap
uses: ./.github/workflows/bootstrap
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-iis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ false }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap

Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap

Expand All @@ -69,7 +69,7 @@ jobs:
# Disable profiler tests for now
if: ${{ false }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: elastic/apm-pipeline-library/.github/actions/updatecli@current
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
Expand Down

0 comments on commit 12fe83c

Please sign in to comment.