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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
12+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
10+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1111 with :
1212 path : ~/.npm
1313 key : ${{ github.workflow }}-branch-diff-3.1.1
Original file line number Diff line number Diff line change 2929 id : cache-key
3030 shell : bash
3131 run : echo "block=$(( $(date -u +%s) / 1200 ))" >> "$GITHUB_OUTPUT"
32- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
32+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3333 id : node-version-cache
3434 with :
3535 path : /tmp/.node-resolved-version-${{ steps.node-version.outputs.version }}
Original file line number Diff line number Diff line change 3838
3939 # Initializes the CodeQL tools for scanning.
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
41+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4242 with :
4343 languages : ${{ matrix.language }}
4444 config-file : .github/codeql_config.yml
4848 # queries: ./path/to/local/query, your-org/your-repo/queries@main
4949
5050 - name : Autobuild
51- uses : github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
51+ uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
54+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
Original file line number Diff line number Diff line change 5454 echo "version=$PLAYWRIGHT_VERSION" >> $GITHUB_OUTPUT
5555 echo "Playwright version: $PLAYWRIGHT_VERSION"
5656 - name : Cache Playwright browsers
57- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
57+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5858 with :
5959 path : ~/.cache/ms-playwright
6060 key : playwright-browsers-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
9999 echo "dd-trace major version: $MAJOR"
100100 - name : Cache Playwright browsers
101101 if : matrix.playwright-version == 'oldest'
102- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
102+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
103103 with :
104104 path : /github/home/.cache/ms-playwright
105105 key : playwright-browsers-oldest-dd${{ steps.dd-version.outputs.major }}
@@ -252,7 +252,7 @@ jobs:
252252 # as that changes frequently and would have a low cache hit rate
253253 - name : Cache Cypress binary
254254 if : matrix.cypress-version != 'latest'
255- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
255+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
256256 with :
257257 path : ~/.cache/Cypress
258258 key : cypress-binary-${{ matrix.cypress-version }}
You can’t perform that action at this time.
0 commit comments