Skip to content

chore(deps): update module github.com/fluxcd/pkg/runtime to v0.79.0 (… #286

chore(deps): update module github.com/fluxcd/pkg/runtime to v0.79.0 (…

chore(deps): update module github.com/fluxcd/pkg/runtime to v0.79.0 (… #286

Workflow file for this run

name: main
on:
push:
branches:
- master
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.24.x
- name: Tests
run: make test
- name: Send go coverage report
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
with:
path-to-profile: coverage.out