From 7974498db4436c1bde9ec68bb44ce38e94422971 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 5 Mar 2024 20:31:57 +0100 Subject: [PATCH 1/2] Bump GitHub workflow actions to latest versions --- .github/workflows/codeql-analysis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f11d7dbb9..3158b12ee 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,11 +45,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -61,7 +61,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions @@ -75,4 +75,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3 From e7c16421cacd2121b6c430f8881ba4a09f365013 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 5 Mar 2024 20:35:21 +0100 Subject: [PATCH 2/2] Fix typos --- modules/isDataView.js | 2 +- test/vendor/qunit.js | 2 +- underscore-esm.js | 2 +- underscore-node-f.cjs | 2 +- underscore-umd.js | 2 +- underscore.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/isDataView.js b/modules/isDataView.js index b6b7ce052..d1b7836e0 100644 --- a/modules/isDataView.js +++ b/modules/isDataView.js @@ -8,7 +8,7 @@ var isDataView = tagTester('DataView'); // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is -// overriden we can't rely on the tag itself. +// overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction(obj.getInt8) && isArrayBuffer(obj.buffer); } diff --git a/test/vendor/qunit.js b/test/vendor/qunit.js index 2222fec63..d8ae9b36b 100755 --- a/test/vendor/qunit.js +++ b/test/vendor/qunit.js @@ -4499,7 +4499,7 @@ // Exact case-insensitive match of the module name QUnit.config.module = urlParams.module; - // Regular expression or case-insenstive substring match against "moduleName: testName" + // Regular expression or case-insensitive substring match against "moduleName: testName" QUnit.config.filter = urlParams.filter; // Test order randomization diff --git a/underscore-esm.js b/underscore-esm.js index bb8716545..cc5fdf650 100644 --- a/underscore-esm.js +++ b/underscore-esm.js @@ -154,7 +154,7 @@ var isDataView = tagTester('DataView'); // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is -// overriden we can't rely on the tag itself. +// overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction$1(obj.getInt8) && isArrayBuffer(obj.buffer); } diff --git a/underscore-node-f.cjs b/underscore-node-f.cjs index a225323df..1a1d21261 100644 --- a/underscore-node-f.cjs +++ b/underscore-node-f.cjs @@ -156,7 +156,7 @@ var isDataView = tagTester('DataView'); // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is -// overriden we can't rely on the tag itself. +// overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction$1(obj.getInt8) && isArrayBuffer(obj.buffer); } diff --git a/underscore-umd.js b/underscore-umd.js index a5a54abc6..a6d964bd4 100644 --- a/underscore-umd.js +++ b/underscore-umd.js @@ -163,7 +163,7 @@ // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is - // overriden we can't rely on the tag itself. + // overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction$1(obj.getInt8) && isArrayBuffer(obj.buffer); } diff --git a/underscore.js b/underscore.js index a5a54abc6..a6d964bd4 100644 --- a/underscore.js +++ b/underscore.js @@ -163,7 +163,7 @@ // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is - // overriden we can't rely on the tag itself. + // overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction$1(obj.getInt8) && isArrayBuffer(obj.buffer); }