chore(deps): pin actions/checkout action to 11bd719
All checks were successful
Action test on Ubuntu / ubuntu-minimal (push) Has been skipped
Action test on Ubuntu / ubuntu-full (push) Successful in 5s
Action test on Ubuntu / ubuntu-nochanges (push) Successful in 5s

Signed-off-by: RenovateBot <renovatebot@w9r.dev>
This commit is contained in:
RenovateBot 2025-01-08 14:00:42 +00:00
parent 094992fe11
commit 2ce2621e97

View file

@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name != 'push' if: github.event_name != 'push'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: date > reports/ubuntu_report_minimal.txt - run: date > reports/ubuntu_report_minimal.txt
- uses: https://w9r.dev/w9r.dev/action-git-commit-push@main - uses: https://w9r.dev/w9r.dev/action-git-commit-push@main
ubuntu-full: ubuntu-full:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: date > reports/ubuntu_report_full.txt - run: date > reports/ubuntu_report_full.txt
- uses: https://w9r.dev/w9r.dev/action-git-commit-push@main - uses: https://w9r.dev/w9r.dev/action-git-commit-push@main
with: with:
@ -36,5 +36,5 @@ jobs:
ubuntu-nochanges: ubuntu-nochanges:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: GuillaumeFalourd/git-commit-push@main - uses: GuillaumeFalourd/git-commit-push@main