Skip to content

Commit b7e81da

Browse files
committed
ci(workflow): pin scrutinizer action to commit SHA for security
Replace @latest with @9dcc96ca4b3cbada8b96f80e155acf2bf186b75c to comply with GitHub security requirements that mandate pinning actions to full-length commit SHA Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 7a23788 commit b7e81da

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/phpunit-sqlite-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: composer run test:coverage
134134

135135
- name: Upload Scrutinizer coverage
136-
uses: sudo-bot/action-scrutinizer@latest
136+
uses: sudo-bot/action-scrutinizer@e7b8e19a30b41be2aeba1c09ae4674cf5011c20a # latest
137137
if: github.repository == 'nextcloud/twofactor_gateway'
138138
with:
139139
cli-args: >

vendor-bin/php-scoper/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/unit/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)