@@ -20,17 +20,17 @@ jobs:
2020 strategy :
2121 matrix :
2222 os : [ubuntu-latest]
23- node-version : [18, 20 ]
23+ node-version : [22, 24, 26 ]
2424 include :
2525 - os : macos-latest
26- node_version : 18
26+ node_version : 22
2727 - os : windows-latest
28- node_version : 18
28+ node_version : 22
2929 fail-fast : false
3030 steps :
31- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3232 - name : Use Node.js ${{ matrix.node-version }}
33- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
33+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636 - name : Bootstrap project
@@ -59,11 +59,11 @@ jobs:
5959 name : Code Lint
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63- - name : Use Node.js 18
64- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
62+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
63+ - name : Use Node.js 22
64+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
6565 with :
66- node-version : 18
66+ node-version : 22.22.3
6767 - name : Bootstrap project
6868 run : npm ci --ignore-scripts
6969 - name : Verify code linting
@@ -73,13 +73,13 @@ jobs:
7373 name : Commit Lint
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7777 with :
7878 fetch-depth : 0
79- - name : Use Node.js 18
80- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
79+ - name : Use Node.js 22
80+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
8181 with :
82- node-version : 18
82+ node-version : 22.22.3
8383 - name : Bootstrap project
8484 run : npm ci --ignore-scripts
8585 - name : Verify commit linting
@@ -101,12 +101,12 @@ jobs:
101101 security-events : write
102102 steps :
103103 - name : Checkout repository
104- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
105105 - name : Initialize CodeQL
106- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
106+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
107107 with :
108108 languages : ' javascript'
109109 config-file : ./.github/codeql/codeql-config.yaml
110110
111111 - name : Perform CodeQL Analysis
112- uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
112+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
0 commit comments