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.1

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.1)

---
updated-dependencies:
- dependency-name: notdodo/github-actions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent d715879 commit 9651fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ concurrency:

jobs:
sast:
uses: notdodo/github-actions/.github/workflows/go-security-scan.yml@go-sec-v0.0.1
uses: notdodo/github-actions/.github/workflows/go-security-scan.yml@gitleaks-v0.0.1

build-and-test:
uses: notdodo/github-actions/.github/workflows/go-ci.yml@go-ci-v0.0.1
uses: notdodo/github-actions/.github/workflows/go-ci.yml@gitleaks-v0.0.1

build-docker-image:
if: ${{ github.event_name == 'pull_request' }}
uses: notdodo/github-actions/.github/workflows/docker-build-and-push.yml@docker-build-and-push-v0.0.1
uses: notdodo/github-actions/.github/workflows/docker-build-and-push.yml@gitleaks-v0.0.1
with:
image: notdodo/iamm-iamme
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infrascan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ concurrency:

jobs:
infra-security-scan:
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@infra-scan-v0.0.1
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@gitleaks-v0.0.1

0 comments on commit 9651fdd

Please sign in to comment.