[Infrastructure] Pin actions with SHA and improve workflows (#6249)

* Pin actions with SHA, replace unmaintained, add dependabot for actions

* Update FreeBSD to version 15 for tests

* Use shared actions

* Update sign-pipelines version
This commit is contained in:
Theodor Midtlien
2026-05-29 15:24:30 +02:00
committed by GitHub
parent 43e041cf9f
commit 5a9e9e7bc9
21 changed files with 375 additions and 260 deletions

View File

@@ -83,7 +83,7 @@ jobs:
- name: Verify docs PR exists (and is open or merged)
if: steps.validate.outputs.mode == 'added'
uses: actions/github-script@v7
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
id: verify
with:
pr_number: ${{ steps.extract.outputs.pr_number }}