File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ name: _lint
33on :
44 workflow_call :
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 lint :
811 runs-on : ubuntu-latest
912 steps :
10- - uses : actions/checkout@v4
13+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1114 - name : 🧹 lint yaml
12- uses : ibiqlik/action-yamllint@v3
15+ uses : ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
1316 with :
1417 config_file : " .yamllint.yml"
Original file line number Diff line number Diff line change 2020 required : false
2121 default : " keep"
2222
23+ permissions :
24+ contents : read
25+
2326jobs :
2427 stale :
2528 runs-on : ubuntu-latest
2629 steps :
2730 - name : 📆 mark stale activity
28- uses : actions/stale@v9
31+ uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
2932 with :
3033 repo-token : ${{ secrets.BLOOMBERG_OSS_USER_TOKEN_READ }}
3134 days-before-stale : ${{ inputs.days-until-stale }}
Original file line number Diff line number Diff line change 55 - cron : " 0 0 * * 0"
66 workflow_dispatch :
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 mark-stale :
1013 uses : ./.github/workflows/_stale.yml
You can’t perform that action at this time.
0 commit comments