Skip to content

chore(deps): bump ietf-tools/semver-action from 1.8.0 to 1.9.0 #222

chore(deps): bump ietf-tools/semver-action from 1.8.0 to 1.9.0

chore(deps): bump ietf-tools/semver-action from 1.8.0 to 1.9.0 #222

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Weston Schmidt <[email protected]>
# SPDX-License-Identifier: Apache-2.0
---
name: 'CodeQL Verification'
on:
push:
branches:
- main
paths:
- '.github/workflows/**'
- 'testing/**'
pull_request:
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
uses: ./.github/workflows/codeql.yml
with:
working-directory: testing
secrets: inherit