Skip to content

Commit 9ed82d5

Browse files
committed
fix(ci): Always use sha hash for referencing github actions
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent e7eda20 commit 9ed82d5

File tree

2 files changed

+4
-60
lines changed

2 files changed

+4
-60
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/workflows/integration_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Checkout server
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6868
with:
6969
repository: nextcloud/server
7070
ref: ${{ matrix.server-versions }}
@@ -77,14 +77,14 @@ jobs:
7777
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
7878
7979
- name: Set up php ${{ matrix.php-versions }}
80-
uses: shivammathur/setup-php@v2
80+
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
8181
with:
8282
php-version: ${{ matrix.php-versions }}
8383
tools: phpunit
8484
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_mysql, pdo_sqlite, pgsql, pdo_pgsql, gd, zip
8585

8686
- name: Checkout app
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8888
with:
8989
path: ${{ env.APP_NAME }}
9090

@@ -115,7 +115,7 @@ jobs:
115115
run: ./occ app:enable -vvv -f app_api
116116

117117
- name: Setup python 3.10
118-
uses: actions/setup-python@v5
118+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 #v5.4.0
119119
with:
120120
python-version: '3.10'
121121
cache: 'pip'

0 commit comments

Comments
 (0)