Skip to content

Bump github/codeql-action from 3.26.0 to 3.26.2 #265

Bump github/codeql-action from 3.26.0 to 3.26.2

Bump github/codeql-action from 3.26.0 to 3.26.2 #265

Workflow file for this run

---
name: pre-merge-ci
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
disable-telemetry: true
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install gomplate
run: make install-gomplate
- name: Run checks
env:
# Installed by previous step
GOMPLATE: ${HOME}/go/bin/gomplate
run: make ci