File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 using : composite
1010 steps :
1111 - id : yarn-cache
12- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
12+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
1313 with :
1414 key : yarn-cache-${{ github.workflow }}-${{ github.job }}-${{ hashFiles('yarn.lock') }}-v2
1515 path : node_modules.tar
Original file line number Diff line number Diff line change 77runs :
88 using : composite
99 steps :
10- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
10+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
1111 with :
1212 path : ~/.npm
1313 key : ${{ github.workflow }}-branch-diff-3.1.1
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264264 contents : read
265265 pull-requests : read
266266 steps :
267- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
267+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
268268 with :
269269 repository : ${{ github.event.pull_request.head.repo.full_name }}
270270 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 9898 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9999 - name : Check code meets quality and security standards
100100 id : datadog-static-analysis
101- uses : DataDog/datadog-static-analyzer-github-action@2cc0e0621ea2863272b29d9aea230d9aad238086 # v2 .0.0
101+ uses : DataDog/datadog-static-analyzer-github-action@8340f18875fcefca86844b5f947ce2431387e552 # v3 .0.0
102102 with :
103103 dd_api_key : ${{ secrets.DD_API_KEY }}
104104 dd_app_key : ${{ secrets.DD_APP_KEY }}
Original file line number Diff line number Diff line change 5555 echo "version=$PLAYWRIGHT_VERSION" >> $GITHUB_OUTPUT
5656 echo "Latest Playwright version: $PLAYWRIGHT_VERSION"
5757 - name : Cache Playwright browsers
58- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
58+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5959 with :
6060 path : ~/.cache/ms-playwright
6161 key : playwright-browsers-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
9797 echo "dd-trace major version: $MAJOR"
9898 - name : Cache Playwright browsers
9999 if : matrix.playwright-version == 'oldest'
100- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
100+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
101101 with :
102102 path : /github/home/.cache/ms-playwright
103103 key : playwright-browsers-oldest-dd${{ steps.dd-version.outputs.major }}
@@ -230,7 +230,7 @@ jobs:
230230 # as that changes frequently and would have a low cache hit rate
231231 - name : Cache Cypress binary
232232 if : matrix.cypress-version != 'latest'
233- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
233+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
234234 with :
235235 path : ~/.cache/Cypress
236236 key : cypress-binary-${{ matrix.cypress-version }}
You can’t perform that action at this time.
0 commit comments