Skip to content

Commit

Permalink
v531 release (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Jul 26, 2023
1 parent 2340937 commit 28126d8
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 103 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "0 0 1 * *"
workflow_dispatch:

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

jobs:
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [javascript]

steps:
- name: Checkout
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/open-sff-scorecard.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'Check spelling'
name: "Check spelling"
on:
push:
branches: [main]
pull_request:
branches: [main]

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

jobs:
spellcheck:
permissions:
contents: read # for streetsidesoftware/cspell-action to fetch files for commit
pull-requests: read # for streetsidesoftware/cspell-action to fetch commits for PR
contents: read # for streetsidesoftware/cspell-action to fetch files for commit
pull-requests: read # for streetsidesoftware/cspell-action to fetch commits for PR
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
LOG_LEVEL: NOTICE
SUPPRESS_POSSUM: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSS: false
VALIDATE_MARKDOWN: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you'd prefer to load the bootstrap-ie11 CSS without JavaScript you could use
The CSS can be loaded via a CDN:

```html
<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)">
<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)">
```

## FAQS
Expand Down
2 changes: 1 addition & 1 deletion css/bootstrap-ie11.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/bootstrap-ie11.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-ie11.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/bootstrap-ie11.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 28126d8

Please sign in to comment.