File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 runs-on : [ubuntu-latest]
2626 steps :
2727 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28- - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
28+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2929 with :
3030 node-version : " 20"
3131 - run : npm ci
4545 steps :
4646 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747 - name : Use Node.js ${{ matrix.node-version }}
48- uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
48+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4949 with :
5050 node-version : ${{ matrix.node-version }}
5151 - run : npm ci
6464 fetch-depth : 0 # Need full history for release-it
6565
6666 # setup-node with registry-url is required for OIDC trusted publishing
67- - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
67+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
6868 with :
6969 node-version : 20
7070 cache : " npm"
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
41+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4242 with :
4343 languages : ${{ matrix.language }}
4444 # If you wish to specify custom queries, you can do so here or in a config file.
4949 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5050 # If this step fails, then you should remove it and run the build manually (see below)
5151 - name : Autobuild
52- uses : github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
52+ uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5353
5454 # ℹ️ Command-line programs to run using the OS shell.
5555 # 📚 https://git.io/JvXDl
6363 # make release
6464
6565 - name : Perform CodeQL Analysis
66- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
66+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
2121 - name : Set up Node.js
22- uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
22+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2323
2424 - name : Install dependencies
2525 run : npm ci
You can’t perform that action at this time.
0 commit comments