Skip to content

Commit 7e6abe1

Browse files
committed
Pin some GitHub Actions
1 parent b363431 commit 7e6abe1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install Composer dependencies & cache dependencies
3838
if: steps.check_composer_file.outputs.files_exists == 'true'
39-
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v3
39+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4
4040
env:
4141
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
4242
with:

.github/workflows/deployment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Install Composer dependencies & cache dependencies
32-
uses: "ramsey/composer-install@v3"
32+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4
3333
env:
3434
COMPOSER_ROOT_VERSION: 'dev-main'
3535
with:
@@ -49,13 +49,13 @@ jobs:
4949
echo "$CLI_VERSION" > cli_version.txt
5050
5151
- name: Upload WP-CLI version
52-
uses: actions/upload-artifact@v7
52+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5353
with:
5454
name: cli_version
5555
path: cli_version.txt
5656

5757
- name: Upload manifest file
58-
uses: actions/upload-artifact@v7
58+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5959
with:
6060
name: manifest
6161
path: vendor/wp-cli/wp-cli/manifest.json
@@ -64,7 +64,7 @@ jobs:
6464
run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --version=$CLI_VERSION
6565

6666
- name: Upload built Phar file
67-
uses: actions/upload-artifact@v7
67+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
6868
with:
6969
name: wp-cli-phar
7070
path: wp-cli.phar
@@ -125,7 +125,7 @@ jobs:
125125
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126

127127
- name: Install Composer dependencies & cache dependencies
128-
uses: "ramsey/composer-install@v3"
128+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4
129129
env:
130130
COMPOSER_ROOT_VERSION: 'dev-main'
131131
with:
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Setup MySQL Server
151151
id: setup-mysql
152-
uses: shogo82148/actions-setup-mysql@v1
152+
uses: shogo82148/actions-setup-mysql@840178c12b07a58353c6312be784c23b63756eea # v1
153153
with:
154154
mysql-version: ${{ matrix.mysql }}
155155
auto-start: true

.github/workflows/update-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install Composer dependencies & cache dependencies
4141
if: steps.check_composer_file.outputs.files_exists == 'true'
42-
uses: "ramsey/composer-install@v3"
42+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4
4343
env:
4444
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
4545
with:

0 commit comments

Comments
 (0)