Skip to content

Commit 1da8ce9

Browse files
committed
Pin some workflows
1 parent 26ed6a3 commit 1da8ce9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-gherkin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
name: Lint Gherkin Feature files
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
12-
- uses: bahmutov/npm-install@v1
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+
- uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
1313
- run: npm run lint

templates/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
3333
steps:
3434
- name: Check out source code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636

3737
- name: Setup PHP
38-
uses: shivammathur/setup-php@v2
38+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
3939
with:
4040
php-version: ${{ matrix.php-version }}
4141
tools: composer

0 commit comments

Comments
 (0)