Skip to content

automated(deps): bump vladopajic/go-test-coverage from 2.14.3 to 2.15.0 #70

automated(deps): bump vladopajic/go-test-coverage from 2.14.3 to 2.15.0

automated(deps): bump vladopajic/go-test-coverage from 2.14.3 to 2.15.0 #70

Workflow file for this run

---
name: GitHub Actions
on:
pull_request:
merge_group:
types: [checks_requested]
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: go.work
- run: sudo apt update && sudo apt install shellcheck
- run: go tool actionlint -shellcheck shellcheck