Skip to content

automated(deps): bump github/codeql-action from 3.29.9 to 3.29.10 (#161) #131

automated(deps): bump github/codeql-action from 3.29.9 to 3.29.10 (#161)

automated(deps): bump github/codeql-action from 3.29.9 to 3.29.10 (#161) #131

---
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- 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