From 1ebfc431a2eb26b6ce28337b086d91373a725c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:46:27 +0000 Subject: [PATCH] Bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [ansible/ansible-lint](https://github.com/ansible/ansible-lint). Updates `golangci/golangci-lint-action` from 5 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6) Updates `ansible/ansible-lint` from 6 to 24 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v6...v24) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: ansible/ansible-lint dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-jobs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-jobs.yml b/.github/workflows/lint-jobs.yml index 046cb1c..a981aa3 100644 --- a/.github/workflows/lint-jobs.yml +++ b/.github/workflows/lint-jobs.yml @@ -20,7 +20,7 @@ jobs: go-version-file: worker/go.mod cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: version: v1.54 working-directory: worker @@ -33,7 +33,7 @@ jobs: go-version-file: gobot/go.mod cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: version: v1.54 working-directory: gobot @@ -44,7 +44,7 @@ jobs: - name: Install required collections and roles run: ansible-galaxy install -r ./deploy/ansible/requirements.yml --force - name: Run ansible-lint - uses: ansible/ansible-lint@v6 + uses: ansible/ansible-lint@v24 with: working-directory: deploy shellcheck: