Skip to content

Update codecov/codecov-action action to v5.3.1 #1218

Update codecov/codecov-action action to v5.3.1

Update codecov/codecov-action action to v5.3.1 #1218

Workflow file for this run

name: Build
on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Build AWS Lambda binaries
runs-on: ubuntu-24.04
steps:
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 1.22
check-latest: true
- name: Build binaries
run: |
make build-lambda
tar -C .. -czf mailbox-linux-amd64.tar.gz mailbox/bin