Skip to content

harness: rename missed GH_ACTIONS_PIN_* env vars #43

harness: rename missed GH_ACTIONS_PIN_* env vars

harness: rename missed GH_ACTIONS_PIN_* env vars #43

Workflow file for this run

name: release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

Invalid dependency lockfile ".github/workflows/actions.lock": workflow ".github/workflows/release.yml" references actions not present in the lockfile: github/setup-goproxy@5e60e1074d42316dfe2949ebf9a92bf77b24645b Run 'gh actions-pin' to regenerate the lockfile.
on:
push:
tags:
- "v*"
permissions:
contents: write
id-token: write
attestations: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: OIDC Setup for goproxy
uses: github/setup-goproxy@5e60e1074d42316dfe2949ebf9a92bf77b24645b # v1.1.0
- uses: actions/checkout@v6.0.2
- uses: cli/gh-extension-precompile@v2.1.0
with:
generate_attestations: true
go_version_file: go.mod
go_build_options: ./cmd/gh-actions-lock
sync-early-access-release:
needs: release
uses: ./.github/workflows/sync-early-access-release.yml
with:
tag: ${{ github.ref_name }}
secrets:
ACTIONS_LOCKED_DEPENDENCIES_RELEASE_PAT: ${{ secrets.ACTIONS_LOCKED_DEPENDENCIES_RELEASE_PAT }}