Skip to content

Commit 82f1aef

Browse files
authored
chore: pin gh action versions (#167)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 4b6a645 commit 82f1aef

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout server
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7676
with:
7777
repository: nextcloud/server
7878
ref: ${{ matrix.server-versions }}
@@ -85,20 +85,20 @@ jobs:
8585
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
8686
8787
- name: Set up php ${{ matrix.php-versions }}
88-
uses: shivammathur/setup-php@v2
88+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
8989
with:
9090
php-version: ${{ matrix.php-versions }}
9191
tools: phpunit
9292
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_mysql, pdo_sqlite, pgsql, pdo_pgsql, gd, zip
9393

9494
- name: Checkout context_chat php app
95-
uses: actions/checkout@v4
95+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9696
with:
9797
repository: nextcloud/context_chat
9898
path: apps/context_chat
9999

100100
- name: Checkout backend
101-
uses: actions/checkout@v4
101+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
102102
with:
103103
path: context_chat_backend/
104104

@@ -129,7 +129,7 @@ jobs:
129129
run: ./occ app:enable -vvv -f context_chat app_api testing
130130

131131
- name: Checkout documentation
132-
uses: actions/checkout@v4
132+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
133133
with:
134134
repository: nextcloud/documentation
135135
path: data/admin/files/documentation
@@ -149,7 +149,7 @@ jobs:
149149
rm -rf documentation
150150
151151
- name: Setup python 3.11
152-
uses: actions/setup-python@v5
152+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
153153
with:
154154
python-version: '3.11'
155155
cache: 'pip'

.github/workflows/stale-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
issues: write
1313
steps:
14-
- uses: actions/stale@v9
14+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
1515
with:
1616
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
1717
days-before-stale: 30

0 commit comments

Comments
 (0)