Skip to content

Commit 67c2bf0

Browse files
committed
Update workflows and instructions for tooling versions
Updated CodeQL actions to v3.30.2 in codeql-analysis.yml and pinned Super Linter to commit ffde3b2 (v8.1.0) in super-linter.yml. Also clarified in copilot-instructions.md that CSS uses Modus Bootstrap v2 based on Bootstrap 5.
1 parent 3c5cc8e commit 67c2bf0

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
- The site is written in US English.
77
- Most code is formatted with Prettier.
88
- The site is deployed to Azure SWA.
9-
- The CSS is built with Bootstrap 5.
9+
- The CSS is built with Modus Bootstrap v2 (based on Bootstrap 5).
1010
- Page URLs should always end with a trailing slash.

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
persist-credentials: false
3434

3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
36+
uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
3737
with:
3838
languages: ${{ matrix.language }}
3939
queries: +security-and-quality
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
42+
uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
4343
with:
4444
category: "/language:${{matrix.language}}"

.github/workflows/super-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Lint Code Base
28-
uses: super-linter/super-linter/slim@v8
28+
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
2929
env:
3030
DEFAULT_BRANCH: main
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
JAVASCRIPT_DEFAULT_STYLE: prettier
3332
LINTER_RULES_PATH: /
3433
LOG_LEVEL: NOTICE
3534
MARKDOWN_CONFIG_FILE: .markdownlint.json

0 commit comments

Comments
 (0)