Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

chore(deps): update actions/checkout digest to f43a0e5 #4

chore(deps): update actions/checkout digest to f43a0e5

chore(deps): update actions/checkout digest to f43a0e5 #4

name: Update renovate PRs
on:
push:
branches:
- 'renovate/**'
jobs:
check-metadata:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
env:
GO111MODULE: on
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
with:
python-version: 3.7
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
go-version: ^1
- name: Setup helm-docs
run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
- name: Run pre-commit
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # renovate: tag=v3.0.0
continue-on-error: true
- name: Setup Gitsign
uses: chainguard-dev/actions/setup-gitsign@main
- name: Commit pre-commit changes
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
with:
commit_message: Apply pre-commit changes
commit_options: '-s'