Skip to content

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#103) #80

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#103)

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#103) #80

Workflow file for this run

name: Semanticore
on:
push:
branches:
- master
jobs:
semanticore:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.*' ]
name: Semanticore
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Semanticore
run: go run github.com/aoepeople/semanticore@v0
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}