Skip to content

Update codeql-action to v3 for uploading SARIF files #4

Update codeql-action to v3 for uploading SARIF files

Update codeql-action to v3 for uploading SARIF files #4

Workflow file for this run

name: test
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout upstream repo
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- run: go test .