mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
ci(dependencies): update job permissions, change commits to chore (#13457)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s
This commit is contained in:
parent
977c4f93a6
commit
e9fc134236
2 changed files with 4 additions and 5 deletions
5
.github/workflows/dependencies.yml
vendored
5
.github/workflows/dependencies.yml
vendored
|
|
@ -4,14 +4,13 @@ on:
|
|||
schedule:
|
||||
- cron: "0 6 * * 0"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check for updates
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'ohmyzsh/ohmyzsh'
|
||||
permissions:
|
||||
contents: write # this is needed to push commits and branches
|
||||
steps:
|
||||
- name: Harden the runner (Audit all outbound calls)
|
||||
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue