From a990e969fb83723703008456b1b74a61859d27ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:47:31 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 6 updates Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `2.57.0` | `2.59.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `3` | `5` | | [magefile/mage-action](https://github.com/magefile/mage-action) | `2` | `3` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `3` | `6` | | [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | `3.7.1` | `3.12.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](https://github.com/actions/checkout/compare/v3...v4) Updates `updatecli/updatecli-action` from 2.57.0 to 2.59.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/9a37c7e35598d7b37d8e7568b40ed9538112be01...4922d58d06f0d096428933f153275e15a3eb49de) Updates `actions/setup-go` from 3 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v5) Updates `magefile/mage-action` from 2 to 3 - [Release notes](https://github.com/magefile/mage-action/releases) - [Commits](https://github.com/magefile/mage-action/compare/v2...v3) Updates `golangci/golangci-lint-action` from 3 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v6) Updates `dawidd6/action-send-mail` from 3.7.1 to 3.12.0 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/6063705cefe50cb915fc53bb06d4049cae2953b2...2cea9617b09d79a095af21254fbcb7ae95903dde) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: magefile/mage-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dawidd6/action-send-mail dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-elastic-stack-snapshot.yml | 2 +- .github/workflows/bump-golang.yml | 2 +- .github/workflows/check-auditbeat.yml | 4 ++-- .github/workflows/check-default.yml | 4 ++-- .github/workflows/check-dev-tools.yml | 4 ++-- .github/workflows/check-docs.yml | 4 ++-- .github/workflows/check-filebeat.yml | 4 ++-- .github/workflows/check-heartbeat.yml | 4 ++-- .github/workflows/check-libbeat.yml | 4 ++-- .github/workflows/check-metricbeat.yml | 4 ++-- .github/workflows/check-packetbeat.yml | 4 ++-- .github/workflows/check-winlogbeat.yml | 4 ++-- .github/workflows/check-xpack-auditbeat.yml | 6 +++--- .github/workflows/check-xpack-dockerlogbeat.yml | 4 ++-- .github/workflows/check-xpack-filebeat.yml | 4 ++-- .github/workflows/check-xpack-functionbeat.yml | 4 ++-- .github/workflows/check-xpack-heartbeat.yml | 4 ++-- .github/workflows/check-xpack-libbeat.yml | 4 ++-- .github/workflows/check-xpack-metricbeat.yml | 4 ++-- .github/workflows/check-xpack-osquerybeat.yml | 4 ++-- .github/workflows/check-xpack-packetbeat.yml | 6 +++--- .github/workflows/check-xpack-winlogbeat.yml | 6 +++--- .github/workflows/golangci-lint.yml | 6 +++--- .github/workflows/notify-stalled-snapshots.yml | 4 ++-- .github/workflows/post-dependabot.yml | 4 ++-- 25 files changed, 52 insertions(+), 52 deletions(-) diff --git a/.github/workflows/bump-elastic-stack-snapshot.yml b/.github/workflows/bump-elastic-stack-snapshot.yml index 46e5adb7fed..fbba028ad1f 100644 --- a/.github/workflows/bump-elastic-stack-snapshot.yml +++ b/.github/workflows/bump-elastic-stack-snapshot.yml @@ -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@4922d58d06f0d096428933f153275e15a3eb49de # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli --experimental apply --config .github/workflows/updatecli.d/bump-elastic-stack-snapshot.yml --values .github/workflows/updatecli.d/scm.yml diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index ce0ad4446bd..df997088b55 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -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@4922d58d06f0d096428933f153275e15a3eb49de # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli --experimental apply --config .github/workflows/updatecli.d/${{ matrix.file }} --values .github/workflows/updatecli.d/scm.yml diff --git a/.github/workflows/check-auditbeat.yml b/.github/workflows/check-auditbeat.yml index bbc96242687..192ebb1ae6c 100644 --- a/.github/workflows/check-auditbeat.yml +++ b/.github/workflows/check-auditbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-default.yml b/.github/workflows/check-default.yml index 56bf10ab779..f394815356c 100644 --- a/.github/workflows/check-default.yml +++ b/.github/workflows/check-default.yml @@ -16,8 +16,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check-default diff --git a/.github/workflows/check-dev-tools.yml b/.github/workflows/check-dev-tools.yml index 6fa58fc319d..b835bf98124 100644 --- a/.github/workflows/check-dev-tools.yml +++ b/.github/workflows/check-dev-tools.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 35aa40fb064..a2f26979ec4 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -16,8 +16,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Update package lists diff --git a/.github/workflows/check-filebeat.yml b/.github/workflows/check-filebeat.yml index 930a04ec5e5..240652ad8c9 100644 --- a/.github/workflows/check-filebeat.yml +++ b/.github/workflows/check-filebeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Update package lists diff --git a/.github/workflows/check-heartbeat.yml b/.github/workflows/check-heartbeat.yml index ac7ad5725f5..808321c95e0 100644 --- a/.github/workflows/check-heartbeat.yml +++ b/.github/workflows/check-heartbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-libbeat.yml b/.github/workflows/check-libbeat.yml index 27e03701b85..fed559791cd 100644 --- a/.github/workflows/check-libbeat.yml +++ b/.github/workflows/check-libbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Update package lists diff --git a/.github/workflows/check-metricbeat.yml b/.github/workflows/check-metricbeat.yml index 709fa3a44bd..65b343d44ff 100644 --- a/.github/workflows/check-metricbeat.yml +++ b/.github/workflows/check-metricbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-packetbeat.yml b/.github/workflows/check-packetbeat.yml index ba05b6c0160..10b93ef6d49 100644 --- a/.github/workflows/check-packetbeat.yml +++ b/.github/workflows/check-packetbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Update package lists diff --git a/.github/workflows/check-winlogbeat.yml b/.github/workflows/check-winlogbeat.yml index a79c4bef209..f19e4a34eab 100644 --- a/.github/workflows/check-winlogbeat.yml +++ b/.github/workflows/check-winlogbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-xpack-auditbeat.yml b/.github/workflows/check-xpack-auditbeat.yml index a4e6ae81563..41a9904206e 100644 --- a/.github/workflows/check-xpack-auditbeat.yml +++ b/.github/workflows/check-xpack-auditbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Update package lists @@ -26,7 +26,7 @@ jobs: - name: Install librpm-dev run: sudo apt-get install -y librpm-dev - name: Run check/update - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: args: check update workdir: "${{ env.BEAT_MODULE }}" diff --git a/.github/workflows/check-xpack-dockerlogbeat.yml b/.github/workflows/check-xpack-dockerlogbeat.yml index 258e5c6c3fa..74dd7f92af3 100644 --- a/.github/workflows/check-xpack-dockerlogbeat.yml +++ b/.github/workflows/check-xpack-dockerlogbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-xpack-filebeat.yml b/.github/workflows/check-xpack-filebeat.yml index 0547fafb7e6..1bf851c5ad2 100644 --- a/.github/workflows/check-xpack-filebeat.yml +++ b/.github/workflows/check-xpack-filebeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Update package lists diff --git a/.github/workflows/check-xpack-functionbeat.yml b/.github/workflows/check-xpack-functionbeat.yml index 8ae83acd36f..d51a18ea1a5 100644 --- a/.github/workflows/check-xpack-functionbeat.yml +++ b/.github/workflows/check-xpack-functionbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-xpack-heartbeat.yml b/.github/workflows/check-xpack-heartbeat.yml index 3d6be31ef8b..578bc14d529 100644 --- a/.github/workflows/check-xpack-heartbeat.yml +++ b/.github/workflows/check-xpack-heartbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-xpack-libbeat.yml b/.github/workflows/check-xpack-libbeat.yml index 28da0b1eb35..fdf4102b0ad 100644 --- a/.github/workflows/check-xpack-libbeat.yml +++ b/.github/workflows/check-xpack-libbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-xpack-metricbeat.yml b/.github/workflows/check-xpack-metricbeat.yml index 8f107794bce..16b6464c8d6 100644 --- a/.github/workflows/check-xpack-metricbeat.yml +++ b/.github/workflows/check-xpack-metricbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-xpack-osquerybeat.yml b/.github/workflows/check-xpack-osquerybeat.yml index 73ba20e5a8c..fbe43ca6754 100644 --- a/.github/workflows/check-xpack-osquerybeat.yml +++ b/.github/workflows/check-xpack-osquerybeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update diff --git a/.github/workflows/check-xpack-packetbeat.yml b/.github/workflows/check-xpack-packetbeat.yml index e03d46d55e2..be422f87b2a 100644 --- a/.github/workflows/check-xpack-packetbeat.yml +++ b/.github/workflows/check-xpack-packetbeat.yml @@ -17,8 +17,8 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Update package lists @@ -26,7 +26,7 @@ jobs: - name: Install libpcap-dev run: sudo apt-get install -y libpcap-dev - name: Run check/update - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: args: check update workdir: "${{ env.BEAT_MODULE }}" diff --git a/.github/workflows/check-xpack-winlogbeat.yml b/.github/workflows/check-xpack-winlogbeat.yml index 2f3571c7d74..953bd87aa7e 100644 --- a/.github/workflows/check-xpack-winlogbeat.yml +++ b/.github/workflows/check-xpack-winlogbeat.yml @@ -17,12 +17,12 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Run check/update - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: args: check update workdir: "${{ env.BEAT_MODULE }}" diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index f97bb2029a7..19f343602e8 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -26,9 +26,9 @@ jobs: GOOS: ${{ matrix.GOOS }} run: echo Go GOOS=$GOOS - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version-file: .go-version @@ -39,7 +39,7 @@ jobs: env: GOOS: ${{ matrix.GOOS }} CGO_ENABLED: 1 - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: v1.55.2 diff --git a/.github/workflows/notify-stalled-snapshots.yml b/.github/workflows/notify-stalled-snapshots.yml index b525cc4dc10..4397d0df7f7 100644 --- a/.github/workflows/notify-stalled-snapshots.yml +++ b/.github/workflows/notify-stalled-snapshots.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.filter.outputs.matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: "${{ matrix.branch }}" @@ -64,7 +64,7 @@ jobs: - if: ${{ contains(steps.search.outputs.found, 'true') }} name: Report obsoleted branches (email) - uses: dawidd6/action-send-mail@6063705cefe50cb915fc53bb06d4049cae2953b2 + uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde with: server_address: ${{ secrets.MAIL_SERVER }} username: ${{ secrets.MAIL_USERNAME }} diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 59d84b9bec3..88ef4b1bdf2 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -19,9 +19,9 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version