Skip to content

Commit

Permalink
update go in codeql (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong authored Feb 20, 2024
1 parent d00221f commit 59d5fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
cache-dependency-path: "**/go.sum"
- uses: github/codeql-action/init@v3
with:
languages: go
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
tag: "v${{ steps.query-release-info.outputs.version }}"
})
- name: Create release
id: create-release
uses: actions/github-script@v7
if: steps.latest-release.outcome == 'failure'
with:
Expand Down

0 comments on commit 59d5fe0

Please sign in to comment.