renovate: pin gitea actions versions
All checks were successful
renovate / renovate (push) Successful in 24s

This commit is contained in:
Jake Hillion 2024-07-17 15:17:31 +01:00
parent 37214bfcca
commit 61b408acc5
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.432.0
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.7
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/JakeHillion/renovate-config/config.js"

View File

@ -1,5 +1,6 @@
{
"extends": [
"config:base"
"config:recommended",
"helpers:pinGitHubActionDigests"
]
}