File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Action CI
2+
3+ on :
4+ push :
5+ tags-ignore :
6+ - ' v*'
7+ branches :
8+ - " master"
9+ pull_request :
10+ workflow_call :
11+
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+ cancel-in-progress : true
15+
16+ jobs :
17+ actionci :
18+ permissions :
19+ contents : read
20+ security-events : write
21+ uses : smallstep/workflows/.github/workflows/actionci.yml@main
22+ secrets : inherit
Original file line number Diff line number Diff line change 99 pull_request :
1010 workflow_call :
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 ci :
17+ permissions :
18+ actions : read
19+ contents : read
20+ security-events : write
1421 uses : smallstep/workflows/.github/workflows/goCI.yml@main
1522 with :
1623 only-latest-golang : false
Original file line number Diff line number Diff line change 22 schedule :
33 - cron : ' 0 0 * * SUN'
44
5+ permissions :
6+ actions : read
7+ contents : read
8+ security-events : write
9+
510jobs :
611 code-scan :
712 uses : smallstep/workflows/.github/workflows/code-scan.yml@main
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ permissions:
88jobs :
99 dependabot :
1010 runs-on : ubuntu-latest
11- if : ${{ github.actor == 'dependabot[bot]' }}
11+ if : ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1212 steps :
1313 - name : Dependabot metadata
1414 id : metadata
15- uses : dependabot/fetch-metadata@v1.1.1
15+ uses : dependabot/fetch-metadata@a3e5f86ae9f2f49b441498973ddec20035d326b8 # v1.1.1
1616 with :
1717 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1818 - name : Enable auto-merge for Dependabot PRs
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 triage :
15+ permissions :
16+ contents : read
17+ issues : write
18+ pull-requests : write
1519 uses : smallstep/workflows/.github/workflows/triage.yml@main
1620 secrets : inherit
Original file line number Diff line number Diff line change 1+ rules :
2+ unpinned-uses :
3+ config :
4+ policies :
5+ " smallstep/* " : ref-pin
6+ secrets-inherit :
7+ disable : true
8+ ref-confusion :
9+ disable : true
10+ dangerous-triggers :
11+ ignore :
12+ - triage.yml
13+ dependabot-cooldown :
14+ disable : true
You can’t perform that action at this time.
0 commit comments