Skip to content

automated(deps): bump github/codeql-action from 3.30.4 to 3.30.5 #172

automated(deps): bump github/codeql-action from 3.30.4 to 3.30.5

automated(deps): bump github/codeql-action from 3.30.4 to 3.30.5 #172

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@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: go.work
- run: sudo apt update && sudo apt install shellcheck
- run: go tool actionlint -shellcheck shellcheck