Skip to content

chore(deps): update actions/download-artifact action to v4.1.8 #326

chore(deps): update actions/download-artifact action to v4.1.8

chore(deps): update actions/download-artifact action to v4.1.8 #326

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and Setup
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Build
uses: ./.github/actions/ci/build
with:
go_version-file: go.mod
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Run Linter
uses: ./.github/actions/ci/lint
with:
go_version-file: go.mod
leaks:
name: Check Leaks
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Check Leaks
uses: ./.github/actions/ci/leaks
with:
gitleaks_license: ${{ secrets.GITLEAKS_LICENSE }}