@@ -12,10 +12,10 @@ jobs:
1212 steps :
1313
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
1717 - name : Setup PHP
18- uses : shivammathur/setup-php@v2
18+ uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
1919 with :
2020 php-version : ' 8.2'
2121 coverage : none
3131 run : php --version
3232
3333 - name : Set Node
34- uses : actions/setup-node@v4
34+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3535 with :
3636 node-version : 22.x
3737
4444 - name : Get npm cache directory
4545 id : npm-cache
4646 run : echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
47-
47+
4848 - name : Cache node modules
49- uses : actions/cache@v4
49+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5050 with :
5151 path : ${{ steps.npm-cache.outputs.dir }}
5252 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
6464 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6565
6666 - name : Cache Composer vendor directory
67- uses : actions/cache@v4
67+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6868 with :
6969 path : ${{ steps.composer-cache.outputs.dir }}
7070 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
7575 run : composer install --prefer-dist --no-progress --no-dev --optimize-autoloader
7676
7777 - name : WordPress Plugin Deploy
78- uses : 10up/action-wordpress-plugin-deploy@master
78+ uses : 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # 2.3.0
7979 env :
8080 SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
8181 SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
0 commit comments