Skip to content

deps: update actions/checkout action to v4.2.0 (#732) #522

deps: update actions/checkout action to v4.2.0 (#732)

deps: update actions/checkout action to v4.2.0 (#732) #522

Workflow file for this run

name: Golang-ci lint
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- ".github/workflows/lint.yml"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- ".github/workflows/lint.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
container: ghcr.io/edgelesssys/edgelessrt-dev:ci
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
skip-cache: true
args: --timeout=30m