Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: workflow pinning #55

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading