Skip to content

Commit

Permalink
👷 Merge advanced security into main flow
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Dec 6, 2023
1 parent 4a09c41 commit b614753
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

20 changes: 19 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,26 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: coverage.txt
advanced-security:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21'
- uses: github/codeql-action/init@v2
with:
languages: 'go'
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2
release:
needs: [ test ]
needs:
- test
- advanced-security
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
Expand Down

0 comments on commit b614753

Please sign in to comment.