Skip to content

Commit 28126d8

Browse files
authored
v531 release (#223)
1 parent 2340937 commit 28126d8

File tree

13 files changed

+58
-103
lines changed

13 files changed

+58
-103
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: "0 0 1 * *"
66
workflow_dispatch:
77

8-
permissions: # added using https://github.com/step-security/secure-workflows
8+
permissions:
99
contents: read
1010

1111
jobs:
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
language: [ javascript ]
23+
language: [javascript]
2424

2525
steps:
2626
- name: Checkout

.github/workflows/open-sff-scorecard.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/spellcheck.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: 'Check spelling'
1+
name: "Check spelling"
22
on:
33
push:
44
branches: [main]
55
pull_request:
66
branches: [main]
77

8-
permissions: # added using https://github.com/step-security/secure-workflows
8+
permissions:
99
contents: read
1010

1111
jobs:
1212
spellcheck:
1313
permissions:
14-
contents: read # for streetsidesoftware/cspell-action to fetch files for commit
15-
pull-requests: read # for streetsidesoftware/cspell-action to fetch commits for PR
14+
contents: read # for streetsidesoftware/cspell-action to fetch files for commit
15+
pull-requests: read # for streetsidesoftware/cspell-action to fetch commits for PR
1616
runs-on: ubuntu-latest
1717
if: ${{ github.actor != 'dependabot[bot]' }}
1818
steps:

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
LOG_LEVEL: NOTICE
2727
SUPPRESS_POSSUM: true
2828
VALIDATE_ALL_CODEBASE: false
29+
VALIDATE_CSS: false
2930
VALIDATE_MARKDOWN: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you'd prefer to load the bootstrap-ie11 CSS without JavaScript you could use
3737
The CSS can be loaded via a CDN:
3838

3939
```html
40-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.3.0/css/bootstrap-ie11.min.css" media="all and (-ms-high-contrast: active), (-ms-high-contrast: none)">
40+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.3.1/css/bootstrap-ie11.min.css" media="all and (-ms-high-contrast: active), (-ms-high-contrast: none)">
4141
```
4242

4343
## FAQS

css/bootstrap-ie11.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-ie11.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-ie11.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-ie11.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)