build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 in the all group #26
Workflow file for this run
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
# vim: ts=2 sw=2 et | |
# On every push, and on every PR, do come checks. | |
# | |
# We do the following things: | |
# * Check for any no-commit things. | |
name: Check for no-commit flags | |
on: | |
push: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
nocommit: | |
name: Check No-commit | |
runs-on: ubuntu-latest | |
steps: | |
# This is v4 of the action | |
- name: Check out code | |
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 | |
# This is v2 of the action | |
- name: Check for N.O.C.O.M.M.I.T in the commits | |
uses: nobssoftware/nocommit@e4be6eb73ee96af2ade61ac54cdd3f5852714530 |