File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838
3939 - name : Setup Node.js
40- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
40+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
4141 with :
4242 node-version : " 24.x"
4343 cache : " npm"
6161
6262 # Initializes the CodeQL tools for scanning.
6363 - name : Initialize CodeQL
64- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
64+ uses : github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
6565 with :
6666 languages : javascript-typescript
6767 build-mode : none
8080 - "**/*_pb.d.ts"
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
83+ uses : github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
8484 with :
8585 category : " /language:${{matrix.language}}"
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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
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 2525 uses : go-task/setup-task@3be4020d41929789a01026e0e427a4321ce0ad44 # v2.0.0
2626
2727 - name : Setup Node
28- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
28+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
2929 with :
3030 node-version : " 24.x"
3131 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 4040 uses : go-task/setup-task@3be4020d41929789a01026e0e427a4321ce0ad44 # v2.0.0
4141
4242 - name : Setup Node env
43- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
43+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
4444 with :
4545 node-version : " 24.x"
4646 registry-url : https://registry.npmjs.org/
5353 merge-multiple : true
5454
5555 - name : Cache npm dependencies
56- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
56+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5757 with :
5858 path : " ~/.npm"
5959 key : node-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments