Skip to content

build(deps): bump github.com/mattn/go-isatty from 0.0.23 to 0.0.24 #698

build(deps): bump github.com/mattn/go-isatty from 0.0.23 to 0.0.24

build(deps): bump github.com/mattn/go-isatty from 0.0.23 to 0.0.24 #698

Workflow file for this run

name: c-i
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
test:
name: Test Projects and Pipelines
strategy:
fail-fast: false
matrix:
arch:
- aarch64
- x86_64
permissions:
contents: read
runs-on: ubuntu-24.04-${{matrix.arch}}
steps:
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: chainguard-dev/actions/apt-faster@b2555de0cf9724fb9b49d050ff18bd1f49562ba7 # v1.6.29
- uses: chainguard-dev/actions/setup-melange@b2555de0cf9724fb9b49d050ff18bd1f49562ba7 # v1.6.29
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: './go.work'
cache-dependency-path: '**/*.sum'
- name: Setup shellcheck
uses: ./.github/actions/shellcheck
with:
version: v0.10.0
- name: lint
run: make lint
- name: Build
run: make build
- name: Test all projects
run: |
make test-projects
- name: Test in melange
run: |
make test-melange
- name: Test pipeline validations
run: |
make test-pipelines