Skip to content

Commit

Permalink
use the commit hashes of the versions for external actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jul 23, 2021
1 parent 7f6ab1b commit bb10b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: composer install --dev --prefer-dist --no-progress --no-suggest
- name: PHPCS check
uses: chekalsky/phpcs-action@v1
uses: chekalsky/phpcs-action@e269c2f264f400adcda7c6b24c8550302350d495
with:
phpcs_bin_path: './vendor/bin/phpcs'
enable_warnings: true
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:


steps:
- uses: shivammathur/setup-php@v2
- uses: shivammathur/setup-php@36cb9fb0fccf887130d6c5a3d40a3b3479310026
permissions:
contents: none
with:
Expand Down

0 comments on commit bb10b3a

Please sign in to comment.