Skip to content

chore(deps): Update lua-resty-openidc version from 1.7.6-3 to 1.8.0-1 and lua-resty-session version from 3.10 to 4.0.5-1 #10499

chore(deps): Update lua-resty-openidc version from 1.7.6-3 to 1.8.0-1 and lua-resty-session version from 3.10 to 4.0.5-1

chore(deps): Update lua-resty-openidc version from 1.7.6-3 to 1.8.0-1 and lua-resty-session version from 3.10 to 4.0.5-1 #10499

Workflow file for this run

name: "PR Lint"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: recursive
- uses: ./.github/actions/action-semantic-pull-request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
change