File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 run : npm test -- --no-lint --coverage
153153
154154 - name : Upload coverage artifact
155- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
155+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
156156 with :
157157 name : coverage
158158 path : coverage
@@ -199,7 +199,7 @@ jobs:
199199 node-version : ' lts/*'
200200 - run : npm ci
201201
202- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
202+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
203203 with :
204204 path : ~/.cache/dprint
205205 key : ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
@@ -408,7 +408,7 @@ jobs:
408408
409409 - name : Upload baseline diff artifact
410410 if : ${{ failure() && steps.check-baselines.conclusion == 'failure' }}
411- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
411+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
412412 with :
413413 name : fix_baselines.patch
414414 path : fix_baselines.patch
Original file line number Diff line number Diff line change 4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
49+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5050 with :
5151 config-file : ./.github/codeql/codeql-configuration.yml
5252 # Override language selection by uncommenting this and choosing your languages
5656 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757 # If this step fails, then you should remove it and run the build manually (see below).
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
59+ uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
6060
6161 # ℹ️ Command-line programs to run using the OS shell.
6262 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7070 # make release
7171
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
73+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
Original file line number Diff line number Diff line change 5353 fetch-depth : 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
5454 token : ${{ secrets.TS_BOT_GITHUB_TOKEN }}
5555
56- - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
56+ - uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
5757 id : open-pr
5858 env :
5959 PR : ${{ inputs.pr }}
Original file line number Diff line number Diff line change 4444 npm pack ./
4545 mv typescript-*.tgz typescript.tgz
4646 - name : Upload built tarfile
47- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848 with :
4949 name : tgz
5050 path : typescript.tgz
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
4747 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4848 # format to the repository Actions tab.
4949 - name : ' Upload artifact'
50- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
50+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151 with :
5252 name : SARIF file
5353 path : results.sarif
5454 retention-days : 5
5555
5656 # Upload the results to GitHub's code scanning dashboard.
5757 - name : ' Upload to code-scanning'
58- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
58+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5959 with :
6060 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments