Skip to content

Commit 899da8e

Browse files
Pin third-party GitHub Actions to full commit SHAs (#33)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent c5d5cf9 commit 899da8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919

2020
- name: Validate composer.json and composer.lock
2121
run: composer validate --strict
2222

2323
- name: Cache Composer packages
2424
id: composer-cache
25-
uses: actions/cache@v3
25+
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
2626
with:
2727
path: vendor
2828
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)