Skip to content

Bump github/codeql-action from 3.24.0 to 3.24.3 #181

Bump github/codeql-action from 3.24.0 to 3.24.3

Bump github/codeql-action from 3.24.0 to 3.24.3 #181

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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
disable-telemetry: true
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install gomplate
run: make install-gomplate
- name: Run checks
env:
# Installed by previous step
GOMPLATE: ${HOME}/go/bin/gomplate
run: make ci