From 84155a6b21debb26d591f23fb5cfd5d5b042a28b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:14:13 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/mega-linter.yml | 2 +- .github/workflows/release-action-using-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 95ba669..bd641c6 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -40,7 +40,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter/flavors/python@190cd0dad6dc52b2de5b810e3b290c3d6bdcc0f2 # v7.9.0 + uses: oxsecurity/megalinter/flavors/python@a7a0163b6c8ff7474a283d99a706e27483ddd80f # v7.10.0 env: # All available variables are described in documentation # https://megalinter.io/configuration/ diff --git a/.github/workflows/release-action-using-tag.yml b/.github/workflows/release-action-using-tag.yml index 9739b6d..c9ef0de 100644 --- a/.github/workflows/release-action-using-tag.yml +++ b/.github/workflows/release-action-using-tag.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 # v6.1 + uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release