From 4280e592bd19a00e1842d14c4818cea17e8cbc37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:20:19 +0000 Subject: [PATCH] build(deps): update notdodo/github-actions requirement to gitleaks-v0.0.3 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.3) --- updated-dependencies: - dependency-name: notdodo/github-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lambda-deploy.yml | 2 +- .github/workflows/pulumi-preview.yml | 4 ++-- .github/workflows/rust-ci.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lambda-deploy.yml b/.github/workflows/lambda-deploy.yml index 04a13d0..dd88c54 100644 --- a/.github/workflows/lambda-deploy.yml +++ b/.github/workflows/lambda-deploy.yml @@ -16,7 +16,7 @@ jobs: actions: read security-events: write contents: read - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.0 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@gitleaks-v0.0.3 with: working-directory: ./app/fetcher diff --git a/.github/workflows/pulumi-preview.yml b/.github/workflows/pulumi-preview.yml index 0b02264..0f5c183 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -12,14 +12,14 @@ concurrency: jobs: python-ci-app: - uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0.0.4 + uses: notdodo/github-actions/.github/workflows/python-ci.yml@gitleaks-v0.0.3 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.4 + uses: notdodo/github-actions/.github/workflows/python-ci.yml@gitleaks-v0.0.3 with: poetry-version: latest python-version: 3.12 diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 7602a70..2d42078 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -14,6 +14,6 @@ jobs: actions: read security-events: write contents: read - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.0 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@gitleaks-v0.0.3 with: working-directory: ./app/fetcher