Skip to content

Update PKL version in GitHub Actions workflow #30

Update PKL version in GitHub Actions workflow

Update PKL version in GitHub Actions workflow #30

Workflow file for this run

name: Run security checks
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v8
- uses: golang/govulncheck-action@v1