Skip to content

Bump ossf/scorecard-action from 2.3.1 to 2.3.3 #208

Bump ossf/scorecard-action from 2.3.1 to 2.3.3

Bump ossf/scorecard-action from 2.3.1 to 2.3.3 #208

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