Skip to content

Commit

Permalink
Do not pin CI workflows to specific commit
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus committed Sep 11, 2024
1 parent a450ff6 commit d52d012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@b08a9a088a397b72af093f865e1f67f9e5072867 # 1.27.2
uses: laminas/laminas-ci-matrix-action@v1

qa:
name: QA Checks
Expand All @@ -26,7 +26,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@f474cab0f489b50c3b31d6ae04f0a5fc189c796d # 1.40.0
uses: laminas/laminas-continuous-integration-action@v1
with:
job: ${{ matrix.job }}
services:
Expand Down

0 comments on commit d52d012

Please sign in to comment.