File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060
6161 # Initializes the CodeQL tools for scanning.
6262 - name : Initialize CodeQL
63- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
63+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
6464 with :
6565 languages : python
6666 build-mode : none
7979 - "**/*_pb2_grpc.py"
8080
8181 - name : Perform CodeQL Analysis
82- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
82+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
8383 with :
8484 category : " /language:python"
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 statuses : write
2222 steps :
2323 - name : 🔒 harden runner
24- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
24+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
2525 with :
2626 egress-policy : audit
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2828 with :
2929 fetch-depth : 0
3030 - name : 🧹 Conventional Commits
31- uses : webiny/action-conventional-commits@v1.3.0
31+ uses : webiny/action-conventional-commits@7f91b1595ca1951cdb671ddc9f07a49081ec5b69 # v1.4.2
3232 with :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Authenticate with GitHub App Bot
1414 id : app-token
15- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
15+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1616 with :
1717 app-id : ${{ secrets.PROJECT_APP_ID }}
1818 private-key : ${{ secrets.PROJECT_APP_KEY }}
2929 uses : go-task/setup-task@3be4020d41929789a01026e0e427a4321ce0ad44 # v2.0.0
3030
3131 - name : Setup Node
32- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
32+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
3333 with :
3434 node-version : " 24.x"
3535
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 pull-requests : write
1919 steps :
2020 - name : 🔒 harden runner
21- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
21+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
2222 with :
2323 egress-policy : audit
24- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2525 - name : 🔂 dependency review
26- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
26+ uses : actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9 .0
2727 with :
2828 fail-on-severity : " high"
2929 deny-licenses : " AGPL-1.0, AGPL-3.0"
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 statuses : write
2323 steps :
2424 - name : 🔒 harden runner
25- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
25+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
2626 with :
2727 egress-policy : audit
28- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929 with :
3030 fetch-depth : 0
3131 - name : 🧹 run superlinter
32- uses : super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1
32+ uses : super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535 LINTER_RULES_PATH : " .github/linters"
Original file line number Diff line number Diff line change 3030 fetch-depth : 0
3131
3232 - name : Login to ghcr.io
33- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
33+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
3434 with :
3535 registry : ghcr.io
3636 username : notused
You can’t perform that action at this time.
0 commit comments