ci: pin dependencies to commit (#10296)

This commit is contained in:
Nikolay Vitkov
2023-06-02 11:52:21 +02:00
committed by GitHub
parent 021402d136
commit d20b4fb407
9 changed files with 65 additions and 65 deletions

View File

@@ -20,7 +20,7 @@ jobs:
changes: ${{ steps.changes.outputs.changes }}
steps:
- name: Check out repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 2
- name: Check if branch is out of date
@@ -29,7 +29,7 @@ jobs:
git fetch origin main --depth 1 &&
git merge-base --is-ancestor origin/main @;
- name: Detect changed packages
uses: dorny/paths-filter@v2.11.1
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
id: changes
with:
filters: |