From 8b6325981f8745ea0f1c7c31db60301abe39d843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:56:20 +0200 Subject: [PATCH] update fluentd-elasticsearch & Bump github/super-linter from 5 to 6 (#181) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump github/super-linter from 5 to 6 Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/super-linter/compare/v5...v6) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update Chart.yaml Signed-off-by: André Bauer * fix checkov gha Signed-off-by: André Bauer * Update Chart.yaml Signed-off-by: André Bauer --------- Signed-off-by: dependabot[bot] Signed-off-by: André Bauer Signed-off-by: André Bauer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: André Bauer Co-authored-by: André Bauer --- .github/workflows/ci.yaml | 4 +++- .github/workflows/release.yaml | 6 ++++++ .github/workflows/sync-readme.yaml | 4 ++++ charts/fluentd-elasticsearch/Chart.yaml | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7fa6ab9..c402efb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,7 @@ name: ci +permissions: read-all + on: pull_request: paths: @@ -37,7 +39,7 @@ jobs: with: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v6 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 815971f..6b2049a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,7 @@ name: Release Charts +permissions: read-all + on: push: branches: @@ -10,6 +12,10 @@ env: jobs: release: + permissions: + contents: write # to push chart release and create a release (helm/chart-releaser-action) + packages: write # needed for ghcr access + id-token: write # needed for keyless signing runs-on: ubuntu-22.04 steps: - name: Checkout diff --git a/.github/workflows/sync-readme.yaml b/.github/workflows/sync-readme.yaml index 3f7bdf6..584eb62 100644 --- a/.github/workflows/sync-readme.yaml +++ b/.github/workflows/sync-readme.yaml @@ -1,5 +1,7 @@ name: sync-readme +permissions: read-all + on: push: branches: @@ -9,6 +11,8 @@ on: jobs: build: + permissions: + contents: write # for git push runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/charts/fluentd-elasticsearch/Chart.yaml b/charts/fluentd-elasticsearch/Chart.yaml index 8b5f625..d3e6071 100644 --- a/charts/fluentd-elasticsearch/Chart.yaml +++ b/charts/fluentd-elasticsearch/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: fluentd-elasticsearch -version: 13.12.0 -appVersion: v4.7.0 +version: 13.12.1 +appVersion: v4.7.4 type: application home: https://www.fluentd.org/ description: A Fluentd Helm chart for Kubernetes with Elasticsearch output