File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 out-dir : dist
7171
7272 - name : Upload build artifact for linkChecker
73- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
73+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7474 with :
7575 name : site-dist
7676 path : dist/
@@ -86,13 +86,13 @@ jobs:
8686 persist-credentials : false
8787
8888 - name : Download build artifact
89- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
89+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9090 with :
9191 name : site-dist
9292 path : dist/
9393
9494 - name : Check links
95- uses : lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7 .0
95+ uses : lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8 .0
9696 with :
9797 args : |
9898 --root-dir $PWD/dist
Original file line number Diff line number Diff line change 4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
48+ uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
4949 with :
5050 languages : ${{ matrix.language }}
5151 # If you wish to specify custom queries, you can do so here or in a config file.
5555 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656 # If this step fails, then you should remove it and run the build manually (see below)
5757 - name : Autobuild
58- uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
58+ uses : github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
5959
6060 # ℹ️ Command-line programs to run using the OS shell.
6161 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6868 # ./location_of_script_within_repo/buildscript.sh
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
71+ uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
7272 with :
7373 category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 1919 persist-credentials : false
2020
2121 - name : crowdin action
22- uses : crowdin/github-action@60debf382ee245b21794321190ad0501db89d8c1 # https://github.com/crowdin/github-action/releases/tag/v2.13.0
22+ uses : crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # https://github.com/crowdin/github-action/releases/tag/v2.16.2
2323 with :
2424 upload_sources : true
2525 upload_translations : false
Original file line number Diff line number Diff line change 4040 steps :
4141 - name : Deploy to GitHub Pages
4242 id : deployment
43- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
43+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
Original file line number Diff line number Diff line change 6161 run : echo "version=$(npx playwright --version | awk '{print $2}')" >> $GITHUB_OUTPUT
6262
6363 - name : Cache Playwright browsers
64- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
64+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6565 with :
6666 path : ~/.cache/ms-playwright
6767 key : playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
7979
8080 - name : Upload Playwright test results
8181 if : always()
82- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
82+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8383 with :
8484 name : playwright-report
8585 path : playwright-report/
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : ' Upload artifact'
66- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
66+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6767 with :
6868 name : SARIF file
6969 path : results.sarif
7070 retention-days : 5
7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : ' Upload to code-scanning'
74- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
74+ uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
7575 with :
7676 sarif_file : results.sarif
Original file line number Diff line number Diff line change 6565 persist-credentials : false
6666
6767 - name : Set up Node.js
68- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
68+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6969 with :
7070 node-version : lts/*
7171
@@ -114,7 +114,7 @@ jobs:
114114
115115 # see all the options at https://github.com/crowdin/github-action
116116 - name : Crowdin PR
117- uses : crowdin/github-action@60debf382ee245b21794321190ad0501db89d8c1 # https://github.com/crowdin/github-action/releases/tag/v2.13.0
117+ uses : crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # https://github.com/crowdin/github-action/releases/tag/v2.16.2
118118 with :
119119 upload_sources : false
120120 upload_translations : false
You can’t perform that action at this time.
0 commit comments