Skip to content

build(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 #1282

build(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3

build(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 #1282

Workflow file for this run

name: PR Build
on:
pull_request: {}
permissions: read-all
jobs:
analysis:
name: PR Build
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- name: "Checkout code"
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
- name: "Setup Go"
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
- name: "Lint"
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.53.2
args: --timeout 3m0s
- name: "Unit test"
run: make test