Merge pull request 'fix: downgrade checkout' (#16) from bugfix/checkout into main

Reviewed-on: #16
Reviewed-by: Markus.Opahle@schmalz.de <Markus.Opahle@schmalz.de>
This commit is contained in:
Michael.Seele@schmalz.de 2026-05-04 13:51:28 +00:00
commit 0e2a2306c0
Signed by: schmalz-git.git.onstackit.cloud
GPG key ID: 569DFBE669A0D544

View file

@ -33,9 +33,9 @@ runs:
using: composite
steps:
# Pinned to commit SHA instead of a tag to prevent supply chain attacks.
# actions/checkout v6.0.2 — https://code.forgejo.org/actions/checkout/commits/tag/v6.0.2
# actions/checkout v5.0.1 — https://code.forgejo.org/actions/checkout/commits/tag/v5.0.1
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
ref: ${{ inputs.ref }}
repository: ${{ inputs.repository }}