Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory #242

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory #242

Workflow file for this run

name: Govulncheck
on:
pull_request:
permissions:
contents: read
jobs:
govulncheck:
name: Govulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- uses: temporalio/public-actions/golang/govulncheck@main