File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 id : generate_token
1818 uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1919 with :
20- app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
21- private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
20+ app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }} # zizmor: ignore[secrets-outside-env]
21+ private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
2222 - uses : dev-hato/actions-add-to-projects@4f20d0bdaeabd4b7728bbea294e2c5264c082611 # v0.0.109
2323 with :
2424 github-token : ${{steps.generate_token.outputs.token}}
Original file line number Diff line number Diff line change 2727 id : generate_token
2828 uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2929 with :
30- app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
31- private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
30+ app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }} # zizmor: ignore[secrets-outside-env]
31+ private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
3232 - uses : dev-hato/actions-format-json-yml@e26bb75bab9841682281db76bb3f11b9f29a29f0 # v0.0.100
3333 with :
3434 github-token : ${{steps.generate_token.outputs.token}}
Original file line number Diff line number Diff line change 5454 # Run Linter against code base #
5555 # ###############################
5656 - name : Lint Code Base
57- uses : super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5 .0
57+ uses : super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6 .0
5858 env :
5959 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060 DEFAULT_BRANCH : main
Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/zricethezav/gitleaks
4- rev : v8.30.0
4+ rev : v8.30.1
55 hooks :
66 - id : gitleaks
You can’t perform that action at this time.
0 commit comments