Skip to content

fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#67) #77

fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#67)

fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#67) #77

Workflow file for this run

name: Semanticore
on:
push:
branches:
- main
jobs:
semanticore:
runs-on: ubuntu-latest
name: Semanticore
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.*'
- name: Semanticore
run: go run .
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}