From 56e978a4a16718c4e090a680ec92bd76f69bee1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:31:33 +0000 Subject: [PATCH] build(deps): update notdodo/github-actions requirement to gitleaks-v0.0.2 Updates the requirements on [notdodo/github-actions](https://github.com/notdodo/github-actions) to permit the latest version. - [Commits](https://github.com/notdodo/github-actions/commits/gitleaks-v0.0.2) --- updated-dependencies: - dependency-name: notdodo/github-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/python-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 89457fd..fd2966c 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -19,14 +19,14 @@ concurrency: jobs: python-ci-app: - uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0.0.3 + uses: notdodo/github-actions/.github/workflows/python-ci.yml@gitleaks-v0.0.2 with: poetry-version: latest python-version: 3.12 working-directory: "./app" python-ci-pulumi: - uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0.0.3 + uses: notdodo/github-actions/.github/workflows/python-ci.yml@gitleaks-v0.0.2 with: poetry-version: latest python-version: 3.12