Skip to content

Commit

Permalink
replaced @develop by @0.0.1 in calling reusable gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Jul 20, 2023
1 parent 95961c0 commit 514819b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ concurrency:

jobs:
call-workflow-playwright-test:
uses: button-inc/gh-actions/.github/workflows/test-code-playwright.yml@develop
uses: button-inc/gh-actions/.github/workflows/test-code-playwright.yml@v0.0.1
8 changes: 4 additions & 4 deletions .github/workflows/scan-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ concurrency:

jobs:
call-workflow-trivy-scan:
uses: button-inc/gh-actions/.github/workflows/scan-code-trivy.yml@develop
uses: button-inc/gh-actions/.github/workflows/scan-code-trivy.yml@v0.0.1

call-workflow-husky-scan:
uses: button-inc/gh-actions/.github/workflows/scan-code-husky.yml@develop
uses: button-inc/gh-actions/.github/workflows/scan-code-husky.yml@v0.0.1
with:
working-directory: ./app
node-version: '18'

call-workflow-gitleaks-scan:
uses: button-inc/gh-actions/.github/workflows/scan-code-gitleaks.yml@develop
uses: button-inc/gh-actions/.github/workflows/scan-code-gitleaks.yml@v0.0.1
with:
notify-user-list: "@shon-button,@YaokunLin"
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
gitleaks-license: ${{ secrets.GITLEAKS_LICENSE}}

call-workflow-owasp-zap-scan:
uses: button-inc/gh-actions/.github/workflows/scan-code-owasp-zap.yml@develop
uses: button-inc/gh-actions/.github/workflows/scan-code-owasp-zap.yml@v0.0.1
with:
target-url: 'http://localhost:3000'

Expand Down

0 comments on commit 514819b

Please sign in to comment.