Skip to content

Pin GitHub Actions to commit SHAs #1655

Pin GitHub Actions to commit SHAs

Pin GitHub Actions to commit SHAs #1655

Workflow file for this run

name: CI
permissions:
contents: read
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: go.mod
- name: Build
run: script/cibuild
- name: Upload gh-ost binary artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: gh-ost
path: bin/gh-ost