Skip to content

Commit

Permalink
build(deps): update notdodo/github-actions requirement to gitleaks-v0…
Browse files Browse the repository at this point in the history
….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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent d518d6e commit 5876158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:

jobs:
gitleaks:
uses: notdodo/github-actions/.github/workflows/[email protected].2
uses: notdodo/github-actions/.github/workflows/[email protected].3
4 changes: 2 additions & 2 deletions .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,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.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.3
uses: notdodo/github-actions/.github/workflows/python-ci.yml@gitleaks-v0.0.3
with:
poetry-version: latest
python-version: 3.12
Expand Down

0 comments on commit 5876158

Please sign in to comment.