File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 persist-credentials : false
3434
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
36+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3737 with :
3838 languages : ${{ matrix.language }}
3939 queries : +security-and-quality
4040
4141 - name : Perform CodeQL Analysis
42- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
42+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4343 with :
4444 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 persist-credentials : false
2626
2727 - name : Setup Node.js
28- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
28+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
2929 with :
3030 node-version : 18
3131
3232 - name : Run Sonar Scan Action
33- uses : sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0 .0
33+ uses : sonarsource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1 .0
3434 env :
3535 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3636 SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 with :
2121 persist-credentials : false
22- - uses : streetsidesoftware/cspell-action@9cd41bb518a24fefdafd9880cbab8f0ceba04d28 # v8.3 .0
22+ - uses : streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4 .0
2323 with :
2424 check_dot_files : false
2525 incremental_files_only : true
Original file line number Diff line number Diff line change 3232 run : npm ci
3333
3434 - name : Lint Code Base
35- uses : super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5 .0
35+ uses : super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6 .0
3636 env :
3737 CSS_FILE_NAME : " stylelint.config.mjs"
3838 DEFAULT_BRANCH : main
Original file line number Diff line number Diff line change 2525 persist-credentials : false
2626
2727 - name : Set up Node.js
28- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
28+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
2929 with :
3030 node-version : " ${{ env.NODE }}"
3131 cache : npm
3737 run : npm run test
3838
3939 - name : Run linkinator
40- uses : JustinBeckwith/linkinator-action@f62ba0c110a76effb2ee6022cc6ce4ab161085e3 # v2.4
40+ uses : JustinBeckwith/linkinator-action@7b6b0bc671f6264e1a8daa4488a5bd91ce61dcd4 # v2.4
4141 with :
4242 paths : public
4343 skip : " ^(?!http://localhost)"
You can’t perform that action at this time.
0 commit comments