Skip to content

chore(deps): bump actions/upload-artifact from 3.2.1.pre.node20 to 4.4.0 #494

chore(deps): bump actions/upload-artifact from 3.2.1.pre.node20 to 4.4.0

chore(deps): bump actions/upload-artifact from 3.2.1.pre.node20 to 4.4.0 #494

Workflow file for this run

# SPDX-License-Identifier: MIT
name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.22.5'
- name: make verify
run: make verify
- name: make lint
run: make golangci-lint && GOLANGCI_LINT_EXTRA_ARGS=--timeout=1h make lint
- name: make test
run: make test
- name: make sbom
run: make sbom
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: sbom
path: tmp/garm-operator.bom.spdx