From 908b1667a43fb05c37e20a8c98a4bb20da33fe9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:50:58 +0000 Subject: [PATCH 1/2] Bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.1` | `3.29.3` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.3.0` | `5.6.0` | | [reviewdog/action-setup](https://github.com/reviewdog/action-setup) | `1.3.0` | `1.3.2` | | [reviewdog/action-ansiblelint](https://github.com/reviewdog/action-ansiblelint) | `1.16.0` | `1.17.0` | | [reviewdog/action-yamllint](https://github.com/reviewdog/action-yamllint) | `1.20.0` | `1.21.0` | Updates `github/codeql-action` from 3.28.1 to 3.29.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/b6a472f63d85b9c78a3ac5e89422239fc15e9b3c...d6bbdef45e766d081b84a2def353b0055f728d3e) Updates `actions/setup-python` from 5.3.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/0b93645e9fea7318ecaed2b359559ac225c90a2b...a26af69be951a213d495a4c3e4e4022e16d87065) Updates `reviewdog/action-setup` from 1.3.0 to 1.3.2 - [Release notes](https://github.com/reviewdog/action-setup/releases) - [Commits](https://github.com/reviewdog/action-setup/compare/3f401fe1d58fe77e10d665ab713057375e39b887...e04ffabe3898a0af8d0fb1af00c188831c4b5893) Updates `reviewdog/action-ansiblelint` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/reviewdog/action-ansiblelint/releases) - [Commits](https://github.com/reviewdog/action-ansiblelint/compare/281c57acb22e30c7db4fc84bbe30d86dc5b24234...5b8ca4b12dcbcdf63d4739dacd90609abafe8924) Updates `reviewdog/action-yamllint` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/reviewdog/action-yamllint/releases) - [Commits](https://github.com/reviewdog/action-yamllint/compare/1dca3ad811867be18fbe293a9818d715a6c2cd46...f01d8a48fd8d89f89895499fca2cff09f9e9e8c0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: reviewdog/action-setup dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: reviewdog/action-ansiblelint dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: reviewdog/action-yamllint dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/lint.yml | 12 ++++++------ .github/workflows/tests.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5961c17..e30b95a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,9 +32,9 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 + uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 + uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 79fc795..f1901d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,13 +18,13 @@ jobs: persist-credentials: false - name: Set up Python 3 - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 - name: Install flake8 run: pip3 install flake8 - name: Set up reviewdog - uses: reviewdog/action-setup@3f401fe1d58fe77e10d665ab713057375e39b887 # v1.3.9 + uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.9 - name: Run flake8 env: @@ -46,10 +46,10 @@ jobs: persist-credentials: false - name: Set up Python 3 - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 - name: ansible-lint - uses: reviewdog/action-ansiblelint@281c57acb22e30c7db4fc84bbe30d86dc5b24234 # v1.16.0 + uses: reviewdog/action-ansiblelint@5b8ca4b12dcbcdf63d4739dacd90609abafe8924 # v1.17.0 yamllint: name: YAML Lint @@ -62,7 +62,7 @@ jobs: persist-credentials: false - name: Set up Python 3 - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 - name: yamllint - uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0 + uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a7a305..3f64ef5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false - name: Install Python ${{ matrix.python-version }} - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: ${{ matrix.python-version }} From c173d6384b89a4eb0942ee3872e8e8086a2c81ed Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 22 Jul 2025 09:19:22 -0400 Subject: [PATCH 2/2] CI: update version string Co-authored-by: Elliott Sales de Andrade --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f1901d4..74e9a1f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: run: pip3 install flake8 - name: Set up reviewdog - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.9 + uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2 - name: Run flake8 env: