Skip to content

Commit b14541f

Browse files
committed
Pin nested action dependencies to full SHAs
1 parent 220e425 commit b14541f

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/branch-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
timeout-minutes: 5
1414
steps:
1515
- name: Set Labels
16-
uses: woocommerce/grow/branch-label@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
16+
uses: woocommerce/grow/branch-label@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2323

2424
- name: Prepare PHP
25-
uses: woocommerce/grow/prepare-php@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
25+
uses: woocommerce/grow/prepare-php@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
2626
with:
2727
install-deps: "no"
2828

2929
- name: Prepare node
30-
uses: woocommerce/grow/prepare-node@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
30+
uses: woocommerce/grow/prepare-node@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
3131
with:
3232
node-version-file: ".nvmrc"
3333
ignore-scripts: "no"
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Publish dev build to GitHub
4242
if: ${{ github.event_name == 'push' && github.ref_name == 'trunk' }}
43-
uses: woocommerce/grow/publish-extension-dev-build@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
43+
uses: woocommerce/grow/publish-extension-dev-build@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
4444
with:
4545
extension-asset-path: woocommerce-google-analytics-integration.zip
4646

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
3838

3939
- name: Prepare PHP
40-
uses: woocommerce/grow/prepare-php@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
40+
uses: woocommerce/grow/prepare-php@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
4141
with:
4242
install-deps: "no"
4343

4444
- name: Prepare node
45-
uses: woocommerce/grow/prepare-node@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
45+
uses: woocommerce/grow/prepare-node@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
4646
with:
4747
node-version-file: ".nvmrc"
4848
ignore-scripts: "no"

.github/workflows/js-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
3030

3131
- name: Prepare node
32-
uses: woocommerce/grow/prepare-node@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
32+
uses: woocommerce/grow/prepare-node@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
3333
with:
3434
node-version-file: ".nvmrc"
3535

.github/workflows/php-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
4949

5050
- name: Prepare PHP
51-
uses: woocommerce/grow/prepare-php@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
51+
uses: woocommerce/grow/prepare-php@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
5252
with:
5353
php-version: 7.4
5454
tools: cs2pr

.github/workflows/php-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
8787

8888
- name: Prepare PHP
89-
uses: woocommerce/grow/prepare-php@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
89+
uses: woocommerce/grow/prepare-php@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
9090
with:
9191
php-version: "${{ matrix.php }}"
9292

@@ -128,7 +128,7 @@ jobs:
128128
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
129129

130130
- name: Prepare PHP
131-
uses: woocommerce/grow/prepare-php@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
131+
uses: woocommerce/grow/prepare-php@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
132132
with:
133133
php-version: "${{ inputs.php-version }}"
134134

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
3232

3333
- name: Create branch & PR
34-
uses: woocommerce/grow/prepare-extension-release@3a4249a1fc7e39a987d213e578cbcf32abd55980 # actions-v3
34+
uses: woocommerce/grow/prepare-extension-release@a81d3fca0166a02a4c25953d250d80d3612db4b8 # actions-v3
3535
with:
3636
version: ${{ github.event.inputs.version }}
3737
type: ${{ github.event.inputs.type }}

0 commit comments

Comments
 (0)