File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2222
2323 steps :
24- - uses : actions/checkout@v2
25- - uses : shivammathur/setup-php@v2
24+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
25+ - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
2626 with :
2727 php-version : ${{ matrix.php }}
2828 extensions : curl, pdo_sqlite
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- os : [ubuntu-20 .04]
17+ os : [ubuntu-24 .04]
1818 semantic-version : [17.3.9]
1919 runs-on : ${{ matrix.os }}
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2222 with :
2323 token : ${{ secrets.CREATE_RELEASE }}
2424 fetch-depth : 0
2525 - run : npm install -g '@limetech/semantic-release-laravel' --no-package-lock --silent
26- - uses : cycjimmy/semantic-release-action@v2
26+ - uses : cycjimmy/semantic-release-action@5982a02995853159735cb838992248c4f0f16166 # v2.7.0
2727 id : semantic
2828 with :
2929 semantic_version : ${{ matrix.semantic-version }}
You can’t perform that action at this time.
0 commit comments