chore: rely on nss-rs for NSS initialization and test DB (#3621) #5002
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Lint GitHub Actions workflows | |
| on: | |
| push: | |
| branches: ["main"] | |
| paths: [".github/**"] | |
| pull_request: | |
| paths: [".github/**"] | |
| merge_group: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| jobs: | |
| actionlint: | |
| uses: mozilla/actions/.github/workflows/actionlint.yml@27cbe8fb5d338c2861b787e5de10410559065db1 # v1.1.3 | |
| permissions: | |
| contents: read | |
| security-events: write # Required for zizmor to upload SARIF results. |