Skip to content

chore(deps): bump github/codeql-action from 4.31.5 to 4.31.6 in the c… #511

chore(deps): bump github/codeql-action from 4.31.5 to 4.31.6 in the c…

chore(deps): bump github/codeql-action from 4.31.5 to 4.31.6 in the c… #511

Workflow file for this run

name: component CTFs
on:
pull_request:
branches:
-main
push:
branches:
- main
workflow_dispatch:
workflow_call:
permissions:
contents: read
pull-requests: read
jobs:
build-cli:
name: Build component
runs-on: large_runner
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
~/.cache/go-build/
~/go/pkg/mod/
key: go-${{ hashFiles('go.sum') }}
restore-keys: |
go-
- name: Setup Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: CTF
run: PATH=$PATH:$(go env GOPATH)/bin make -C component/ ctf