File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .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@faccb24fc2550dd15c0390d944379d2d8ed9690e # v1.3.1
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 }}
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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .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 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