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

Reviewed-on: #17
This commit is contained in:
Michael.Seele@schmalz.de 2026-05-04 14:29:17 +00:00
commit 65b5f623c1
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 v5.0.1 — https://code.forgejo.org/actions/checkout/commits/tag/v5.0.1
# actions/checkout v4.3.1 — https://code.forgejo.org/actions/checkout/commits/tag/v4.3.1
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
ref: ${{ inputs.ref }}
repository: ${{ inputs.repository }}