File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141
4242 # Upload the results as artifacts (optional).
4343 - name : " Upload artifact"
44- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
44+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
4545 with :
4646 name : SARIF file
4747 path : results.sarif
4848 retention-days : 5
4949
5050 # Upload the results to GitHub's code scanning dashboard.
5151 - name : " Upload to code-scanning"
52- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88
52+ uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
5353 with :
5454 sarif_file : results.sarif
Original file line number Diff line number Diff line change 4646 run : echo "name=today::$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
4747 shell : bash
4848 - name : Cache clean flutter
49- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
49+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
5050 if : matrix.job == 'flutter'
5151 env :
5252 # Increment version to invalidate bad/obsolete caches.
5555 path : ~/.dartdoc_grinder
5656 key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ steps.date.outputs.today }}
5757 - name : Cache .pub-cache
58- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
58+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
5959 if : matrix.job == 'flutter'
6060 env :
6161 # Increment version to invalidate bad/obsolete caches.
You can’t perform that action at this time.
0 commit comments