Skip to content

Commit 0764429

Browse files
authored
Merge pull request #513 from laravel/chore/github-actions-hardening
GitHub Actions hardening
2 parents c404425 + 5ad4f94 commit 0764429

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22-
with:
23-
persist-credentials: false
2422

2523
- name: Install pnpm
2624
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
version: 11.1.1
2727

28-
- uses: actions/setup-node@v6
28+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2929
with:
3030
node-version: "20"
3131
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)