Skip to content

Commit 6fd7840

Browse files
committed
fix(CI): use sha for actions
Signed-off-by: Carl Schwan <carlschwan@kde.org>
1 parent 7d1ea0b commit 6fd7840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/profile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
--health-retries=5
4444
steps:
4545
- name: Set up php${{ matrix.php-version }}
46-
uses: shivammathur/setup-php@master
46+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
4747
with:
4848
php-version: ${{ matrix.php-version }}
4949
extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,pdo_mysql,posix,sqlite,xml,zip
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Nextcloud
5454
run: php -f nextcloud/occ maintenance:install --database-host 127.0.0.1 --database-name nextcloud --database-user nextcloud --database-pass nextcloud --admin-user admin --admin-pass admin --database mysql
5555
- name: Checkout app
56-
uses: actions/checkout@master
56+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757
with:
5858
path: nextcloud/apps/suspicious_login
5959
- name: Install dependencies

0 commit comments

Comments
 (0)