Skip to content

Commit

Permalink
fix: workflow pinning (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo authored Apr 21, 2024
1 parent e9401ad commit 8f83cb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on:

jobs:
gitleaks:
uses: notdodo/github-actions/.github/workflows/gitleaks.yml@bd21ee21c5f49bb43f51327ce4a15983451c6a60
uses: notdodo/github-actions/.github/workflows/gitleaks.yml@2e84638563b65587b42ba8ab87ccdf1922c412dd
# gitleaks-v0.0.0
4 changes: 2 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ concurrency:

jobs:
sast:
uses: notdodo/github-actions/.github/workflows/go-security-scan.yml@cabf073f973a7074895d52d9ba3b59d5b05241ee
uses: notdodo/github-actions/.github/workflows/go-security-scan.yml@2e84638563b65587b42ba8ab87ccdf1922c412dd
# go-sec-v0.0.0

build-and-test:
uses: notdodo/github-actions/.github/workflows/go-ci.yml@3fa2e285bd272ae42a21fad0ffdf05066da2fa5f
uses: notdodo/github-actions/.github/workflows/go-ci.yml@2e84638563b65587b42ba8ab87ccdf1922c412dd
# go-ci-v0.0.0
2 changes: 1 addition & 1 deletion .github/workflows/infrascan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ concurrency:

jobs:
infra-security-scan:
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@cabf073f973a7074895d52d9ba3b59d5b05241ee
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@2e84638563b65587b42ba8ab87ccdf1922c412dd
# infra-scan-v0.0.0

0 comments on commit 8f83cb0

Please sign in to comment.