Skip to content

Commit 44140c7

Browse files
authored
Merge pull request #201 from maxmind/pnelson/uhu-960-zizmor-update
update zizmor to verson 1.7.0
2 parents 8a706fb + fa80939 commit 44140c7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "PHP Lints"
1515
steps:
1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@v2
17+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
1818
with:
1919
php-version: 8.2
2020
tools: composer

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
1919
steps:
2020
- name: Setup PHP
21-
uses: shivammathur/setup-php@v2
21+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
2222
with:
2323
php-version: ${{ matrix.php-versions }}
2424
ini-file: development

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@v5
25+
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
2626
with:
2727
enable-cache: false
2828

2929
- name: Run zizmor
30-
run: uvx zizmor@1.5.2 --format plain .
30+
run: uvx zizmor@1.7.0 --format plain .
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)