Skip to content

VLN-1429: fix unpinned-github-actions #549

VLN-1429: fix unpinned-github-actions

VLN-1429: fix unpinned-github-actions #549

Workflow file for this run

name: Build
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
with:
go-version: '1.21'
check-latest: true
- name: Install Protoc
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6 # v2.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Validate and build go bindings from the proto files
run: make ci-build
env:
BUF_INPUT_HTTPS_USERNAME: ${{github.actor}}
BUF_INPUT_HTTPS_PASSWORD: ${{github.token}}