Skip to content

Commit

Permalink
feat: splitting fossa-scan and private semantic action (#131) (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
uoboda-splunk authored Jan 25, 2023
1 parent a602f81 commit 8c64385
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 135 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: "3.7"
- name: Install actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.6.8/scripts/download-actionlint.bash)
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.6.22/scripts/download-actionlint.bash)
- uses: pre-commit/[email protected]

publish:
Expand All @@ -46,15 +46,9 @@ jobs:
with:
submodules: false
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Semantic Release
uses: cycjimmy/[email protected]
with:
semantic_version: 17
extra_plugins: |
@semantic-release/git
uses: splunk/[email protected]

env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

Expand Down
Loading

0 comments on commit 8c64385

Please sign in to comment.