mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-03-17 13:00:47 +00:00
chore(deps): pin dependencies (#25)
This commit is contained in:
4
.github/workflows/dependency-review.yml
vendored
4
.github/workflows/dependency-review.yml
vendored
@@ -18,6 +18,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout Repository"
|
- name: "Checkout Repository"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
- name: "Dependency Review"
|
- name: "Dependency Review"
|
||||||
uses: actions/dependency-review-action@v4
|
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4
|
||||||
|
|||||||
10
.github/workflows/test-and-build.yml
vendored
10
.github/workflows/test-and-build.yml
vendored
@@ -17,12 +17,12 @@ jobs:
|
|||||||
php: ["8.2"]
|
php: ["8.2"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php }}
|
php-version: ${{ matrix.php }}
|
||||||
ini-values: phar.readonly=0
|
ini-values: phar.readonly=0
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: Ensure the PHAR works
|
- name: Ensure the PHAR works
|
||||||
run: builds/branch-usage-checker --version
|
run: builds/branch-usage-checker --version
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
|
||||||
name: Upload the PHAR artifact
|
name: Upload the PHAR artifact
|
||||||
with:
|
with:
|
||||||
name: branch-usage-checker
|
name: branch-usage-checker
|
||||||
@@ -64,13 +64,13 @@ jobs:
|
|||||||
- "build-phar"
|
- "build-phar"
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
|
||||||
with:
|
with:
|
||||||
name: branch-usage-checker
|
name: branch-usage-checker
|
||||||
path: builds/
|
path: builds/
|
||||||
|
|
||||||
- name: Upload box.phar
|
- name: Upload box.phar
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
files: builds/branch-usage-checker
|
files: builds/branch-usage-checker
|
||||||
|
|||||||
Reference in New Issue
Block a user