File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,22 @@ jobs:
2626 build :
2727 runs-on : ubuntu-latest
2828 steps :
29+ - name : Harden the runner (Audit all outbound calls)
30+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
31+ with :
32+ egress-policy : audit
33+
2934 - name : Checkout
30- uses : actions/checkout@v4
35+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3136 - name : Setup Pages
32- uses : actions/configure-pages@v5
37+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
3338 - name : Build with Jekyll
34- uses : actions/jekyll-build-pages@v1
39+ uses : actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1.0.13
3540 with :
3641 source : ./
3742 destination : ./_site
3843 - name : Upload artifact
39- uses : actions/upload-pages-artifact@v3
44+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
4045
4146 # Deployment job
4247 deploy :
4651 runs-on : ubuntu-latest
4752 needs : build
4853 steps :
54+ - name : Harden the runner (Audit all outbound calls)
55+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
56+ with :
57+ egress-policy : audit
58+
4959 - name : Deploy to GitHub Pages
5060 id : deployment
51- uses : actions/deploy-pages@v4
61+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Original file line number Diff line number Diff line change 3333 - id : check-vcs-permalinks
3434 # - id: pretty-format-json
3535 - id : check-docstring-first
36+ - repo : https://github.com/jumanjihouse/pre-commit-hooks
37+ rev : 3.0.0
38+ hooks :
39+ - id : RuboCop
You can’t perform that action at this time.
0 commit comments