diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 54fb75e23..108fa5c7f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6 + uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -49,7 +49,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@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6 + uses: github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -63,4 +63,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6 + uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 diff --git a/package-lock.json b/package-lock.json index 82e195bc9..d8b64b3cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "stylelint-declaration-strict-value": "1.10.4", "stylelint-high-performance-animation": "1.10.0", "stylelint-order": "6.0.4", - "stylelint-scss": "6.2.0" + "stylelint-scss": "6.2.1" }, "engines": { "node": ">=18.12.0" @@ -8553,9 +8553,9 @@ } }, "node_modules/stylelint-scss": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.2.0.tgz", - "integrity": "sha512-ktYsWKNN+zh4VlpdNMajYCOREwaPI9xZLVue/H5vX4f4v7Kg+ej9Bj0b7fG41J2UboNujZNU9qi0yM/KK3KhOQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.2.1.tgz", + "integrity": "sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw==", "dev": true, "dependencies": { "known-css-properties": "^0.29.0", diff --git a/package.json b/package.json index 16bfbf5fe..6760f3032 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "stylelint-declaration-strict-value": "1.10.4", "stylelint-high-performance-animation": "1.10.0", "stylelint-order": "6.0.4", - "stylelint-scss": "6.2.0" + "stylelint-scss": "6.2.1" }, "scripts": { "predev": "npm run clean",